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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. Created 5 years, 2 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
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 ], 446 ],
447 'dependencies': [ 447 'dependencies': [
448 '../components/components.gyp:metrics_serialization', 448 '../components/components.gyp:metrics_serialization',
449 ], 449 ],
450 }], 450 }],
451 ['OS=="android"', { 451 ['OS=="android"', {
452 'dependencies': [ 452 'dependencies': [
453 '../components/components.gyp:cdm_browser', 453 '../components/components.gyp:cdm_browser',
454 '../components/components.gyp:external_video_surface', 454 '../components/components.gyp:external_video_surface',
455 'cast_jni_headers', 455 'cast_jni_headers',
456 '../third_party/boringssl/boringssl.gyp:boringssl',
456 ], 457 ],
457 }], 458 }],
458 ], 459 ],
459 }, 460 },
460 { 461 {
461 'target_name': 'cast_sys_info', 462 'target_name': 'cast_sys_info',
462 'type': '<(component)', 463 'type': '<(component)',
463 'dependencies': [ 464 'dependencies': [
464 'cast_public_api', 465 'cast_public_api',
465 '../base/base.gyp:base', 466 '../base/base.gyp:base',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'cast_shell_core', 758 'cast_shell_core',
758 ], 759 ],
759 'sources': [ 760 'sources': [
760 'app/cast_main.cc', 761 'app/cast_main.cc',
761 ], 762 ],
762 }, 763 },
763 ], # end of targets 764 ], # end of targets
764 }], 765 }],
765 ], # end of conditions 766 ], # end of conditions
766 } 767 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698