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

Side by Side Diff: android_webview/android_webview.gyp

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/DEPS ('k') | android_webview/apk/java/proguard.flags » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'dependencies': [ 222 'dependencies': [
223 '../android_webview/native/webview_native.gyp:webview_native', 223 '../android_webview/native/webview_native.gyp:webview_native',
224 '../cc/cc.gyp:cc_surfaces', 224 '../cc/cc.gyp:cc_surfaces',
225 '../components/components.gyp:auto_login_parser', 225 '../components/components.gyp:auto_login_parser',
226 '../components/components.gyp:autofill_content_renderer', 226 '../components/components.gyp:autofill_content_renderer',
227 '../components/components.gyp:breakpad_host', 227 '../components/components.gyp:breakpad_host',
228 '../components/components.gyp:cdm_browser', 228 '../components/components.gyp:cdm_browser',
229 '../components/components.gyp:cdm_renderer', 229 '../components/components.gyp:cdm_renderer',
230 '../components/components.gyp:component_metrics_proto', 230 '../components/components.gyp:component_metrics_proto',
231 '../components/components.gyp:crash_component', 231 '../components/components.gyp:crash_component',
232 '../components/components.gyp:data_reduction_proxy_core_browser',
233 '../components/components.gyp:devtools_discovery', 232 '../components/components.gyp:devtools_discovery',
234 '../components/components.gyp:metrics', 233 '../components/components.gyp:metrics',
235 '../components/components.gyp:metrics_gpu', 234 '../components/components.gyp:metrics_gpu',
236 '../components/components.gyp:metrics_net', 235 '../components/components.gyp:metrics_net',
237 '../components/components.gyp:metrics_profiler', 236 '../components/components.gyp:metrics_profiler',
238 '../components/components.gyp:metrics_ui', 237 '../components/components.gyp:metrics_ui',
239 '../components/components.gyp:navigation_interception', 238 '../components/components.gyp:navigation_interception',
240 '../components/components.gyp:network_session_configurator_switches', 239 '../components/components.gyp:network_session_configurator_switches',
241 '../components/components.gyp:printing_common', 240 '../components/components.gyp:printing_common',
242 '../components/components.gyp:printing_browser', 241 '../components/components.gyp:printing_browser',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'includes': [ 'apk/system_webview_apk_common.gypi' ], 510 'includes': [ 'apk/system_webview_apk_common.gypi' ],
512 }, 511 },
513 ], 512 ],
514 }] 513 }]
515 ], 514 ],
516 'includes': [ 515 'includes': [
517 'android_webview_tests.gypi', 516 'android_webview_tests.gypi',
518 'apk/system_webview_paks.gypi', 517 'apk/system_webview_paks.gypi',
519 ], 518 ],
520 } 519 }
OLDNEW
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/apk/java/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698