Commit ac173ed0 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Fix line endings in mojo_services.gyp

Cr-Commit-Position: refs/heads/master@{#330947}
parent a3140a9f
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
}, },
'includes': [ 'includes': [
'../third_party/mojo/mojom_bindings_generator_explicit.gypi', '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
], ],
'sources': [ 'sources': [
# XCode doesn't want to link a target without a source file. So add a # 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 # dummy file keep the linker happy. See http://crbug.com/157073
'services/network/xcode_hack.c', 'services/network/xcode_hack.c',
], ],
}], }],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment