# Copyright 2026 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. source_set("overlay") { sources = [ "immersive_overlay_window_android.cc", "overlay_window_android.cc", "overlay_window_android.h", "overlay_window_android_factory.cc", "picture_in_picture_overlay_window_android.cc", ] deps = [ "//base", "//cc/slim", "//chrome/android:chrome_jni_headers", "//chrome/browser/android:tabs_public", "//chrome/browser/picture_in_picture", "//components/thin_webview", "//content/public/browser", "//media", "//third_party/abseil-cpp:absl", "//third_party/blink/public/mojom:mojom_platform", "//ui/android", "//ui/gfx/geometry", ] }