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

Unified Diff: chrome/chrome_tests.gypi

Issue 994283006: Add initial test and build files for Robolectric unit test suites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed jbudorick's comments. Created 5 years, 9 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 10a0e85b0437f5091aa93102294854dac20a34b3..99da3eb36efbc27f2becbeb05f6276c1ce4682b3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2926,6 +2926,26 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
+ # GN: //chrome/android:chrome_shell_unit_tests
+ 'target_name': 'chrome_shell_unit_tests',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_java',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_java_test_support',
+ '../testing/android/junit/junit_test.gyp:junit_test_support',
+ ],
+ 'variables': {
+ 'main_class': 'org.chromium.testing.local.JunitTestMain',
+ 'src_paths': [
+ 'android/junit/',
+ ],
+ },
+ 'includes': [
+ '../build/host_jar.gypi',
+ ],
+ },
+ {
# GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk
'target_name': 'chromedriver_webview_shell_apk',
'type': 'none',
« no previous file with comments | « chrome/android/junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698