Index: chrome/browser/offline_pages/DEPS |
diff --git a/chrome/browser/offline_pages/DEPS b/chrome/browser/offline_pages/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e12d27aeda12b72651a5ed6d16124be14b0566d6 |
--- /dev/null |
+++ b/chrome/browser/offline_pages/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ # This folder should not depend on specific platform implementations. |
+ # This restriction helps in moving files here since historically offline_pages |
+ # were android-only and thus accumulated many unnecessary dependencies on |
+ # Android. |
+ # TODO(dimich): replace these with "-" version soon. |
+ "!base/android", |
+ "!chrome/browser/android", |
+] |