| Index: chrome/browser/android/DEPS
|
| diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS
|
| index b5d525f1af80754ec3daec2eec0b060cd15ee1c4..7086c6b50bb476a6242ca49bd4b3490f5c5f6ccb 100644
|
| --- a/chrome/browser/android/DEPS
|
| +++ b/chrome/browser/android/DEPS
|
| @@ -11,3 +11,10 @@ include_rules = [
|
| "+sync/android",
|
| "+sync/test/fake_server/android",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + # Special-case where monochrome composes chrome+webview
|
| + "monochrome_entry_point\.cc": [
|
| + "+android_webview",
|
| + ]
|
| +}
|
|
|