| # Copyright 2023 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") |
| # Target contains no-op implementations of androidx.window symbols needed by internal chrome. |
| # See b/301417565 and https://crbug.com/1415351 |
| android_library("androidx_window_shims_java") { |
| "//third_party/androidx:*", |
| "java/androidx/window/java/layout/WindowInfoTrackerCallbackAdapter.java", |
| "java/androidx/window/layout/DisplayFeature.java", |
| "java/androidx/window/layout/FoldingFeature.java", |
| "java/androidx/window/layout/WindowInfoTracker.java", |
| "java/androidx/window/layout/WindowLayoutInfo.java", |
| "//third_party/androidx:androidx_annotation_annotation_jvm_java", |
| "//third_party/androidx:androidx_core_core_java", |