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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 'package_name': 'chromium_testshell', | 7 'package_name': 'chromium_testshell', |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'chrome_android_paks.gypi', # Included for the list of pak resources. | 10 'chrome_android_paks.gypi', # Included for the list of pak resources. |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'chrome.gyp:chrome_java', | 54 'chrome.gyp:chrome_java', |
55 'chromium_testshell_paks', | 55 'chromium_testshell_paks', |
56 'libchromiumtestshell', | 56 'libchromiumtestshell', |
57 ], | 57 ], |
58 'variables': { | 58 'variables': { |
59 'apk_name': 'ChromiumTestShell', | 59 'apk_name': 'ChromiumTestShell', |
60 'manifest_package_name': 'org.chromium.chrome.testshell', | 60 'manifest_package_name': 'org.chromium.chrome.testshell', |
61 'java_in_dir': 'android/testshell/java', | 61 'java_in_dir': 'android/testshell/java', |
62 'resource_dir': 'android/testshell/res', | 62 'resource_dir': 'android/testshell/res', |
63 'asset_location': '<(ant_build_out)/../assets/<(package_name)', | 63 'asset_location': '<(ant_build_out)/../assets/<(package_name)', |
64 'native_libs_paths': [ '<(SHARED_LIB_DIR)/libchromiumtestshell.so', ], | 64 'native_lib_target': 'libchromiumtestshell', |
65 'additional_input_paths': [ | 65 'additional_input_paths': [ |
66 '<@(chrome_android_pak_output_resources)', | 66 '<@(chrome_android_pak_output_resources)', |
67 '<(chrome_android_pak_output_folder)/devtools_resources.pak', | 67 '<(chrome_android_pak_output_folder)/devtools_resources.pak', |
68 ], | 68 ], |
69 }, | 69 }, |
70 'includes': [ '../build/java_apk.gypi', ], | 70 'includes': [ '../build/java_apk.gypi', ], |
71 }, | 71 }, |
72 { | 72 { |
73 'target_name': 'chromium_testshell_jni_headers', | 73 'target_name': 'chromium_testshell_jni_headers', |
74 'type': 'none', | 74 'type': 'none', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'destination': '<(chrome_android_pak_output_folder)', | 137 'destination': '<(chrome_android_pak_output_folder)', |
138 'files': [ | 138 'files': [ |
139 '<@(chrome_android_pak_input_resources)', | 139 '<@(chrome_android_pak_input_resources)', |
140 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 140 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
141 ], | 141 ], |
142 } | 142 } |
143 ], | 143 ], |
144 }, | 144 }, |
145 ], | 145 ], |
146 } | 146 } |
OLD | NEW |