Chromium Code Reviews| Index: chrome/browser/offline_pages/android/DEPS |
| diff --git a/chrome/browser/offline_pages/android/DEPS b/chrome/browser/offline_pages/android/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a0a66cfd7354b0c25cdda1a3b3f84d7f175eb7f5 |
| --- /dev/null |
| +++ b/chrome/browser/offline_pages/android/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # This folder contains Android-specific code. |
| + "+base/android", |
| + # c/b/a folder will eventually be refactored into |
| + # platform-inependent code and Android-specific, and will go away. |
|
dewittj
2017/05/24 23:24:40
independent
Dmitry Titov
2017/05/25 23:24:12
Done in followup CL
|
| + "!chrome/browser/android", |
| +] |