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

Unified Diff: content/content_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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 7f628e6f823ebc9fce6f546e3be9851854facc1f..828cbf569843feb97f5e286af233d765d4f22244 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -2024,6 +2024,26 @@
},
'includes': [ '../build/java_apk.gypi' ],
},
+ {
+ # GN: //content/public/android:content_shell_unit_tests
+ 'target_name': 'content_shell_unit_tests',
+ 'type': 'none',
+ 'dependencies': [
+ 'content.gyp:content_java',
+ '../base/base.gyp:base_java',
+ '../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': [
+ 'public/android/junit/',
+ ],
+ },
+ 'includes': [
+ '../build/host_jar.gypi',
+ ],
+ },
],
}],
['OS!="android" and OS!="ios" and OS!="linux"', {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698