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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 572 '<(PRODUCT_DIR)/icudtl.dat', | 572 '<(PRODUCT_DIR)/icudtl.dat', | 
| 573 ], | 573 ], | 
| 574 'renaming_sources': [ | 574 'renaming_sources': [ | 
| 575 '<(PRODUCT_DIR)/natives_blob.bin', | 575 '<(PRODUCT_DIR)/natives_blob.bin', | 
| 576 '<(PRODUCT_DIR)/snapshot_blob.bin', | 576 '<(PRODUCT_DIR)/snapshot_blob.bin', | 
| 577 ], | 577 ], | 
| 578 'renaming_destinations': [ | 578 'renaming_destinations': [ | 
| 579 'natives_blob_<(arch_suffix).bin', | 579 'natives_blob_<(arch_suffix).bin', | 
| 580 'snapshot_blob_<(arch_suffix).bin', | 580 'snapshot_blob_<(arch_suffix).bin', | 
| 581 ], | 581 ], | 
| 582 'clear': 1, | |
| 
 
michaelbai
2016/03/09 17:56:09
You should copy cast_shell.pak and any other asset
 
AndyWu
2016/03/09 19:39:02
Done. But the clear flag makes issue like this ver
 
 | |
| 583 }, | 582 }, | 
| 584 'includes': ['../build/android/copy_ex.gypi'], | 583 'includes': ['../build/android/copy_ex.gypi'], | 
| 585 }, | 584 }, | 
| 586 { | 585 { | 
| 587 'target_name': 'libcast_shell_android', | 586 'target_name': 'libcast_shell_android', | 
| 588 'type': 'shared_library', | 587 'type': 'shared_library', | 
| 589 'dependencies': [ | 588 'dependencies': [ | 
| 590 'cast_jni_headers', | 589 'cast_jni_headers', | 
| 591 'cast_shell_common', | 590 'cast_shell_common', | 
| 592 'cast_shell_icudata', | 591 'cast_shell_icudata', | 
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 790 'cast_shell_core', | 789 'cast_shell_core', | 
| 791 ], | 790 ], | 
| 792 'sources': [ | 791 'sources': [ | 
| 793 'app/cast_main.cc', | 792 'app/cast_main.cc', | 
| 794 ], | 793 ], | 
| 795 }, | 794 }, | 
| 796 ], # end of targets | 795 ], # end of targets | 
| 797 }], | 796 }], | 
| 798 ], # end of conditions | 797 ], # end of conditions | 
| 799 } | 798 } | 
| OLD | NEW |