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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Please add joi@ or erikwright@ as reviewers for any changes to DEPS files 1 # Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
2 # under android_webview/ as they are keeping track of what needs to become a 2 # under android_webview/ as they are keeping track of what needs to become a
3 # Browser Component. 3 # Browser Component.
4 4
5 include_rules = [ 5 include_rules = [
6 # Temporary until we implement our own versions of the *Client classes. 6 # Temporary until we implement our own versions of the *Client classes.
7 "!chrome/common/chrome_content_client.h", 7 "!chrome/common/chrome_content_client.h",
8 "!chrome/browser/chrome_content_browser_client.h", 8 "!chrome/browser/chrome_content_browser_client.h",
9 "!chrome/renderer/chrome_content_renderer_client.h", 9 "!chrome/renderer/chrome_content_renderer_client.h",
10 # Needed for content: scheme registation, will be moved away together with *Cl ient classes. 10 # Needed for content: scheme registation, will be moved away together with *Cl ient classes.
11 "!third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h", 11 "!third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h",
12 "!third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h", 12 "!third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h",
13 13
14 # Temporary until services we use no longer depend on Chrome's path service. 14 # Temporary until services we use no longer depend on Chrome's path service.
15 "!chrome/common/chrome_paths.h", 15 "!chrome/common/chrome_paths.h",
16 16
17 # Temporary until TabAndroid is in a more suitable place. 17 # Temporary until TabAndroid is in a more suitable place.
18 "!chrome/browser/android/tab_android.h", 18 "!chrome/browser/android/tab_android.h",
19 19
20 # Temporary until autofill becomes a browser component. 20 # Temporary until autofill becomes a browser component.
21 "!chrome/browser/autofill/autofill_external_delegate.h", 21 "!chrome/browser/autofill/autofill_external_delegate.h",
22 22
23 # Temporary until we implement our own versions of the *Client classes. 23 # Temporary until we implement our own versions of the *Client classes.
24 "!chrome/browser/browser_process.h", 24 "!chrome/browser/browser_process.h",
25 "!chrome/browser/profiles/profile.h", 25 "!chrome/browser/profiles/profile.h",
26 "!chrome/browser/profiles/profile_manager.h", 26 "!chrome/browser/profiles/profile_manager.h",
27 27
28 # Temporary until the javascript dialog creator is unpicked from WebView. 28 # Temporary until the javascript dialog creator is unpicked from WebView.
29 "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h", 29 "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h",
30
31 # Temporary until fixing bug 153758.
32 "+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
30 ] 33 ]
OLDNEW
« 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