blob: da42ba3af1787cedcb9dd07ca7eff649100d62b9 [file] [log] [blame]
# Copyright 2024 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("ui_java") {
sources = [
"java/src/org/chromium/chrome/browser/password_manager/shared_ui/AutoCompleteTextViewNoAutofill.java",
"java/src/org/chromium/chrome/browser/password_manager/shared_ui/TextInputEditTextNoAutofill.java",
]
deps = [
"//base:base_java",
"//third_party/android_deps:material_design_java",
]
}