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

Side by Side Diff: android_webview/browser/DEPS

Issue 2101153003: Remove data reduction proxy code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | android_webview/browser/aw_browser_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/crash/content/browser", 16 "+components/crash/content/browser",
17 "+components/data_reduction_proxy/core/browser",
18 "+components/navigation_interception", 17 "+components/navigation_interception",
19 "+components/network_session_configurator/switches.h", 18 "+components/network_session_configurator/switches.h",
20 "+components/policy/core/browser", 19 "+components/policy/core/browser",
21 "+components/policy/core/common", 20 "+components/policy/core/common",
22 "+components/pref_registry", 21 "+components/pref_registry",
23 "+components/printing/browser", 22 "+components/printing/browser",
24 "+components/printing/common", 23 "+components/printing/common",
25 "+components/url_formatter", 24 "+components/url_formatter",
26 "+components/user_prefs", 25 "+components/user_prefs",
27 "+components/visitedlink/browser", 26 "+components/visitedlink/browser",
(...skipping 17 matching lines...) Expand all
45 44
46 # Temporary until we bundle our own favicon. See 45 # Temporary until we bundle our own favicon. See
47 # AwContentBrowserClient::GetDefaultFavicon 46 # AwContentBrowserClient::GetDefaultFavicon
48 "!ui/resources/grit/ui_resources.h", 47 "!ui/resources/grit/ui_resources.h",
49 48
50 # POD structure required by the find-in-page IPC messages. 49 # POD structure required by the find-in-page IPC messages.
51 "+third_party/WebKit/public/web/WebFindOptions.h", 50 "+third_party/WebKit/public/web/WebFindOptions.h",
52 # Interface required for in-process input event handling. 51 # Interface required for in-process input event handling.
53 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
54 ] 53 ]
OLDNEW
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | android_webview/browser/aw_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698