Add low-level Android modules to chrome/browser/DEPS.
- chrome/browser/flags/android
- chrome/browser/preferences/android
- chrome/browser/util/android
These can be depended on by any code in chrome/android and
chrome/browser.
Remove scattered DEPS entries to these modules that are not needed
anymore, since a parent directory already allows them.
Change-Id: Idd1b5a6da6f4b0552150d640637eedd2a55180c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150975
Reviewed-by: Tommy Nyquist <[email protected]>
Commit-Queue: Henrique Nakashima <[email protected]>
Cr-Commit-Position: refs/heads/master@{#761011}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 05be54b..f0b0891 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -6,9 +6,12 @@
"+chrome/android/features/autofill_assistant/jni_headers",
"+chrome/android/features/dev_ui",
"+chrome/android/modules",
- "+chrome/browser/profiles/android/jni_headers",
"+chrome/android/test_support_jni_headers",
"+chrome/app",
+ "+chrome/browser/flags/android",
+ "+chrome/browser/preferences/android",
+ "+chrome/browser/profiles/android/jni_headers",
+ "+chrome/browser/util/android",
"+chrome/credential_provider/common",
"+chrome/grit",
"+chrome/install_static",
diff --git a/chrome/browser/image_fetcher/DEPS b/chrome/browser/image_fetcher/DEPS
index 7c3f36c..a7bb2965 100644
--- a/chrome/browser/image_fetcher/DEPS
+++ b/chrome/browser/image_fetcher/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+chrome/browser/android/profiles",
- "+chrome/browser/util",
"+content/public/android/java/src/org/chromium/content_public",
]