| 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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 'includes': [ '../build/android/jinja_template.gypi' ], | 964 'includes': [ '../build/android/jinja_template.gypi' ], |
| 965 }, | 965 }, |
| 966 { | 966 { |
| 967 # GN version: //content/shell/android:content_shell_apk | 967 # GN version: //content/shell/android:content_shell_apk |
| 968 'target_name': 'content_shell_apk', | 968 'target_name': 'content_shell_apk', |
| 969 'type': 'none', | 969 'type': 'none', |
| 970 'dependencies': [ | 970 'dependencies': [ |
| 971 'content.gyp:content_icudata', | 971 'content.gyp:content_icudata', |
| 972 'content.gyp:content_java', | 972 'content.gyp:content_java', |
| 973 'content.gyp:content_v8_external_data', | 973 'content.gyp:content_v8_external_data', |
| 974 'content_java_test_support', | |
| 975 'content_shell_java', | 974 'content_shell_java', |
| 976 'libcontent_shell_content_view', | 975 'libcontent_shell_content_view', |
| 977 '../base/base.gyp:base_java', | 976 '../base/base.gyp:base_java', |
| 978 '../media/media.gyp:media_java', | 977 '../media/media.gyp:media_java', |
| 979 '../net/net.gyp:net_java', | 978 '../net/net.gyp:net_java', |
| 980 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', | 979 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', |
| 981 '../tools/android/forwarder/forwarder.gyp:forwarder', | 980 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 982 '../tools/imagediff/image_diff.gyp:image_diff#host', | 981 '../tools/imagediff/image_diff.gyp:image_diff#host', |
| 983 '../ui/android/ui_android.gyp:ui_java', | 982 '../ui/android/ui_android.gyp:ui_java', |
| 984 ], | 983 ], |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1061 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1063 '--destination_dir', '<(dest_dir)', | 1062 '--destination_dir', '<(dest_dir)', |
| 1064 ], | 1063 ], |
| 1065 }, | 1064 }, |
| 1066 ], | 1065 ], |
| 1067 }, | 1066 }, |
| 1068 ], | 1067 ], |
| 1069 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1068 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1070 ] | 1069 ] |
| 1071 } | 1070 } |
| OLD | NEW |