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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 ], | 45 ], |
46 }], | 46 }], |
47 ], | 47 ], |
48 }, | 48 }, |
49 ], | 49 ], |
50 'includes': [ '../build/java_apk.gypi' ], | 50 'includes': [ '../build/java_apk.gypi' ], |
51 }, | 51 }, |
52 { | 52 { |
53 # android_webview_apk creates a .jar as a side effect. Any java | 53 # android_webview_apk creates a .jar as a side effect. Any java |
54 # targets that need that .jar in their classpath should depend on this | 54 # targets that need that .jar in their classpath should depend on this |
55 # target. For more details see the chromium_testshell_java target. | 55 # target. For more details see the chrome_shell_apk_java target. |
56 'target_name': 'android_webview_apk_java', | 56 'target_name': 'android_webview_apk_java', |
57 'type': 'none', | 57 'type': 'none', |
58 'dependencies': [ | 58 'dependencies': [ |
59 'android_webview_apk', | 59 'android_webview_apk', |
60 ], | 60 ], |
61 'includes': [ '../build/apk_fake_jar.gypi' ], | 61 'includes': [ '../build/apk_fake_jar.gypi' ], |
62 }, | 62 }, |
63 { | 63 { |
64 'target_name': 'android_webview_test_apk', | 64 'target_name': 'android_webview_test_apk', |
65 'type': 'none', | 65 'type': 'none', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'android_webview_unittests', | 137 'android_webview_unittests', |
138 ], | 138 ], |
139 'variables': { | 139 'variables': { |
140 'test_suite_name': 'android_webview_unittests', | 140 'test_suite_name': 'android_webview_unittests', |
141 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 141 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
142 }, | 142 }, |
143 'includes': [ '../build/apk_test.gypi' ], | 143 'includes': [ '../build/apk_test.gypi' ], |
144 }, | 144 }, |
145 ], | 145 ], |
146 } | 146 } |
OLD | NEW |