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

Unified Diff: chromeos/chromeos.gyp

Issue 12438012: Extract input_method_whitelist.{h|cc} from c/b/chromeos. (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/gen_input_methods.py » ('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 b85a0313e80de0cc7a8c2cf78f218bcf9b46f2c8..ae245f52ce4344e5b2164e6ec54993e5b54aa81a 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -22,6 +22,7 @@
'../dbus/dbus.gyp:dbus',
'../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
+ 'ime/input_method.gyp:gencode',
'power_manager_proto',
'power_supply_properties_proto',
'video_activity_update_proto',
@@ -153,6 +154,8 @@
'ime/input_method_descriptor.h',
'ime/input_method_property.cc',
'ime/input_method_property.h',
+ 'ime/input_method_whitelist.cc',
+ 'ime/input_method_whitelist.h',
'network/cros_network_functions.cc',
'network/cros_network_functions.h',
'network/device_state.cc',
@@ -386,6 +389,7 @@
'disks/disk_mount_manager_unittest.cc',
'ime/input_method_descriptor_unittest.cc',
'ime/input_method_property_unittest.cc',
+ 'ime/input_method_whitelist_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/gen_input_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698