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

Unified Diff: mojo/mojo_services.gyp

Issue 1144413003: Fix ios build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | mojo/services/network/xcode_hack.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gyp
diff --git a/mojo/mojo_services.gyp b/mojo/mojo_services.gyp
index 38f7178a32c599eec508b46ccff5afea6f31bf1a..c085642bddd22a85e791c4158602e4a63ec819f6 100644
--- a/mojo/mojo_services.gyp
+++ b/mojo/mojo_services.gyp
@@ -27,6 +27,11 @@
},
'includes': [
'../third_party/mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ 'sources': [
+ # XCode doesn't want to link a target without a source file. So add a
+ # dummy file keep the linker happy. See http://crbug.com/157073
+ 'services/network/xcode_hack.c',
],
}],
}
« no previous file with comments | « no previous file | mojo/services/network/xcode_hack.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698