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

Side by Side Diff: content/content_shell.gypi

Issue 23868030: Make it possible to use OSMesa on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/shell/app/shell_main_delegate.cc » ('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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_java', 1045 'content.gyp:content_java',
1046 'content_java_test_support', 1046 'content_java_test_support',
1047 'content_shell_java', 1047 'content_shell_java',
1048 'libcontent_shell_content_view', 1048 'libcontent_shell_content_view',
1049 '../base/base.gyp:base_java', 1049 '../base/base.gyp:base_java',
1050 '../media/media.gyp:media_java', 1050 '../media/media.gyp:media_java',
1051 '../net/net.gyp:net_java', 1051 '../net/net.gyp:net_java',
1052 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir',
1052 '../tools/android/forwarder/forwarder.gyp:forwarder', 1053 '../tools/android/forwarder/forwarder.gyp:forwarder',
1053 '../ui/android/ui_android.gyp:ui_java', 1054 '../ui/android/ui_android.gyp:ui_java',
1054 ], 1055 ],
1055 'variables': { 1056 'variables': {
1056 'apk_name': 'ContentShell', 1057 'apk_name': 'ContentShell',
1057 'manifest_package_name': 'org.chromium.content_shell_apk', 1058 'manifest_package_name': 'org.chromium.content_shell_apk',
1058 'java_in_dir': 'shell/android/shell_apk', 1059 'java_in_dir': 'shell/android/shell_apk',
1059 'resource_dir': 'shell/android/shell_apk/res', 1060 'resource_dir': 'shell/android/shell_apk/res',
1060 'native_lib_target': 'libcontent_shell_content_view', 1061 'native_lib_target': 'libcontent_shell_content_view',
1061 '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'],
1062 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1063 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1064 'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
1063 }, 1065 },
1064 'conditions': [ 1066 'conditions': [
1065 ['android_webview_build==0', { 1067 ['android_webview_build==0', {
1066 'dependencies': [ 1068 'dependencies': [
1067 '../tools/imagediff/image_diff.gyp:image_diff#host', 1069 '../tools/imagediff/image_diff.gyp:image_diff#host',
1068 ], 1070 ],
1069 }], 1071 }],
1070 ], 1072 ],
1071 'includes': [ '../build/java_apk.gypi' ], 1073 'includes': [ '../build/java_apk.gypi' ],
1072 }, 1074 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1125 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1124 '--destination_dir', '<(dest_dir)', 1126 '--destination_dir', '<(dest_dir)',
1125 ], 1127 ],
1126 }, 1128 },
1127 ], 1129 ],
1128 }, 1130 },
1129 ], 1131 ],
1130 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1132 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1131 ] 1133 ]
1132 } 1134 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698