[android] Add extra ICU feature module
The module contains an ICU data file, added in crrev/c/1648623, for 30
extra languages we would like to support in Chrome going forward. The
DFM is installed on first Chrome install or update. That way all users
will receive the extra data file but we don't bloat the Android system
image. In a follow up CL, we will load the extra ICU data file on
startup if the module is installed.
Change-Id: I8368454977431031325f551616f7a19b51235ea0
Bug: 1006794
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811973
Commit-Queue: Tibor Goldschwendt <[email protected]>
Commit-Queue: Robert Kaplow <[email protected]>
Reviewed-by: David Trainor <[email protected]>
Reviewed-by: Robert Kaplow <[email protected]>
Reviewed-by: Christopher Grant <[email protected]>
Auto-Submit: Tibor Goldschwendt <[email protected]>
Cr-Commit-Position: refs/heads/master@{#698977}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index de68e005..9d9e185c 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -4,6 +4,7 @@
"+chrome/android/chrome_jni_headers",
"+chrome/android/features/autofill_assistant/jni_headers",
"+chrome/android/features/dev_ui",
+ "+chrome/android/modules",
"+chrome/android/public/profiles/jni_headers",
"+chrome/app",
"+chrome/chrome_watcher",