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_test_apk', | 7 'target_name': 'android_webview_test_apk', |
8 'type': 'none', | 8 'type': 'none', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base_java_test_support', | 10 '../base/base.gyp:base_java_test_support', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'target_name': 'android_webview_unittests_apk', | 81 'target_name': 'android_webview_unittests_apk', |
82 'type': 'none', | 82 'type': 'none', |
83 'dependencies': [ | 83 'dependencies': [ |
84 'android_webview_unittest_java', | 84 'android_webview_unittest_java', |
85 'android_webview_unittests', | 85 'android_webview_unittests', |
86 'android_webview_unittests_jni', | 86 'android_webview_unittests_jni', |
87 ], | 87 ], |
88 'variables': { | 88 'variables': { |
89 'test_suite_name': 'android_webview_unittests', | 89 'test_suite_name': 'android_webview_unittests', |
90 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 90 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
91 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_android_webview_u
nittest_java.jar'], | |
92 }, | 91 }, |
93 'includes': [ '../build/apk_test.gypi' ], | 92 'includes': [ '../build/apk_test.gypi' ], |
94 }, | 93 }, |
95 ], | 94 ], |
96 } | 95 } |
OLD | NEW |