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

Unified Diff: ios/third_party/ochamcrest/BUILD.gn

Issue 1879003002: [iOS/GN] Convert //ios/third_party/earl_grey to build with GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-ochamcrest
Patch Set: 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
« ios/third_party/earl_grey/BUILD.gn ('K') | « ios/third_party/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/ochamcrest/BUILD.gn
diff --git a/ios/third_party/ochamcrest/BUILD.gn b/ios/third_party/ochamcrest/BUILD.gn
index 402942789aa5e2ad7edc9d6b8fa6d814fc85059a..8c4c20f7cca6f081fe9731b5844f27c1ead9701d 100644
--- a/ios/third_party/ochamcrest/BUILD.gn
+++ b/ios/third_party/ochamcrest/BUILD.gn
@@ -4,7 +4,14 @@
import("//build/config/ios/rules.gni")
-ios_framework_bundle("ochamcrest") {
+group("ochamcrest") {
+ testonly = true
+ public_deps = [
+ ":OCHamcrest.framework",
+ ]
+}
+
+ios_framework_bundle("OCHamcrest.framework") {
testonly = true
output_name = "OCHamcrest"
sources = [
« ios/third_party/earl_grey/BUILD.gn ('K') | « ios/third_party/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698