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

Side by Side Diff: content/content.gyp

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/translate.gypi ('k') | content/content_renderer.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 ], 662 ],
663 }, 663 },
664 { 664 {
665 'target_name': 'content_shell_assets_copy', 665 'target_name': 'content_shell_assets_copy',
666 'type': 'none', 666 'type': 'none',
667 'dependencies': ['content_shell_and_tests.gyp:content_shell_pak'], 667 'dependencies': ['content_shell_and_tests.gyp:content_shell_pak'],
668 'variables': { 668 'variables': {
669 'src_files': ['<(PRODUCT_DIR)/content_shell.pak'], 669 'src_files': ['<(PRODUCT_DIR)/content_shell.pak'],
670 'conditions': [ 670 'conditions': [
671 ['v8_use_external_startup_data==1', { 671 ['v8_use_external_startup_data==1', {
672 'dependencies': ['<(DEPTH)/v8/tools/gyp/v8.gyp:v8_external_snaps hot'], 672 'dependencies': ['<(DEPTH)/v8/src/v8.gyp:v8_external_snapshot'],
673 'renaming_sources': [ 673 'renaming_sources': [
674 '<(PRODUCT_DIR)/natives_blob.bin', 674 '<(PRODUCT_DIR)/natives_blob.bin',
675 '<(PRODUCT_DIR)/snapshot_blob.bin', 675 '<(PRODUCT_DIR)/snapshot_blob.bin',
676 ], 676 ],
677 'renaming_destinations': [ 677 'renaming_destinations': [
678 'natives_blob_<(arch_suffix).bin', 678 'natives_blob_<(arch_suffix).bin',
679 'snapshot_blob_<(arch_suffix).bin', 679 'snapshot_blob_<(arch_suffix).bin',
680 ], 680 ],
681 }], 681 }],
682 ['icu_use_data_file_flag==1', { 682 ['icu_use_data_file_flag==1', {
683 'dependencies': ['<(DEPTH)/third_party/icu/icu.gyp:icudata'], 683 'dependencies': ['<(DEPTH)/third_party/icu/icu.gyp:icudata'],
684 'src_files': ['<(PRODUCT_DIR)/icudtl.dat'], 684 'src_files': ['<(PRODUCT_DIR)/icudtl.dat'],
685 }], 685 }],
686 ], 686 ],
687 'dest_path': '<(PRODUCT_DIR)/content_shell/assets', 687 'dest_path': '<(PRODUCT_DIR)/content_shell/assets',
688 'clear': 1, 688 'clear': 1,
689 }, 689 },
690 'includes': [ 690 'includes': [
691 '../build/android/copy_ex.gypi', 691 '../build/android/copy_ex.gypi',
692 '../build/android/v8_external_startup_data_arch_suffix.gypi', 692 '../build/android/v8_external_startup_data_arch_suffix.gypi',
693 ], 693 ],
694 }, 694 },
695 ], 695 ],
696 }], # OS == "android" 696 }], # OS == "android"
697 ], 697 ],
698 } 698 }
OLDNEW
« no previous file with comments | « components/translate.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698