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

Side by Side Diff: android_webview/browser/DEPS

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-android_webview", 2 "-android_webview",
3 "+android_webview/browser", 3 "+android_webview/browser",
4 "+android_webview/common", 4 "+android_webview/common",
5 "+android_webview/native/public", 5 "+android_webview/native/public",
6 "+android_webview/public/browser", 6 "+android_webview/public/browser",
7 7
8 "+cc", 8 "+cc",
9 "-cc/blink", 9 "-cc/blink",
10 10
11 "+components/auto_login_parser", 11 "+components/auto_login_parser",
12 "+components/autofill/content/browser", 12 "+components/autofill/content/browser",
13 "+components/autofill/core/browser", 13 "+components/autofill/core/browser",
14 "+components/autofill/core/common", 14 "+components/autofill/core/common",
15 "+components/cdm/browser", 15 "+components/cdm/browser",
16 "+components/cdm/common", 16 "+components/cdm/common",
17 "+components/crash/content/browser", 17 "+components/crash/content/browser",
18 "+components/data_reduction_proxy/core/browser", 18 "+components/data_reduction_proxy/core/browser",
19 "+components/navigation_interception", 19 "+components/navigation_interception",
20 "+components/network_session_configurator/switches.h",
20 "+components/policy/core/browser", 21 "+components/policy/core/browser",
21 "+components/policy/core/common", 22 "+components/policy/core/common",
22 "+components/pref_registry", 23 "+components/pref_registry",
23 "+components/printing/browser", 24 "+components/printing/browser",
24 "+components/printing/common", 25 "+components/printing/common",
25 "+components/url_formatter", 26 "+components/url_formatter",
26 "+components/user_prefs", 27 "+components/user_prefs",
27 "+components/visitedlink/browser", 28 "+components/visitedlink/browser",
28 "+components/webdata/common", 29 "+components/webdata/common",
29 30
(...skipping 15 matching lines...) Expand all
45 46
46 # Temporary until we bundle our own favicon. See 47 # Temporary until we bundle our own favicon. See
47 # AwContentBrowserClient::GetDefaultFavicon 48 # AwContentBrowserClient::GetDefaultFavicon
48 "!ui/resources/grit/ui_resources.h", 49 "!ui/resources/grit/ui_resources.h",
49 50
50 # POD structure required by the find-in-page IPC messages. 51 # POD structure required by the find-in-page IPC messages.
51 "+third_party/WebKit/public/web/WebFindOptions.h", 52 "+third_party/WebKit/public/web/WebFindOptions.h",
52 # Interface required for in-process input event handling. 53 # Interface required for in-process input event handling.
53 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 54 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
54 ] 55 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698