| Index: remoting/remoting_nacl.gyp
|
| diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
|
| index cbfbef93459c3d1cf0db2ccf174fe533c2447c85..81dc8da902bd9271a67bd99c8a9d9911468a5963 100644
|
| --- a/remoting/remoting_nacl.gyp
|
| +++ b/remoting/remoting_nacl.gyp
|
| @@ -123,7 +123,18 @@
|
| 'sources!': [
|
| 'base/url_request_context.cc',
|
| 'jingle_glue/chromium_socket_factory.cc',
|
| - ]
|
| + ],
|
| +
|
| + # Include normalizing_input_filter_mac.cc excluded by the filename
|
| + # exclusion rules. Must be in target_conditions to make sure it's
|
| + # evaluated after the filename rules.
|
| + 'target_conditions': [
|
| + ['1==1', {
|
| + 'sources/': [
|
| + [ 'include', 'client/plugin/normalizing_input_filter_mac.cc' ],
|
| + ],
|
| + }],
|
| + ],
|
| }, # end of target 'remoting_client_plugin_lib_nacl'
|
|
|
| {
|
|
|