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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 11366108: Move Android WebView Test WebServer to net (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce net_test_java_support target Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java » ('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_test_apk', 7 'target_name': 'android_webview_test_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base_java_test_support', 10 '../base/base.gyp:base_java_test_support',
11 '../content/content.gyp:content_java_test_support', 11 '../content/content.gyp:content_java_test_support',
12 'android_webview_java', 12 '../net/net.gyp:net_java_test_support',
13 'android_webview_java',
13 'libwebviewchromium', 14 'libwebviewchromium',
14 ], 15 ],
15 'variables': { 16 'variables': {
16 'package_name': 'android_webview_test', 17 'package_name': 'android_webview_test',
17 'apk_name': 'AndroidWebViewTest', 18 'apk_name': 'AndroidWebViewTest',
18 'java_in_dir': '../android_webview/javatests', 19 'java_in_dir': '../android_webview/javatests',
19 'resource_dir': 'res', 20 'resource_dir': 'res',
20 }, 21 },
21 'copies': [ 22 'copies': [
22 { 23 {
(...skipping 29 matching lines...) Expand all
52 'android_webview_unittests', 53 'android_webview_unittests',
53 ], 54 ],
54 'variables': { 55 'variables': {
55 'test_suite_name': 'android_webview_unittests', 56 'test_suite_name': 'android_webview_unittests',
56 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)', 57 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)',
57 }, 58 },
58 'includes': [ '../build/apk_test.gypi' ], 59 'includes': [ '../build/apk_test.gypi' ],
59 }, 60 },
60 ], 61 ],
61 } 62 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698