Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 12913009: Predex java libraries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@antpy
Patch Set: Rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/apk_fake_jar.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 26 matching lines...) Expand all
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 chromium_testshell_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 'all_dependent_settings': { 47 'includes': [ '../build/apk_fake_jar.gypi' ],
48 'variables': {
49 'input_jars_paths': ['>(apk_output_jar_path)'],
50 },
51 },
52 'actions': [
53 {
54 'action_name': 'fake_generate_jar',
55 'inputs': [],
56 'outputs': ['>(apk_output_jar_path)'],
57 'action': [],
58 },
59 ],
60 }, 48 },
61 { 49 {
62 'target_name': 'android_webview_test_apk', 50 'target_name': 'android_webview_test_apk',
63 'type': 'none', 51 'type': 'none',
64 'dependencies': [ 52 'dependencies': [
65 '../base/base.gyp:base_java_test_support', 53 '../base/base.gyp:base_java_test_support',
66 '../content/content.gyp:content_java_test_support', 54 '../content/content.gyp:content_java_test_support',
67 '../net/net.gyp:net_java_test_support', 55 '../net/net.gyp:net_java_test_support',
68 'android_webview_apk_java', 56 'android_webview_apk_java',
69 ], 57 ],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'android_webview_unittests_jni', 119 'android_webview_unittests_jni',
132 ], 120 ],
133 'variables': { 121 'variables': {
134 'test_suite_name': 'android_webview_unittests', 122 'test_suite_name': 'android_webview_unittests',
135 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)', 123 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)',
136 }, 124 },
137 'includes': [ '../build/apk_test.gypi' ], 125 'includes': [ '../build/apk_test.gypi' ],
138 }, 126 },
139 ], 127 ],
140 } 128 }
OLDNEW
« no previous file with comments | « no previous file | build/apk_fake_jar.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698