Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: chromecast/chromecast.gyp

Issue 1419673008: Revert of Switch Chrome Android using v8 arch specific external data name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'conditions': [ 543 'conditions': [
544 ['OS=="android"', { 544 ['OS=="android"', {
545 'targets': [ 545 'targets': [
546 { 546 {
547 'target_name': 'cast_shell_icudata', 547 'target_name': 'cast_shell_icudata',
548 'type': 'none', 548 'type': 'none',
549 'dependencies': [ 549 'dependencies': [
550 '../third_party/icu/icu.gyp:icudata', 550 '../third_party/icu/icu.gyp:icudata',
551 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', 551 '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
552 ], 552 ],
553 'variables': { 553 'copies': [{
554 'dest_path': '<(PRODUCT_DIR)/assets', 554 'destination': '<(PRODUCT_DIR)/assets',
555 'src_files': [ 555 'files': [
556 '<(PRODUCT_DIR)/icudtl.dat', 556 '<(PRODUCT_DIR)/icudtl.dat',
557 ],
558 'renaming_sources': [
559 '<(PRODUCT_DIR)/natives_blob.bin', 557 '<(PRODUCT_DIR)/natives_blob.bin',
560 '<(PRODUCT_DIR)/snapshot_blob.bin', 558 '<(PRODUCT_DIR)/snapshot_blob.bin',
561 ], 559 ],
562 'renaming_destinations': [ 560 }],
563 'natives_blob_<(arch_suffix).bin',
564 'snapshot_blob_<(arch_suffix).bin',
565 ],
566 'clear': 1,
567 },
568 'includes': [
569 '../build/android/copy_ex.gypi',
570 '../build/android/v8_external_startup_data_arch_suffix.gypi',
571 ],
572 }, 561 },
573 { 562 {
574 'target_name': 'libcast_shell_android', 563 'target_name': 'libcast_shell_android',
575 'type': 'shared_library', 564 'type': 'shared_library',
576 'dependencies': [ 565 'dependencies': [
577 'cast_jni_headers', 566 'cast_jni_headers',
578 'cast_shell_common', 567 'cast_shell_common',
579 'cast_shell_icudata', 568 'cast_shell_icudata',
580 'cast_shell_pak', 569 'cast_shell_pak',
581 'cast_version_header', 570 'cast_version_header',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'cast_shell_core', 757 'cast_shell_core',
769 ], 758 ],
770 'sources': [ 759 'sources': [
771 'app/cast_main.cc', 760 'app/cast_main.cc',
772 ], 761 ],
773 }, 762 },
774 ], # end of targets 763 ], # end of targets
775 }], 764 }],
776 ], # end of conditions 765 ], # end of conditions
777 } 766 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698