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

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: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 326ea385d899601c84ce8504dc713e249c4bf0e1..db2f62827de31b7c0652a9336b25d3dc289700dd 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3120,6 +3120,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': {

Powered by Google App Engine
This is Rietveld 408576698