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

Unified Diff: chrome/chrome_tests.gypi

Issue 586383002: Add ChromeShellTestApk and other chrome/ test stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-shell-apk
Patch Set: Rebase Created 6 years, 2 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 | « chrome/android/BUILD.gn ('k') | chrome/test/android/BUILD.gn » ('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 cfaa004e767c8c0ebdcce82bfc3f12631c28d97f..f7e0c1b789101fbbe8729f5868f9305f76d36388 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2867,6 +2867,7 @@
['OS == "android"', {
'targets': [
{
+ # GN: //chrome/android:chrome_shell_test_apk
'target_name': 'chrome_shell_test_apk',
'type': 'none',
'dependencies': [
@@ -2888,6 +2889,7 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk
'target_name': 'chromedriver_webview_shell_apk',
'type': 'none',
'variables': {
@@ -2898,6 +2900,7 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ # GN: //chrome/android:uiautomator_tests_java
'target_name': 'chrome_shell_uiautomator_tests_java',
'type': 'none',
'variables': {
@@ -2910,6 +2913,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //chrome/android:uiautomator_tests
'target_name': 'chrome_shell_uiautomator_tests',
'type': 'none',
'dependencies': [
@@ -2918,6 +2922,7 @@
'includes': [ '../build/uiautomator_test.gypi' ],
},
{
+ # GN: //chrome/android:chrome_sync_shell_test_apk
'target_name': 'chrome_sync_shell_test_apk',
'type': 'none',
'dependencies': [
@@ -2937,6 +2942,7 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ # GN: //chrome/test/android:chrome_java_test_support
'target_name': 'chrome_java_test_support',
'type': 'none',
'variables': {
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/test/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698