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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1776933002: Add the missing asset file cast_shell.pak back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak', 290 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak',
291 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 291 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
292 ], 292 ],
293 'conditions': [ 293 'conditions': [
294 ['chromecast_branding!="public"', { 294 ['chromecast_branding!="public"', {
295 'pak_inputs': [ 295 'pak_inputs': [
296 '<(SHARED_INTERMEDIATE_DIR)/chromecast/internal/cast_shell_int ernal.pak', 296 '<(SHARED_INTERMEDIATE_DIR)/chromecast/internal/cast_shell_int ernal.pak',
297 ], 297 ],
298 }], 298 }],
299 ], 299 ],
300 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak', 300 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
301 }, 301 },
302 'includes': [ '../build/repack_action.gypi' ], 302 'includes': [ '../build/repack_action.gypi' ],
303 }, 303 },
304 ], 304 ],
305 'conditions': [ 305 'conditions': [
306 ['chromecast_branding!="public"', { 306 ['chromecast_branding!="public"', {
307 'dependencies': [ 307 'dependencies': [
308 'internal/chromecast_resources.gyp:cast_shell_internal_pak', 308 'internal/chromecast_resources.gyp:cast_shell_internal_pak',
309 ], 309 ],
310 }], 310 }],
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 ['OS=="android"', { 556 ['OS=="android"', {
557 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi', ], 557 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi', ],
558 'variables': { 558 'variables': {
559 'cast_shell_assets_path': '<(PRODUCT_DIR)/assets', 559 'cast_shell_assets_path': '<(PRODUCT_DIR)/assets',
560 }, 560 },
561 'targets': [ 561 'targets': [
562 { 562 {
563 'target_name': 'cast_shell_icudata', 563 'target_name': 'cast_shell_icudata',
564 'type': 'none', 564 'type': 'none',
565 'dependencies': [ 565 'dependencies': [
566 'cast_shell_pak',
566 '../third_party/icu/icu.gyp:icudata', 567 '../third_party/icu/icu.gyp:icudata',
567 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', 568 '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
568 ], 569 ],
569 'variables': { 570 'variables': {
570 'dest_path': '<(cast_shell_assets_path)', 571 'dest_path': '<(cast_shell_assets_path)',
571 'src_files': [ 572 'src_files': [
572 '<(PRODUCT_DIR)/icudtl.dat', 573 '<(PRODUCT_DIR)/icudtl.dat',
574 '<(PRODUCT_DIR)/cast_shell.pak',
573 ], 575 ],
574 'renaming_sources': [ 576 'renaming_sources': [
575 '<(PRODUCT_DIR)/natives_blob.bin', 577 '<(PRODUCT_DIR)/natives_blob.bin',
576 '<(PRODUCT_DIR)/snapshot_blob.bin', 578 '<(PRODUCT_DIR)/snapshot_blob.bin',
577 ], 579 ],
578 'renaming_destinations': [ 580 'renaming_destinations': [
579 'natives_blob_<(arch_suffix).bin', 581 'natives_blob_<(arch_suffix).bin',
580 'snapshot_blob_<(arch_suffix).bin', 582 'snapshot_blob_<(arch_suffix).bin',
581 ], 583 ],
582 'clear': 1, 584 'clear': 1,
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'cast_shell_core', 792 'cast_shell_core',
791 ], 793 ],
792 'sources': [ 794 'sources': [
793 'app/cast_main.cc', 795 'app/cast_main.cc',
794 ], 796 ],
795 }, 797 },
796 ], # end of targets 798 ], # end of targets
797 }], 799 }],
798 ], # end of conditions 800 ], # end of conditions
799 } 801 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698