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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 1094903008: Revert of [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | android_webview/javatests/AndroidManifest.xml » ('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 'libstandalonelibwebviewchromium', 10 'libstandalonelibwebviewchromium',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ], 87 ],
88 'includes': [ '../build/apk_fake_jar.gypi' ], 88 'includes': [ '../build/apk_fake_jar.gypi' ],
89 }, 89 },
90 { 90 {
91 'target_name': 'android_webview_test_apk', 91 'target_name': 'android_webview_test_apk',
92 'type': 'none', 92 'type': 'none',
93 'dependencies': [ 93 'dependencies': [
94 '../base/base.gyp:base_java_test_support', 94 '../base/base.gyp:base_java_test_support',
95 '../content/content_shell_and_tests.gyp:content_java_test_support', 95 '../content/content_shell_and_tests.gyp:content_java_test_support',
96 '../net/net.gyp:net_java_test_support', 96 '../net/net.gyp:net_java_test_support',
97 '../testing/android/on_device_instrumentation.gyp:broker_java',
98 '../testing/android/on_device_instrumentation.gyp:require_driver_apk',
99 'android_webview_apk_java', 97 'android_webview_apk_java',
100 ], 98 ],
101 'variables': { 99 'variables': {
102 'apk_name': 'AndroidWebViewTest', 100 'apk_name': 'AndroidWebViewTest',
103 'java_in_dir': '../android_webview/javatests', 101 'java_in_dir': '../android_webview/javatests',
104 'is_test_apk': 1, 102 'is_test_apk': 1,
105 }, 103 },
106 'includes': [ '../build/java_apk.gypi' ], 104 'includes': [ '../build/java_apk.gypi' ],
107 }, 105 },
108 { 106 {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 ], 208 ],
211 }, 209 },
212 { 210 {
213 'target_name': 'libstandalonelibwebviewchromium', 211 'target_name': 'libstandalonelibwebviewchromium',
214 'includes': [ 212 'includes': [
215 'libwebviewchromium.gypi', 213 'libwebviewchromium.gypi',
216 ], 214 ],
217 }, 215 },
218 ], 216 ],
219 } 217 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/javatests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698