# 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", | |
] | |
} | |
} |