OLD | NEW |
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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 ], | 426 ], |
427 'dependencies': [ | 427 'dependencies': [ |
428 '../components/components.gyp:metrics_serialization', | 428 '../components/components.gyp:metrics_serialization', |
429 ], | 429 ], |
430 }], | 430 }], |
431 ['OS=="android"', { | 431 ['OS=="android"', { |
432 'dependencies': [ | 432 'dependencies': [ |
433 '../components/components.gyp:cdm_browser', | 433 '../components/components.gyp:cdm_browser', |
434 '../components/components.gyp:external_video_surface', | 434 '../components/components.gyp:external_video_surface', |
435 'cast_jni_headers', | 435 'cast_jni_headers', |
| 436 '../third_party/boringssl/boringssl.gyp:boringssl', |
436 ], | 437 ], |
437 }], | 438 }], |
438 ], | 439 ], |
439 }, | 440 }, |
440 { | 441 { |
441 'target_name': 'cast_sys_info', | 442 'target_name': 'cast_sys_info', |
442 'type': '<(component)', | 443 'type': '<(component)', |
443 'dependencies': [ | 444 'dependencies': [ |
444 'cast_public_api', | 445 'cast_public_api', |
445 '../base/base.gyp:base', | 446 '../base/base.gyp:base', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 'sources': [ | 752 'sources': [ |
752 'graphics/cast_egl_platform_default.cc', | 753 'graphics/cast_egl_platform_default.cc', |
753 'graphics/graphics_properties_default.cc', | 754 'graphics/graphics_properties_default.cc', |
754 'graphics/osd_plane_default.cc' | 755 'graphics/osd_plane_default.cc' |
755 ], | 756 ], |
756 } | 757 } |
757 ] | 758 ] |
758 }], | 759 }], |
759 ], # end of conditions | 760 ], # end of conditions |
760 } | 761 } |
OLD | NEW |