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

Unified Diff: base/base_lib.scons

Issue 19021: Add portable keyboard codes (Closed)
Patch Set: update vcproj and scons Created 11 years, 11 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/build/base.vcproj » ('j') | base/keyboard_codes_posix.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_lib.scons
diff --git a/base/base_lib.scons b/base/base_lib.scons
index 93bf869efafdd2a70f736c34b4ac3b5788200900..397c53aef2421686822ef7c54e4305c464bc814d 100644
--- a/base/base_lib.scons
+++ b/base/base_lib.scons
@@ -120,6 +120,9 @@ input_files = ChromeFileList([
'json_reader.h',
'json_writer.cc',
'json_writer.h',
+ 'keyboard_codes.h',
+ 'keyboard_codes_posix.h',
+ 'keyboard_codes_win.h',
'lazy_instance.cc',
'lazy_instance.h',
'linked_ptr.h',
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | base/keyboard_codes_posix.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698