blob: cf63874427a76e9c4bd205a7e8fb225ad25f0b36 [file] [log] [blame]
# Copyright 2020 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")
android_library("java") {
sources = [ "java/src/org/chromium/components/browser_ui/display_cutout/DisplayCutoutController.java" ]
deps = [
"//base:base_java",
"//components/browser_ui/widget/android:java",
"//content/public/android:content_java",
"//third_party/androidx:androidx_annotation_annotation_java",
"//third_party/blink/public/mojom:mojom_core_java",
"//ui/android:ui_java",
]
}