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

Side by Side Diff: chromecast/chromecast.gyp

Issue 785693002: Adds DNS prefetch support to Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefetch-browser
Patch Set: add blink dep to gyp/gn Created 6 years 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.h ('k') | chromecast/renderer/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 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 'chromium_code': 1, 9 'chromium_code': 1,
10 'chromecast_branding%': 'Chromium', 10 'chromecast_branding%': 'Chromium',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'cast_shell_pak', 104 'cast_shell_pak',
105 'cast_shell_resources', 105 'cast_shell_resources',
106 'cast_version_header', 106 'cast_version_header',
107 'chromecast_locales.gyp:chromecast_locales_pak', 107 'chromecast_locales.gyp:chromecast_locales_pak',
108 'chromecast_locales.gyp:chromecast_settings', 108 'chromecast_locales.gyp:chromecast_settings',
109 'media/media.gyp:media_base', 109 'media/media.gyp:media_base',
110 '../base/base.gyp:base', 110 '../base/base.gyp:base',
111 '../components/components.gyp:cdm_renderer', 111 '../components/components.gyp:cdm_renderer',
112 '../components/components.gyp:component_metrics_proto', 112 '../components/components.gyp:component_metrics_proto',
113 '../components/components.gyp:crash_component', 113 '../components/components.gyp:crash_component',
114 '../components/components.gyp:dns_prefetch_browser',
115 '../components/components.gyp:dns_prefetch_renderer',
114 '../components/components.gyp:metrics', 116 '../components/components.gyp:metrics',
115 '../components/components.gyp:metrics_gpu', 117 '../components/components.gyp:metrics_gpu',
116 '../components/components.gyp:metrics_net', 118 '../components/components.gyp:metrics_net',
117 '../components/components.gyp:metrics_profiler', 119 '../components/components.gyp:metrics_profiler',
118 '../content/content.gyp:content', 120 '../content/content.gyp:content',
119 '../content/content.gyp:content_app_browser', 121 '../content/content.gyp:content_app_browser',
120 '../skia/skia.gyp:skia', 122 '../skia/skia.gyp:skia',
121 '../third_party/WebKit/public/blink.gyp:blink', 123 '../third_party/WebKit/public/blink.gyp:blink',
122 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 124 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
123 ], 125 ],
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'cast_shell_core', 442 'cast_shell_core',
441 ], 443 ],
442 'sources': [ 444 'sources': [
443 'app/cast_main.cc', 445 'app/cast_main.cc',
444 ], 446 ],
445 }, 447 },
446 ], # end of targets 448 ], # end of targets
447 }], 449 }],
448 ], # end of conditions 450 ], # end of conditions
449 } 451 }
OLDNEW
« no previous file with comments | « chromecast/browser/url_request_context_factory.h ('k') | chromecast/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698