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

Unified Diff: content/content_tests.gypi

Issue 1165523002: [Android] Refactor browser test execution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add content/shell/android/browsertests/ to components/test/DEPS 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index f1597383ff01f0500993aac9c0787a5152997c1b..8bab0e691a110ddf0f131bc72fc295ce81a5afc5 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1813,6 +1813,21 @@
'includes': [ '../build/apk_test.gypi' ],
},
{
+ 'target_name': 'content_shell_browsertests_java',
+ 'type': 'none',
+ 'dependencies': [
+ 'content.gyp:content_java',
+ 'content_shell_java',
+ '../base/base.gyp:base_java',
+ '../testing/android/native_test.gyp:native_test_java',
+ '../ui/android/ui_android.gyp:ui_java',
+ ],
+ 'variables': {
+ 'java_in_dir': 'shell/android/browsertests',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ {
# TODO(GN)
'target_name': 'content_browsertests_manifest',
'type': 'none',
@@ -1831,6 +1846,7 @@
'content.gyp:content_java',
'content.gyp:content_v8_external_data',
'content_browsertests',
+ 'content_shell_browsertests_java',
'content_java_test_support',
'content_shell_java',
],

Powered by Google App Engine
This is Rietveld 408576698