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

Side by Side Diff: chromecast/chromecast.gyp

Issue 687723002: Chromecast: adds platform hooks for initializing client-auth support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes unittest support file. Created 6 years, 1 month 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_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'common/cast_content_client.cc', 155 'common/cast_content_client.cc',
156 'common/cast_content_client.h', 156 'common/cast_content_client.h',
157 'common/cast_paths.cc', 157 'common/cast_paths.cc',
158 'common/cast_paths.h', 158 'common/cast_paths.h',
159 'common/cast_resource_delegate.cc', 159 'common/cast_resource_delegate.cc',
160 'common/cast_resource_delegate.h', 160 'common/cast_resource_delegate.h',
161 'common/chromecast_config.cc', 161 'common/chromecast_config.cc',
162 'common/chromecast_config.h', 162 'common/chromecast_config.h',
163 'common/chromecast_switches.cc', 163 'common/chromecast_switches.cc',
164 'common/chromecast_switches.h', 164 'common/chromecast_switches.h',
165 'common/platform_client_auth.h',
165 'common/pref_names.cc', 166 'common/pref_names.cc',
166 'common/pref_names.h', 167 'common/pref_names.h',
167 'renderer/cast_content_renderer_client.cc', 168 'renderer/cast_content_renderer_client.cc',
168 'renderer/cast_content_renderer_client.h', 169 'renderer/cast_content_renderer_client.h',
169 'renderer/key_systems_cast.cc', 170 'renderer/key_systems_cast.cc',
170 'renderer/key_systems_cast.h', 171 'renderer/key_systems_cast.h',
171 ], 172 ],
172 'conditions': [ 173 'conditions': [
173 ['chromecast_branding=="Chrome"', { 174 ['chromecast_branding=="Chrome"', {
174 'dependencies': [ 175 'dependencies': [
175 '<(cast_internal_gyp):cast_shell_internal', 176 '<(cast_internal_gyp):cast_shell_internal',
176 ], 177 ],
177 }, { 178 }, {
178 'sources': [ 179 'sources': [
179 'browser/cast_network_delegate_simple.cc', 180 'browser/cast_network_delegate_simple.cc',
180 'browser/devtools/remote_debugging_server_simple.cc', 181 'browser/devtools/remote_debugging_server_simple.cc',
181 'browser/metrics/platform_metrics_providers_simple.cc', 182 'browser/metrics/platform_metrics_providers_simple.cc',
182 'browser/webui/webui_cast_simple.cc', 183 'browser/webui/webui_cast_simple.cc',
183 'common/chromecast_config_simple.cc', 184 'common/chromecast_config_simple.cc',
185 'common/platform_client_auth_simple.cc',
184 'renderer/key_systems_cast_simple.cc', 186 'renderer/key_systems_cast_simple.cc',
185 ], 187 ],
186 'conditions': [ 188 'conditions': [
187 ['OS=="android"', { 189 ['OS=="android"', {
188 'sources': [ 190 'sources': [
189 'browser/service/cast_service_android.cc', 191 'browser/service/cast_service_android.cc',
190 'browser/service/cast_service_android.h', 192 'browser/service/cast_service_android.h',
191 ], 193 ],
192 }, { 194 }, {
193 'sources': [ 195 'sources': [
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'sources': [ 462 'sources': [
461 'browser/test/chromecast_browser_test.cc', 463 'browser/test/chromecast_browser_test.cc',
462 'browser/test/chromecast_browser_test.h', 464 'browser/test/chromecast_browser_test.h',
463 'browser/test/chromecast_browser_test_runner.cc', 465 'browser/test/chromecast_browser_test_runner.cc',
464 ], 466 ],
465 }, 467 },
466 ], # end of targets 468 ], # end of targets
467 }], 469 }],
468 ], # end of conditions 470 ], # end of conditions
469 } 471 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698