blob: 7973eef4722d7ecd34984dc3a5f2da44568559b1 [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
# Stub target to replace
# "//chrome/browser/ui/android/extensions/windowing/internal:java" when the
# "internal" target isn't compiled into the build.
#
# TODO(crbug.com/434123514): see if we can remove this stub target.
android_library("java") {
visibility = [ "//chrome/android:chrome_all_java" ]
sources = [ "java/src/org/chromium/chrome/browser/ui/extensions/windowing/ExtensionWindowControllerBridgeFactory.java" ]
deps = [
"//build/android:build_java",
"//chrome/browser/ui/android/extensions/windowing:java",
"//chrome/browser/ui/browser_window/public/android:java",
]
}