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

Side by Side Diff: android_webview/android_webview_shell.gyp

Issue 1215733002: [Android WebViewShell] Make WebViewLayoutTest runnable with test_runner.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-find-copies Created 5 years, 5 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/android_webview_shell_test_apk.isolate » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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_shell_apk', 7 'target_name': 'android_webview_shell_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [
10 '../base/base.gyp:base_java_test_support',
11 ],
9 'variables': { 12 'variables': {
10 'apk_name': 'AndroidWebViewShell', 13 'apk_name': 'AndroidWebViewShell',
11 'java_in_dir': 'tools/WebViewShell', 14 'java_in_dir': 'tools/WebViewShell',
12 'resource_dir': 'tools/WebViewShell/res', 15 'resource_dir': 'tools/WebViewShell/res',
16 'is_test_apk': 1,
17 'test_type': 'instrumentation',
18 'isolate_file': 'android_webview_shell_test_apk.isolate',
13 }, 19 },
14 'includes': [ '../build/java_apk.gypi' ], 20 'includes': [
21 '../build/java_apk.gypi',
22 '../build/android/test_runner.gypi',
23 ],
15 }, 24 },
16 ], 25 ],
17 } 26 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview_shell_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698