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

Side by Side Diff: chromecast/chromecast.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, 6 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 | « chromecast/browser/url_request_context_factory.cc ('k') | components/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'cast_is_debug_build%': 0, 10 'cast_is_debug_build%': 0,
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'media/media.gyp:media_cdm', 326 'media/media.gyp:media_cdm',
327 '../base/base.gyp:base', 327 '../base/base.gyp:base',
328 '../components/components.gyp:breakpad_host', 328 '../components/components.gyp:breakpad_host',
329 '../components/components.gyp:cdm_renderer', 329 '../components/components.gyp:cdm_renderer',
330 '../components/components.gyp:component_metrics_proto', 330 '../components/components.gyp:component_metrics_proto',
331 '../components/components.gyp:crash_component', 331 '../components/components.gyp:crash_component',
332 '../components/components.gyp:devtools_discovery', 332 '../components/components.gyp:devtools_discovery',
333 '../components/components.gyp:devtools_http_handler', 333 '../components/components.gyp:devtools_http_handler',
334 '../components/components.gyp:network_hints_browser', 334 '../components/components.gyp:network_hints_browser',
335 '../components/components.gyp:network_hints_renderer', 335 '../components/components.gyp:network_hints_renderer',
336 '../components/components.gyp:network_session_configurator_switches',
336 '../components/components.gyp:metrics', 337 '../components/components.gyp:metrics',
337 '../components/components.gyp:metrics_gpu', 338 '../components/components.gyp:metrics_gpu',
338 '../components/components.gyp:metrics_net', 339 '../components/components.gyp:metrics_net',
339 '../components/components.gyp:metrics_profiler', 340 '../components/components.gyp:metrics_profiler',
340 341
341 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider 342 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider
342 # isn't needed. crbug.com/541577 343 # isn't needed. crbug.com/541577
343 '../components/components.gyp:metrics_ui', 344 '../components/components.gyp:metrics_ui',
344 '../content/content.gyp:content', 345 '../content/content.gyp:content',
345 '../content/content.gyp:content_app_both', 346 '../content/content.gyp:content_app_both',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'cast_shell_core', 789 'cast_shell_core',
789 ], 790 ],
790 'sources': [ 791 'sources': [
791 'app/cast_main.cc', 792 'app/cast_main.cc',
792 ], 793 ],
793 }, 794 },
794 ], # end of targets 795 ], # end of targets
795 }], 796 }],
796 ], # end of conditions 797 ], # end of conditions
797 } 798 }
OLDNEW
« no previous file with comments | « chromecast/browser/url_request_context_factory.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698