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

Unified Diff: components/web_restrictions.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/policy.gypi ('k') | testing/android/junit/DummyTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_restrictions.gypi
diff --git a/components/web_restrictions.gypi b/components/web_restrictions.gypi
index 31c936b0fb03e099d04f477a277a52ef5d2fd495..fa42754f54fe70e9c8a243779a55199c45524f00 100644
--- a/components/web_restrictions.gypi
+++ b/components/web_restrictions.gypi
@@ -96,8 +96,22 @@
'web_restrictions/browser/mock_web_restrictions_client.cc',
'web_restrictions/browser/mock_web_restrictions_client.h',
],
- }
-
+ },
+ {
+ 'target_name': 'components_web_restrictions_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' ],
+ },
],
}]]
}
« no previous file with comments | « components/policy.gypi ('k') | testing/android/junit/DummyTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698