Index: android_webview/lib/DEPS |
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2dc7f4058831e106d8f92b7b0d6f8a1430a6038c |
--- /dev/null |
+++ b/android_webview/lib/DEPS |
@@ -0,0 +1,19 @@ |
+# 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 implement our own versions of the *Client classes. |
+ "!chrome/common/chrome_content_client.h", |
+ "!chrome/browser/chrome_content_browser_client.h", |
+ "!chrome/renderer/chrome_content_renderer_client.h", |
+ |
+ # Temporary until services we use no longer depend on Chrome's path service. |
+ "!chrome/common/chrome_paths.h", |
+ |
+ # Temporary until TabAndroid is in a more suitable place. |
+ "!chrome/browser/android/tab_android.h", |
+ |
+ # Temporary until autofill becomes a browser component. |
+ "!chrome/browser/autofill/autofill_external_delegate.h" |
+] |