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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'android_webview_apk', | 7 'target_name': 'android_webview_apk', |
8 'type': 'none', | 8 'type': 'none', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'libstandalonelibwebviewchromium', | 10 'libstandalonelibwebviewchromium', |
11 'android_webview_java', | 11 'android_webview_java', |
12 'android_webview_pak', | 12 'android_webview_pak', |
13 'libdrawgl', | 13 'libdrawgl', |
| 14 '../base/base.gyp:base_java_test_support', |
| 15 '../components/components.gyp:policy_java_test_support' |
14 ], | 16 ], |
15 'variables': { | 17 'variables': { |
16 'apk_name': 'AndroidWebView', | 18 'apk_name': 'AndroidWebView', |
17 'java_in_dir': 'test/shell', | 19 'java_in_dir': 'test/shell', |
18 'native_lib_target': 'libstandalonelibwebviewchromium', | 20 'native_lib_target': 'libstandalonelibwebviewchromium', |
19 'native_lib_version_name': '<(version_full)', | 21 'native_lib_version_name': '<(version_full)', |
20 'resource_dir': 'test/shell/res', | 22 'resource_dir': 'test/shell/res', |
21 'extensions_to_not_compress': '.lpak,.pak,.dat,.bin', | 23 'extensions_to_not_compress': '.lpak,.pak,.dat,.bin', |
22 'asset_location': '<(PRODUCT_DIR)/android_webview_apk/assets', | 24 'asset_location': '<(PRODUCT_DIR)/android_webview_apk/assets', |
23 'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_ext
ension)'], | 25 'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_ext
ension)'], |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'dependencies': [ | 91 'dependencies': [ |
90 'android_webview_apk', | 92 'android_webview_apk', |
91 ], | 93 ], |
92 'includes': [ '../build/apk_fake_jar.gypi' ], | 94 'includes': [ '../build/apk_fake_jar.gypi' ], |
93 }, | 95 }, |
94 { | 96 { |
95 'target_name': 'android_webview_test_apk', | 97 'target_name': 'android_webview_test_apk', |
96 'type': 'none', | 98 'type': 'none', |
97 'dependencies': [ | 99 'dependencies': [ |
98 '../base/base.gyp:base_java_test_support', | 100 '../base/base.gyp:base_java_test_support', |
| 101 '../components/components.gyp:policy_java_test_support', |
99 '../content/content_shell_and_tests.gyp:content_java_test_support', | 102 '../content/content_shell_and_tests.gyp:content_java_test_support', |
100 '../net/net.gyp:net_java_test_support', | 103 '../net/net.gyp:net_java_test_support', |
101 '../testing/android/on_device_instrumentation.gyp:broker_java', | 104 '../testing/android/on_device_instrumentation.gyp:broker_java', |
102 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', | 105 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', |
103 'android_webview_apk_java', | 106 'android_webview_apk_java', |
104 ], | 107 ], |
105 'variables': { | 108 'variables': { |
106 'apk_name': 'AndroidWebViewTest', | 109 'apk_name': 'AndroidWebViewTest', |
107 'java_in_dir': '../android_webview/javatests', | 110 'java_in_dir': '../android_webview/javatests', |
108 'is_test_apk': 1, | 111 'is_test_apk': 1, |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 ], | 257 ], |
255 'sources': [ | 258 'sources': [ |
256 'android_webview_unittests_apk.isolate', | 259 'android_webview_unittests_apk.isolate', |
257 ], | 260 ], |
258 }, | 261 }, |
259 ] | 262 ] |
260 } | 263 } |
261 ], | 264 ], |
262 ] | 265 ] |
263 } | 266 } |
OLD | NEW |