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

Unified Diff: base/base.gyp

Issue 235025: Use windows keycodes under linux (and all non-windows platforms). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | base/keyboard_code_conversion_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 27238)
+++ base/base.gyp (working copy)
@@ -157,8 +157,11 @@
'json_reader.h',
'json_writer.cc',
'json_writer.h',
+ 'keyboard_code_conversion_gtk.cc',
+ 'keyboard_code_conversion_gtk.h',
'keyboard_codes.h',
'keyboard_codes_win.h',
+ 'keyboard_codes_posix.h',
'lazy_instance.cc',
'lazy_instance.h',
'leak_tracker.h',
@@ -459,7 +462,7 @@
},
],
[ 'OS == "mac"', {
- 'sources/': [ ['exclude', '_(linux|win|chromeos)\\.cc$'] ],
+ 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ],
'sources!': [
],
'link_settings': {
@@ -483,7 +486,7 @@
'include_dirs': [
'../chrome/third_party/wtl/include',
],
- 'sources/': [ ['exclude', '_(linux|mac|posix|chromeos)\\.cc$'],
+ 'sources/': [ ['exclude', '_(linux|gtk|mac|posix|chromeos)\\.cc$'],
['exclude', '\\.mm?$' ] ],
'sources': [
'window_impl.cc',
« no previous file with comments | « no previous file | base/keyboard_code_conversion_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698