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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 'type': 'none', | 1035 'type': 'none', |
1036 'dependencies': [ | 1036 'dependencies': [ |
1037 'content_shell_apk', | 1037 'content_shell_apk', |
1038 ], | 1038 ], |
1039 'includes': [ '../build/apk_fake_jar.gypi' ], | 1039 'includes': [ '../build/apk_fake_jar.gypi' ], |
1040 }, | 1040 }, |
1041 { | 1041 { |
1042 'target_name': 'content_shell_apk', | 1042 'target_name': 'content_shell_apk', |
1043 'type': 'none', | 1043 'type': 'none', |
1044 'dependencies': [ | 1044 'dependencies': [ |
1045 'content.gyp:content_icudata', | |
1046 'content.gyp:content_java', | 1045 'content.gyp:content_java', |
1047 'content_java_test_support', | 1046 'content_java_test_support', |
1048 'content_shell_java', | 1047 'content_shell_java', |
1049 'libcontent_shell_content_view', | 1048 'libcontent_shell_content_view', |
1050 '../base/base.gyp:base_java', | 1049 '../base/base.gyp:base_java', |
1051 '../media/media.gyp:media_java', | 1050 '../media/media.gyp:media_java', |
1052 '../net/net.gyp:net_java', | 1051 '../net/net.gyp:net_java', |
1053 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', | 1052 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', |
1054 '../tools/android/forwarder/forwarder.gyp:forwarder', | 1053 '../tools/android/forwarder/forwarder.gyp:forwarder', |
1055 '../ui/android/ui_android.gyp:ui_java', | 1054 '../ui/android/ui_android.gyp:ui_java', |
1056 ], | 1055 ], |
1057 'variables': { | 1056 'variables': { |
1058 'apk_name': 'ContentShell', | 1057 'apk_name': 'ContentShell', |
1059 'manifest_package_name': 'org.chromium.content_shell_apk', | 1058 'manifest_package_name': 'org.chromium.content_shell_apk', |
1060 'java_in_dir': 'shell/android/shell_apk', | 1059 'java_in_dir': 'shell/android/shell_apk', |
1061 'resource_dir': 'shell/android/shell_apk/res', | 1060 'resource_dir': 'shell/android/shell_apk/res', |
1062 'native_lib_target': 'libcontent_shell_content_view', | 1061 'native_lib_target': 'libcontent_shell_content_view', |
1063 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 1062 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
1064 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', | 1063 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
1065 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], | 1064 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'], |
1066 'conditions': [ | |
1067 ['icu_use_data_file_flag==1', { | |
1068 'additional_input_paths': [ | |
1069 '<(PRODUCT_DIR)/icudtl.dat', | |
1070 ], | |
1071 }], | |
1072 ], | |
1073 }, | 1065 }, |
1074 'conditions': [ | 1066 'conditions': [ |
1075 ['android_webview_build==0', { | 1067 ['android_webview_build==0', { |
1076 'dependencies': [ | 1068 'dependencies': [ |
1077 '../tools/imagediff/image_diff.gyp:image_diff#host', | 1069 '../tools/imagediff/image_diff.gyp:image_diff#host', |
1078 ], | 1070 ], |
1079 }], | 1071 }], |
1080 ], | 1072 ], |
1081 'includes': [ '../build/java_apk.gypi' ], | 1073 'includes': [ '../build/java_apk.gypi' ], |
1082 }, | 1074 }, |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1133 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1125 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1134 '--destination_dir', '<(dest_dir)', | 1126 '--destination_dir', '<(dest_dir)', |
1135 ], | 1127 ], |
1136 }, | 1128 }, |
1137 ], | 1129 ], |
1138 }, | 1130 }, |
1139 ], | 1131 ], |
1140 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1132 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1141 ] | 1133 ] |
1142 } | 1134 } |
OLD | NEW |