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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/android_webview_shell_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_shell.gyp
diff --git a/android_webview/android_webview_shell.gyp b/android_webview/android_webview_shell.gyp
index 6c002145b6e68d73c1cf19b8f60fcc655eb59011..76651650af8c67bb155bd751deeafd4229c135c2 100644
--- a/android_webview/android_webview_shell.gyp
+++ b/android_webview/android_webview_shell.gyp
@@ -6,12 +6,21 @@
{
'target_name': 'android_webview_shell_apk',
'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_java_test_support',
+ ],
'variables': {
'apk_name': 'AndroidWebViewShell',
'java_in_dir': 'tools/WebViewShell',
'resource_dir': 'tools/WebViewShell/res',
+ 'is_test_apk': 1,
+ 'test_type': 'instrumentation',
+ 'isolate_file': 'android_webview_shell_test_apk.isolate',
},
- 'includes': [ '../build/java_apk.gypi' ],
+ 'includes': [
+ '../build/java_apk.gypi',
+ '../build/android/test_runner.gypi',
+ ],
},
],
}
« 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