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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi',
], | 564 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi',
], |
565 'variables': { | 565 'variables': { |
566 'cast_shell_assets_path': '<(PRODUCT_DIR)/assets', | 566 'cast_shell_assets_path': '<(PRODUCT_DIR)/assets', |
567 }, | 567 }, |
568 'targets': [ | 568 'targets': [ |
569 { | 569 { |
570 'target_name': 'cast_shell_icudata', | 570 'target_name': 'cast_shell_icudata', |
571 'type': 'none', | 571 'type': 'none', |
572 'dependencies': [ | 572 'dependencies': [ |
573 '../third_party/icu/icu.gyp:icudata', | 573 '../third_party/icu/icu.gyp:icudata', |
574 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', | 574 '../v8/src/v8.gyp:v8_external_snapshot', |
575 ], | 575 ], |
576 'variables': { | 576 'variables': { |
577 'dest_path': '<(cast_shell_assets_path)', | 577 'dest_path': '<(cast_shell_assets_path)', |
578 'src_files': [ | 578 'src_files': [ |
579 '<(PRODUCT_DIR)/icudtl.dat', | 579 '<(PRODUCT_DIR)/icudtl.dat', |
580 ], | 580 ], |
581 'renaming_sources': [ | 581 'renaming_sources': [ |
582 '<(PRODUCT_DIR)/natives_blob.bin', | 582 '<(PRODUCT_DIR)/natives_blob.bin', |
583 '<(PRODUCT_DIR)/snapshot_blob.bin', | 583 '<(PRODUCT_DIR)/snapshot_blob.bin', |
584 ], | 584 ], |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 'cast_shell_core', | 788 'cast_shell_core', |
789 ], | 789 ], |
790 'sources': [ | 790 'sources': [ |
791 'app/cast_main.cc', | 791 'app/cast_main.cc', |
792 ], | 792 ], |
793 }, | 793 }, |
794 ], # end of targets | 794 ], # end of targets |
795 }], | 795 }], |
796 ], # end of conditions | 796 ], # end of conditions |
797 } | 797 } |
OLD | NEW |