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 'libwebviewchromium', | 10 'libwebviewchromium', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'includes': [ '../build/java.gypi' ], | 104 'includes': [ '../build/java.gypi' ], |
105 }, | 105 }, |
106 { | 106 { |
107 'target_name': 'android_webview_unittests_jni', | 107 'target_name': 'android_webview_unittests_jni', |
108 'type': 'none', | 108 'type': 'none', |
109 'sources': [ | 109 'sources': [ |
110 '../android_webview/unittestjava/src/org/chromium/android_webview/unit
test/InputStreamUnittest.java', | 110 '../android_webview/unittestjava/src/org/chromium/android_webview/unit
test/InputStreamUnittest.java', |
111 ], | 111 ], |
112 'variables': { | 112 'variables': { |
113 'jni_gen_package': 'android_webview_unittests', | 113 'jni_gen_package': 'android_webview_unittests', |
| 114 'jni_generator_ptr_type': 'long', |
114 }, | 115 }, |
115 'includes': [ '../build/jni_generator.gypi' ], | 116 'includes': [ '../build/jni_generator.gypi' ], |
116 }, | 117 }, |
117 { | 118 { |
118 'target_name': 'android_webview_unittests_apk', | 119 'target_name': 'android_webview_unittests_apk', |
119 'type': 'none', | 120 'type': 'none', |
120 'dependencies': [ | 121 'dependencies': [ |
121 'android_webview_unittest_java', | 122 'android_webview_unittest_java', |
122 'android_webview_unittests', | 123 'android_webview_unittests', |
123 ], | 124 ], |
124 'variables': { | 125 'variables': { |
125 'test_suite_name': 'android_webview_unittests', | 126 'test_suite_name': 'android_webview_unittests', |
126 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 127 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
127 }, | 128 }, |
128 'includes': [ '../build/apk_test.gypi' ], | 129 'includes': [ '../build/apk_test.gypi' ], |
129 }, | 130 }, |
130 ], | 131 ], |
131 } | 132 } |
OLD | NEW |