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

Side by Side Diff: android_webview/android_webview.gyp

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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/DEPS » ('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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 232 '../components/components.gyp:data_reduction_proxy_core_browser',
233 '../components/components.gyp:devtools_discovery', 233 '../components/components.gyp:devtools_discovery',
234 '../components/components.gyp:metrics', 234 '../components/components.gyp:metrics',
235 '../components/components.gyp:metrics_gpu', 235 '../components/components.gyp:metrics_gpu',
236 '../components/components.gyp:metrics_net', 236 '../components/components.gyp:metrics_net',
237 '../components/components.gyp:metrics_profiler', 237 '../components/components.gyp:metrics_profiler',
238 '../components/components.gyp:metrics_ui', 238 '../components/components.gyp:metrics_ui',
239 '../components/components.gyp:navigation_interception', 239 '../components/components.gyp:navigation_interception',
240 '../components/components.gyp:network_session_configurator_switches',
240 '../components/components.gyp:printing_common', 241 '../components/components.gyp:printing_common',
241 '../components/components.gyp:printing_browser', 242 '../components/components.gyp:printing_browser',
242 '../components/components.gyp:printing_renderer', 243 '../components/components.gyp:printing_renderer',
243 '../components/components.gyp:visitedlink_browser', 244 '../components/components.gyp:visitedlink_browser',
244 '../components/components.gyp:visitedlink_renderer', 245 '../components/components.gyp:visitedlink_renderer',
245 '../components/components.gyp:web_contents_delegate_android', 246 '../components/components.gyp:web_contents_delegate_android',
246 '../content/content.gyp:content_app_both', 247 '../content/content.gyp:content_app_both',
247 '../content/content.gyp:content_browser', 248 '../content/content.gyp:content_browser',
248 '../gin/gin.gyp:gin', 249 '../gin/gin.gyp:gin',
249 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 250 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'includes': [ 'apk/system_webview_apk_common.gypi' ], 509 'includes': [ 'apk/system_webview_apk_common.gypi' ],
509 }, 510 },
510 ], 511 ],
511 }] 512 }]
512 ], 513 ],
513 'includes': [ 514 'includes': [
514 'android_webview_tests.gypi', 515 'android_webview_tests.gypi',
515 'apk/system_webview_paks.gypi', 516 'apk/system_webview_paks.gypi',
516 ], 517 ],
517 } 518 }
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698