OLD | NEW |
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 ] |
OLD | NEW |