Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1544)

Unified Diff: android_webview/lib/DEPS

Issue 11054012: [Android] Set a default locale for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
]
« no previous file with comments | « no previous file | android_webview/lib/main/webview_entry_point.cc » ('j') | android_webview/lib/main/webview_entry_point.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698