| # Copyright 2022 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//third_party/blink/renderer/modules/modules.gni") |
| |
| # The WindowControlsOverlay API will not be supported on Android. Assert here to |
| # ensure it doesn't sneak back into the build. |
| assert(!is_android) |
| |
| blink_modules_sources("window_controls_overlay") { |
| sources = [ |
| "window_controls_overlay.cc", |
| "window_controls_overlay.h", |
| "window_controls_overlay_geometry_change_event.cc", |
| "window_controls_overlay_geometry_change_event.h", |
| ] |
| } |