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

Unified Diff: components/policy.gypi

Issue 1905103002: 🐮 Add dummy junit targets so that GYP & GN have the same targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot to add java file Created 4 years, 8 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 | « components/invalidation.gypi ('k') | components/web_restrictions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index 63808772446c88e901f11babd7e6be97b173af6f..92504487507f8bb1843c2d7e4653996b60d1b7e8 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -369,6 +369,21 @@
},
'includes': [ '../build/jni_generator.gypi' ],
},
+ {
+ 'target_name': 'components_policy_junit_tests',
+ 'type': 'none',
+ 'dependencies': [
+ '../testing/android/junit/junit_test.gyp:junit_test_support',
+ ],
+ 'variables': {
+ 'main_class': 'org.chromium.testing.local.JunitTestMain',
+ 'src_paths': [
+ '../testing/android/junit/DummyTest.java',
+ ],
+ 'wrapper_script_name': 'helper/<(_target_name)',
+ },
+ 'includes': [ '../build/host_jar.gypi' ],
+ },
],
}],
['OS=="android" and configuration_policy==1', {
« no previous file with comments | « components/invalidation.gypi ('k') | components/web_restrictions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698