| 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'base/cast_sys_info_util.h', | 456 'base/cast_sys_info_util.h', |
| 457 'base/cast_sys_info_dummy.cc', | 457 'base/cast_sys_info_dummy.cc', |
| 458 'base/cast_sys_info_dummy.h', | 458 'base/cast_sys_info_dummy.h', |
| 459 'base/cast_sys_info_android.cc', | 459 'base/cast_sys_info_android.cc', |
| 460 'base/cast_sys_info_android.h', | 460 'base/cast_sys_info_android.h', |
| 461 ], | 461 ], |
| 462 'conditions': [ | 462 'conditions': [ |
| 463 ['OS=="android"', { | 463 ['OS=="android"', { |
| 464 'dependencies': [ | 464 'dependencies': [ |
| 465 'cast_jni_headers', | 465 'cast_jni_headers', |
| 466 'cast_version_header', |
| 466 ], | 467 ], |
| 467 }], | 468 }], |
| 468 ['chromecast_branding=="public" and OS!="android"', { | 469 ['chromecast_branding=="public" and OS!="android"', { |
| 469 'sources': [ | 470 'sources': [ |
| 470 'base/cast_sys_info_util_simple.cc', | 471 'base/cast_sys_info_util_simple.cc', |
| 471 ], | 472 ], |
| 472 }], | 473 }], |
| 473 ], | 474 ], |
| 474 }, # end of target 'cast_sys_info' | 475 }, # end of target 'cast_sys_info' |
| 475 { | 476 { |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 'sources': [ | 759 'sources': [ |
| 759 'graphics/cast_egl_platform_default.cc', | 760 'graphics/cast_egl_platform_default.cc', |
| 760 'graphics/graphics_properties_default.cc', | 761 'graphics/graphics_properties_default.cc', |
| 761 'graphics/osd_plane_default.cc' | 762 'graphics/osd_plane_default.cc' |
| 762 ], | 763 ], |
| 763 } | 764 } |
| 764 ] | 765 ] |
| 765 }], | 766 }], |
| 766 ], # end of conditions | 767 ], # end of conditions |
| 767 } | 768 } |
| OLD | NEW |