Index: remoting/remoting_nacl.gyp |
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp |
index 6604231f2d332caba6be5421a9859f8262f44037..426eb638fe2606ddfc95e79faf67581ee35519be 100644 |
--- a/remoting/remoting_nacl.gyp |
+++ b/remoting/remoting_nacl.gyp |
@@ -126,13 +126,14 @@ |
'protocol/chromium_socket_factory.cc', |
], |
- # Include normalizing_input_filter_mac.cc excluded by the filename |
+ # Include normalizing_input_filter_*.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/normalizing_input_filter_mac.cc' ], |
+ [ 'include', 'client/normalizing_input_filter_win.cc' ], |
], |
}], |
], |