Chromium Code Reviews| 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 442 ], | 442 ], |
| 443 'dependencies': [ | 443 'dependencies': [ |
| 444 '../components/components.gyp:metrics_serialization', | 444 '../components/components.gyp:metrics_serialization', |
| 445 ], | 445 ], |
| 446 }], | 446 }], |
| 447 ['OS=="android"', { | 447 ['OS=="android"', { |
| 448 'dependencies': [ | 448 'dependencies': [ |
| 449 '../components/components.gyp:cdm_browser', | 449 '../components/components.gyp:cdm_browser', |
| 450 '../components/components.gyp:external_video_surface', | 450 '../components/components.gyp:external_video_surface', |
| 451 'cast_jni_headers', | 451 'cast_jni_headers', |
| 452 '../third_party/boringssl/boringssl.gyp:boringssl', | |
|
davidben
2015/11/04 00:17:38
Is this needed?
svaldez
2015/11/04 16:55:51
Done.
| |
| 452 ], | 453 ], |
| 453 }], | 454 }], |
| 454 ], | 455 ], |
| 455 }, | 456 }, |
| 456 { | 457 { |
| 457 'target_name': 'cast_sys_info', | 458 'target_name': 'cast_sys_info', |
| 458 'type': '<(component)', | 459 'type': '<(component)', |
| 459 'dependencies': [ | 460 'dependencies': [ |
| 460 'cast_public_api', | 461 'cast_public_api', |
| 461 '../base/base.gyp:base', | 462 '../base/base.gyp:base', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 770 'cast_shell_core', | 771 'cast_shell_core', |
| 771 ], | 772 ], |
| 772 'sources': [ | 773 'sources': [ |
| 773 'app/cast_main.cc', | 774 'app/cast_main.cc', |
| 774 ], | 775 ], |
| 775 }, | 776 }, |
| 776 ], # end of targets | 777 ], # end of targets |
| 777 }], | 778 }], |
| 778 ], # end of conditions | 779 ], # end of conditions |
| 779 } | 780 } |
| OLD | NEW |