Index: android_webview/lib/DEPS |
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..14fa70d6b89d6418c54fc42fd76887bf7b39e4fd |
--- /dev/null |
+++ b/android_webview/lib/DEPS |
@@ -0,0 +1,8 @@ |
+# Please add joi@ or erikwright@ as reviewers for any changes to DEPS files |
+# under android_webview/ as they are keeping track of what needs to become a |
+# Browser Component. |
+ |
+include_rules = [ |
+ # Temporary until we no longer inherit from ChromeMainDelegate |
+ "!chrome/app/chrome_main_delegate.h" |
+] |