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

Unified Diff: remoting/remoting_nacl.gyp

Issue 292103004: Enable keyboard filters in PNaCl client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « remoting/remoting_client.gypi ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
{
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698