blob: 949066cd606e9ec50c4c1796de5da7f4266516a5 [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.
if (is_android) {
source_set("settings") {
sources = [
"android/accessibility_settings_bridge.cc",
"android/accessibility_settings_bridge.h",
]
deps = [
"//chrome/android:chrome_jni_headers",
"//chrome/browser/profiles",
"//chrome/common:constants",
"//components/prefs",
]
}
}