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

Side by Side Diff: content/content_shell.gypi

Issue 1432553003: Revert of Reland Reland 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, 1 month 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 | « content/content.gyp ('k') | content/content_tests.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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 934 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
935 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], 935 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
936 'conditions': [ 936 'conditions': [
937 ['icu_use_data_file_flag==1', { 937 ['icu_use_data_file_flag==1', {
938 'additional_input_paths': [ 938 'additional_input_paths': [
939 '<(asset_location)/icudtl.dat', 939 '<(asset_location)/icudtl.dat',
940 ], 940 ],
941 }], 941 }],
942 ['v8_use_external_startup_data==1', { 942 ['v8_use_external_startup_data==1', {
943 'additional_input_paths': [ 943 'additional_input_paths': [
944 '<(asset_location)/natives_blob_<(arch_suffix).bin', 944 '<(asset_location)/natives_blob.bin',
945 '<(asset_location)/snapshot_blob_<(arch_suffix).bin', 945 '<(asset_location)/snapshot_blob.bin',
946 ], 946 ],
947 }], 947 }],
948 ], 948 ],
949 }, 949 },
950 'includes': [ 950 'includes': [ '../build/java_apk.gypi' ],
951 '../build/android/v8_external_startup_data_arch_suffix.gypi',
952 '../build/java_apk.gypi',
953 ],
954 }, 951 },
955 ], 952 ],
956 }], # OS=="android" 953 }], # OS=="android"
957 ['OS=="win"', { 954 ['OS=="win"', {
958 'targets': [ 955 'targets': [
959 { 956 {
960 # GN version: //content/shell:crash_service 957 # GN version: //content/shell:crash_service
961 'target_name': 'content_shell_crash_service', 958 'target_name': 'content_shell_crash_service',
962 'type': 'executable', 959 'type': 'executable',
963 'dependencies': [ 960 'dependencies': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1003 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1007 '--destination_dir', '<(dest_dir)', 1004 '--destination_dir', '<(dest_dir)',
1008 ], 1005 ],
1009 }, 1006 },
1010 ], 1007 ],
1011 }, 1008 },
1012 ], 1009 ],
1013 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1010 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1014 ] 1011 ]
1015 } 1012 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698