Index: android_webview/lib/DEPS |
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS |
index 3f7d1007069e5894e7bdc1dcd72085783aec4424..fe976e2b0116d3ed15cdbd61ec49596b3196e636 100644 |
--- a/android_webview/lib/DEPS |
+++ b/android_webview/lib/DEPS |
@@ -27,4 +27,7 @@ include_rules = [ |
# Temporary until the javascript dialog creator is unpicked from WebView. |
"!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h", |
+ |
+ # Temporary until fixing bug 153758. |
+ "+ui/base/ui_base_switches.h", |
benm (inactive)
2012/10/03 13:10:05
this should be a '!' shouldn't it?
Leandro GraciĆ” Gil
2012/10/03 13:14:31
Used + to prevent the presubmit warning, but as di
|
] |