| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 ], | 876 ], |
| 877 }], | 877 }], |
| 878 }], | 878 }], |
| 879 ], | 879 ], |
| 880 }], | 880 }], |
| 881 ['icu_use_data_file_flag==1', { | 881 ['icu_use_data_file_flag==1', { |
| 882 'mac_bundle_resources': [ | 882 'mac_bundle_resources': [ |
| 883 '<(PRODUCT_DIR)/icudtl.dat', | 883 '<(PRODUCT_DIR)/icudtl.dat', |
| 884 ], | 884 ], |
| 885 }], | 885 }], |
| 886 ['v8_use_external_startup_data==1', { |
| 887 'mac_bundle_resources': [ |
| 888 '<(PRODUCT_DIR)/natives_blob.bin', |
| 889 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 890 ], |
| 891 }], |
| 886 ], | 892 ], |
| 887 }, # target content_shell_framework | 893 }, # target content_shell_framework |
| 888 { | 894 { |
| 889 'target_name': 'content_shell_helper_app', | 895 'target_name': 'content_shell_helper_app', |
| 890 'type': 'executable', | 896 'type': 'executable', |
| 891 'variables': { 'enable_wexit_time_destructors': 1, }, | 897 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 892 'product_name': '<(content_shell_product_name) Helper', | 898 'product_name': '<(content_shell_product_name) Helper', |
| 893 'mac_bundle': 1, | 899 'mac_bundle': 1, |
| 894 'dependencies': [ | 900 'dependencies': [ |
| 895 'content_shell_framework', | 901 'content_shell_framework', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1033 'content_shell_apk', | 1039 'content_shell_apk', |
| 1034 ], | 1040 ], |
| 1035 'includes': [ '../build/apk_fake_jar.gypi' ], | 1041 'includes': [ '../build/apk_fake_jar.gypi' ], |
| 1036 }, | 1042 }, |
| 1037 { | 1043 { |
| 1038 'target_name': 'content_shell_apk', | 1044 'target_name': 'content_shell_apk', |
| 1039 'type': 'none', | 1045 'type': 'none', |
| 1040 'dependencies': [ | 1046 'dependencies': [ |
| 1041 'content.gyp:content_icudata', | 1047 'content.gyp:content_icudata', |
| 1042 'content.gyp:content_java', | 1048 'content.gyp:content_java', |
| 1049 'content.gyp:content_v8_external_data', |
| 1043 'content_java_test_support', | 1050 'content_java_test_support', |
| 1044 'content_shell_java', | 1051 'content_shell_java', |
| 1045 'libcontent_shell_content_view', | 1052 'libcontent_shell_content_view', |
| 1046 '../base/base.gyp:base_java', | 1053 '../base/base.gyp:base_java', |
| 1047 '../media/media.gyp:media_java', | 1054 '../media/media.gyp:media_java', |
| 1048 '../net/net.gyp:net_java', | 1055 '../net/net.gyp:net_java', |
| 1049 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', | 1056 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', |
| 1050 '../tools/android/forwarder/forwarder.gyp:forwarder', | 1057 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 1051 '../ui/android/ui_android.gyp:ui_java', | 1058 '../ui/android/ui_android.gyp:ui_java', |
| 1052 ], | 1059 ], |
| 1053 'variables': { | 1060 'variables': { |
| 1054 'apk_name': 'ContentShell', | 1061 'apk_name': 'ContentShell', |
| 1055 'manifest_package_name': 'org.chromium.content_shell_apk', | 1062 'manifest_package_name': 'org.chromium.content_shell_apk', |
| 1056 'java_in_dir': 'shell/android/shell_apk', | 1063 'java_in_dir': 'shell/android/shell_apk', |
| 1057 'resource_dir': 'shell/android/shell_apk/res', | 1064 'resource_dir': 'shell/android/shell_apk/res', |
| 1058 'native_lib_target': 'libcontent_shell_content_view', | 1065 'native_lib_target': 'libcontent_shell_content_view', |
| 1059 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1066 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 1060 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1067 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
| 1061 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], | 1068 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], |
| 1062 'conditions': [ | 1069 'conditions': [ |
| 1063 ['icu_use_data_file_flag==1', { | 1070 ['icu_use_data_file_flag==1', { |
| 1064 'additional_input_paths': [ | 1071 'additional_input_paths': [ |
| 1065 '<(PRODUCT_DIR)/icudtl.dat', | 1072 '<(PRODUCT_DIR)/icudtl.dat', |
| 1066 ], | 1073 ], |
| 1067 }], | 1074 }], |
| 1075 ['v8_use_external_startup_data==1', { |
| 1076 'additional_input_paths': [ |
| 1077 '<(PRODUCT_DIR)/natives_blob.bin', |
| 1078 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 1079 ], |
| 1080 }], |
| 1068 ], | 1081 ], |
| 1069 }, | 1082 }, |
| 1070 'conditions': [ | 1083 'conditions': [ |
| 1071 ['android_webview_build==0', { | 1084 ['android_webview_build==0', { |
| 1072 'dependencies': [ | 1085 'dependencies': [ |
| 1073 '../tools/imagediff/image_diff.gyp:image_diff#host', | 1086 '../tools/imagediff/image_diff.gyp:image_diff#host', |
| 1074 ], | 1087 ], |
| 1075 }], | 1088 }], |
| 1076 ], | 1089 ], |
| 1077 'includes': [ '../build/java_apk.gypi' ], | 1090 'includes': [ '../build/java_apk.gypi' ], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1129 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1142 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1130 '--destination_dir', '<(dest_dir)', | 1143 '--destination_dir', '<(dest_dir)', |
| 1131 ], | 1144 ], |
| 1132 }, | 1145 }, |
| 1133 ], | 1146 ], |
| 1134 }, | 1147 }, |
| 1135 ], | 1148 ], |
| 1136 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1149 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1137 ] | 1150 ] |
| 1138 } | 1151 } |
| OLD | NEW |