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

Unified Diff: components/BUILD.gn

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 | « no previous file | components/invalidation.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 636cecf14d7868148b3fb68c8a8c6230bd78ae2b..5ec73c0d42685fed53e511c722bf49ddf17b2e18 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -352,6 +352,12 @@ if (is_android) {
resource_dirs = [ "//components/test/android/browsertests_apk/res" ]
custom_package = "org.chromium.components_browsertests_apk"
}
+
+ # GYP: //components/components_tests.gyp:components_junit_tests
+ # TODO(GYP): Delete this target once recipes no longer require it.
+ junit_binary("components_junit_tests") {
+ java_files = [ "//testing/android/junit/DummyTest.java" ]
+ }
}
if (!is_ios) {
« no previous file with comments | « no previous file | components/invalidation.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698