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

Unified Diff: third_party/class-dump/BUILD.gn

Issue 2066983004: Work around iossim compile issues on latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 years, 6 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 | « testing/iossim/iossim.mm ('k') | third_party/class-dump/class-dump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/class-dump/BUILD.gn
diff --git a/third_party/class-dump/BUILD.gn b/third_party/class-dump/BUILD.gn
index 40d48c4014eee8a4992c2dc9caefad74b8607e76..17b775909c0ca6c42fc39433db04d7cfee8e15ee 100644
--- a/third_party/class-dump/BUILD.gn
+++ b/third_party/class-dump/BUILD.gn
@@ -4,10 +4,7 @@
config("config") {
visibility = [ ":class-dump" ]
- libs = [
- "Foundation.framework",
- "crypto",
- ]
+ libs = [ "Foundation.framework" ]
# TODO(crbug.com/595295): Building class-dump tools requires OS X SDK
# version 10.9 or higher. Remove this override once the global version
« no previous file with comments | « testing/iossim/iossim.mm ('k') | third_party/class-dump/class-dump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698