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 20 matching lines...) Expand all Loading... |
31 '<(java_in_dir)/assets/asset_icon.png', | 31 '<(java_in_dir)/assets/asset_icon.png', |
32 '<(java_in_dir)/assets/full_screen_video_test.html', | 32 '<(java_in_dir)/assets/full_screen_video_test.html', |
33 ], | 33 ], |
34 }, | 34 }, |
35 ], | 35 ], |
36 'includes': [ '../build/java_apk.gypi' ], | 36 'includes': [ '../build/java_apk.gypi' ], |
37 }, | 37 }, |
38 { | 38 { |
39 # android_webview_apk creates a .jar as a side effect. Any java | 39 # android_webview_apk creates a .jar as a side effect. Any java |
40 # targets that need that .jar in their classpath should depend on this | 40 # targets that need that .jar in their classpath should depend on this |
41 # target. For more details see the chromium_testshell_java target. | 41 # target. For more details see the chrome_shell_java target. |
42 'target_name': 'android_webview_apk_java', | 42 'target_name': 'android_webview_apk_java', |
43 'type': 'none', | 43 'type': 'none', |
44 'dependencies': [ | 44 'dependencies': [ |
45 'android_webview_apk', | 45 'android_webview_apk', |
46 ], | 46 ], |
47 'includes': [ '../build/apk_fake_jar.gypi' ], | 47 'includes': [ '../build/apk_fake_jar.gypi' ], |
48 }, | 48 }, |
49 { | 49 { |
50 'target_name': 'android_webview_test_apk', | 50 'target_name': 'android_webview_test_apk', |
51 'type': 'none', | 51 'type': 'none', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'android_webview_unittests', | 123 'android_webview_unittests', |
124 ], | 124 ], |
125 'variables': { | 125 'variables': { |
126 'test_suite_name': 'android_webview_unittests', | 126 'test_suite_name': 'android_webview_unittests', |
127 '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)', |
128 }, | 128 }, |
129 'includes': [ '../build/apk_test.gypi' ], | 129 'includes': [ '../build/apk_test.gypi' ], |
130 }, | 130 }, |
131 ], | 131 ], |
132 } | 132 } |
OLD | NEW |