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

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

Issue 1882423002: [iOS/OSX/GN] Add -install_name to the shared_library ldflags on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-earlgrey
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
« build/config/mac/rules.gni ('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 754f4ff22a92948dca6245ebf7e33d3c365e107a..9a6876d42e50cebf3739fd5a91de604662d6b809 100644
--- a/ios/third_party/ochamcrest/BUILD.gn
+++ b/ios/third_party/ochamcrest/BUILD.gn
@@ -4,9 +4,7 @@
import("//build/config/ios/rules.gni")
-ios_framework_bundle("ochamcrest") {
- output_name = "OCHamcrest"
-
+ios_framework_bundle("OCHamcrest") {
testonly = true
sources = [
"src/Source/Core/HCAssertThat.h",
« build/config/mac/rules.gni ('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