OLD | NEW |
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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 'native_lib_target': 'libcontent_shell_content_view', | 1021 'native_lib_target': 'libcontent_shell_content_view', |
1022 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1022 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1023 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1023 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
1024 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], | 1024 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], |
1025 'conditions': [ | 1025 'conditions': [ |
1026 ['icu_use_data_file_flag==1', { | 1026 ['icu_use_data_file_flag==1', { |
1027 'additional_input_paths': [ | 1027 'additional_input_paths': [ |
1028 '<(PRODUCT_DIR)/icudtl.dat', | 1028 '<(PRODUCT_DIR)/icudtl.dat', |
1029 ], | 1029 ], |
1030 }], | 1030 }], |
1031 ['component != "shared_library" and target_arch != "arm64" and tar
get_arch != "x64"', { | 1031 ['component != "shared_library" and target_arch != "arm64" and tar
get_arch != "x64" and profiling_full_stack_frames != 1', { |
1032 # Only enable the chromium linker on regular builds, since the | 1032 # Only enable the chromium linker on regular builds, since the |
1033 # component build crashes on Android 4.4. See b/11379966 | 1033 # component build crashes on Android 4.4. See b/11379966 |
1034 'use_chromium_linker': '1', | 1034 'use_chromium_linker': '1', |
1035 }], | 1035 }], |
1036 ], | 1036 ], |
1037 }, | 1037 }, |
1038 'conditions': [ | 1038 'conditions': [ |
1039 ['android_webview_build==0', { | 1039 ['android_webview_build==0', { |
1040 'dependencies': [ | 1040 'dependencies': [ |
1041 '../tools/imagediff/image_diff.gyp:image_diff#host', | 1041 '../tools/imagediff/image_diff.gyp:image_diff#host', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1098 '--destination_dir', '<(dest_dir)', | 1098 '--destination_dir', '<(dest_dir)', |
1099 ], | 1099 ], |
1100 }, | 1100 }, |
1101 ], | 1101 ], |
1102 }, | 1102 }, |
1103 ], | 1103 ], |
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1105 ] | 1105 ] |
1106 } | 1106 } |
OLD | NEW |