Chromium Code Reviews| Index: chrome/browser/android/DEPS |
| diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS |
| index b5d525f1af80754ec3daec2eec0b060cd15ee1c4..0ea17df13b5791ab07c06ffb9335141beafa4e2b 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": [ |
|
Torne
2016/05/04 12:33:04
Why is this .* ? Not familiar with this rule synta
Yaron
2016/05/04 13:07:44
you're right that it's unnecessary. removed
|
| + "+android_webview", |
| + ] |
| +} |