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

Unified Diff: chromeos/chromeos.gyp

Issue 12672008: Move xkeyboard.cc from c/b/chromeos/input_method to chromeos/ime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/mock_xkeyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index fc145e979cff755d53e2e23725228469e12c8029..9b804fc5675a797e7cd662934ace345278dec87e 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -174,6 +174,8 @@
'ime/input_method_property.h',
'ime/input_method_whitelist.cc',
'ime/input_method_whitelist.h',
+ 'ime/xkeyboard.cc',
+ 'ime/xkeyboard.h',
'network/cros_network_functions.cc',
'network/cros_network_functions.h',
'network/device_state.cc',
@@ -367,6 +369,8 @@
'ime/mock_ibus_daemon_controller.h',
'ime/mock_input_method_delegate.cc',
'ime/mock_input_method_delegate.h',
+ 'ime/mock_xkeyboard.cc',
+ 'ime/mock_xkeyboard.h',
],
'include_dirs': [
'..',
@@ -420,6 +424,7 @@
'ime/input_method_descriptor_unittest.cc',
'ime/input_method_property_unittest.cc',
'ime/input_method_whitelist_unittest.cc',
+ 'ime/xkeyboard_unittest.cc',
'network/cros_network_functions_unittest.cc',
'network/geolocation_handler_unittest.cc',
'network/network_change_notifier_chromeos_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/mock_xkeyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698