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

Side by Side Diff: chromecast/chromecast.gyp

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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/cast_content_browser_client.cc ('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 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'cast_shell_resources', 117 'cast_shell_resources',
118 'cast_version_header', 118 'cast_version_header',
119 'chromecast_locales.gyp:chromecast_locales_pak', 119 'chromecast_locales.gyp:chromecast_locales_pak',
120 'chromecast_locales.gyp:chromecast_settings', 120 'chromecast_locales.gyp:chromecast_settings',
121 'media/media.gyp:media_base', 121 'media/media.gyp:media_base',
122 '../base/base.gyp:base', 122 '../base/base.gyp:base',
123 '../components/components.gyp:breakpad_host', 123 '../components/components.gyp:breakpad_host',
124 '../components/components.gyp:cdm_renderer', 124 '../components/components.gyp:cdm_renderer',
125 '../components/components.gyp:component_metrics_proto', 125 '../components/components.gyp:component_metrics_proto',
126 '../components/components.gyp:crash_component', 126 '../components/components.gyp:crash_component',
127 '../components/components.gyp:dns_prefetch_browser', 127 '../components/components.gyp:network_hints_browser',
128 '../components/components.gyp:dns_prefetch_renderer', 128 '../components/components.gyp:network_hints_renderer',
129 '../components/components.gyp:metrics', 129 '../components/components.gyp:metrics',
130 '../components/components.gyp:metrics_gpu', 130 '../components/components.gyp:metrics_gpu',
131 '../components/components.gyp:metrics_net', 131 '../components/components.gyp:metrics_net',
132 '../components/components.gyp:metrics_profiler', 132 '../components/components.gyp:metrics_profiler',
133 '../content/content.gyp:content', 133 '../content/content.gyp:content',
134 '../content/content.gyp:content_app_browser', 134 '../content/content.gyp:content_app_browser',
135 '../skia/skia.gyp:skia', 135 '../skia/skia.gyp:skia',
136 '../third_party/WebKit/public/blink.gyp:blink', 136 '../third_party/WebKit/public/blink.gyp:blink',
137 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 137 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
138 ], 138 ],
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 # TODO(dougsteed): remove when Chromecast moves to boringssl. 523 # TODO(dougsteed): remove when Chromecast moves to boringssl.
524 # Allow the cast shell to find the NSS module in the same directory. 524 # Allow the cast shell to find the NSS module in the same directory.
525 'ldflags': [ 525 'ldflags': [
526 '-Wl,-rpath=\$$ORIGIN' 526 '-Wl,-rpath=\$$ORIGIN'
527 ], 527 ],
528 }, 528 },
529 ], # end of targets 529 ], # end of targets
530 }], 530 }],
531 ], # end of conditions 531 ], # end of conditions
532 } 532 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698