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', |
], |
}], |
} |