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

Unified Diff: content/content_tests.gypi

Issue 1173363008: [Android] Refactor browser test execution. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. 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 b97cff07b1658fa09d16896545af7fb292291529..bdd665a008f50185bce45c4bee675dfadc6816c1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1814,6 +1814,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',
@@ -1832,6 +1847,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