Index: android_webview/lib/DEPS |
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS |
index 2dc7f4058831e106d8f92b7b0d6f8a1430a6038c..453bdb0d59e388ede6f86396f7c6fa148ec1aa31 100644 |
--- a/android_webview/lib/DEPS |
+++ b/android_webview/lib/DEPS |
@@ -15,5 +15,19 @@ include_rules = [ |
"!chrome/browser/android/tab_android.h", |
# Temporary until autofill becomes a browser component. |
- "!chrome/browser/autofill/autofill_external_delegate.h" |
+ "!chrome/browser/autofill/autofill_external_delegate.h", |
+ |
+ # Temporary until we don't need infobars. |
+ "!chrome/browser/api/infobars/confirm_infobar_delegate.h", |
Jói
2012/08/23 14:27:46
This dependency would be OK as a permanent one, up
mkosiba (inactive)
2012/08/23 14:40:23
Actually looks like we don't need it anymore - it
Torne
2012/08/23 15:11:46
We won't have the same infobar functionality as Ch
|
+ |
+ # Temporary until we implement our own versions of the *Client classes. |
+ "!chrome/browser/browser_process.h", |
+ "!chrome/browser/profiles/profile.h", |
+ "!chrome/browser/profiles/profile_manager.h", |
+ |
+ # Temporary until the javascript dialog creator is unpicked from WebView. |
+ "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h", |
+ |
+ # Temporarily required until we instantiate components individually. |
+ "!chrome/browser/ui/tab_contents/tab_contents.h", |
] |