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

Unified Diff: chrome/chrome_tests.gypi

Issue 63373003: [chromedriver] Add a WebView shell app for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't run the test just yet Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/constants.py ('k') | chrome/test/chromedriver/chrome/device_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 92814b554628c480ee53d32eae91c88c33f932c8..b3a0708cf39e38daf0324a242b78201605c412a9 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3099,6 +3099,16 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ 'target_name': 'chromedriver_webview_shell_apk',
+ 'type': 'none',
+ 'variables': {
+ 'apk_name': 'ChromeDriverWebViewShell',
+ 'java_in_dir': 'test/chromedriver/test/webview_shell/java',
+ 'resource_dir': 'test/chromedriver/test/webview_shell/java/res',
+ },
+ 'includes': [ '../build/java_apk.gypi' ],
+ },
+ {
'target_name': 'chromium_testshell_uiautomator_tests_java',
'type': 'none',
'variables': {
« no previous file with comments | « build/android/pylib/constants.py ('k') | chrome/test/chromedriver/chrome/device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698