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

Unified Diff: remoting/remoting_nacl.gyp

Issue 1416233002: Add NormalizingInputFilterWin to un-pick AltGr sequences. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 5 years, 2 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/client/plugin/chromoting_instance.cc ('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 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' ],
],
}],
],
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698