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

Side by Side Diff: android_webview/lib/DEPS

Issue 11017024: Implement AwContentsClient and remove dependency on chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also slip in removing 'aw_' from aw_contents_client_ var name 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",
8 "!chrome/browser/chrome_content_browser_client.h", 7 "!chrome/browser/chrome_content_browser_client.h",
9 "!chrome/renderer/chrome_content_renderer_client.h", 8 "!chrome/renderer/chrome_content_renderer_client.h",
10 # Needed for content: scheme registation, will be moved away together with *Cl ient classes. 9 # 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", 10 "!third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h",
12 "!third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h", 11 "!third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h",
13 12
14 # Temporary until services we use no longer depend on Chrome's path service. 13 # Temporary until services we use no longer depend on Chrome's path service.
15 "!chrome/common/chrome_paths.h", 14 "!chrome/common/chrome_paths.h",
16 15
17 # Temporary until TabAndroid is in a more suitable place. 16 # Temporary until TabAndroid is in a more suitable place.
18 "!chrome/browser/android/tab_android.h", 17 "!chrome/browser/android/tab_android.h",
19 18
20 # Temporary until autofill becomes a browser component. 19 # Temporary until autofill becomes a browser component.
21 "!chrome/browser/autofill/autofill_external_delegate.h", 20 "!chrome/browser/autofill/autofill_external_delegate.h",
22 21
23 # Temporary until we implement our own versions of the *Client classes. 22 # Temporary until we implement our own versions of the *Client classes.
24 "!chrome/browser/browser_process.h", 23 "!chrome/browser/browser_process.h",
25 "!chrome/browser/profiles/profile.h", 24 "!chrome/browser/profiles/profile.h",
26 "!chrome/browser/profiles/profile_manager.h", 25 "!chrome/browser/profiles/profile_manager.h",
27 26
28 # Temporary until the javascript dialog creator is unpicked from WebView.
29 "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h",
30
31 # Temporary until fixing bug 153758. 27 # Temporary until fixing bug 153758.
32 "!ui/base/ui_base_switches.h", 28 "!ui/base/ui_base_switches.h",
33 29
34 # Temporary. Needed to prevent instantiation of chrome_browser_net::Predictor 30 # Temporary. Needed to prevent instantiation of chrome_browser_net::Predictor
35 # which breaks WebView tests (as we have simple dumb test web servers). 31 # which breaks WebView tests (as we have simple dumb test web servers).
36 "!chrome/common/chrome_switches.h", 32 "!chrome/common/chrome_switches.h",
37 ] 33 ]
OLDNEW
« no previous file with comments | « android_webview/common/aw_content_client.cc ('k') | android_webview/lib/main/aw_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698