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

Unified Diff: chromeos/chromeos.gyp

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui/chromeos/ime/DEPS Created 6 years, 1 month 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 0b514cacde15097d00197d09353f51b759992059..ffe2a78bd0871bb1e10f0670abdce96b4ab8fc3a 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -234,27 +234,6 @@
'dbus/volume_state.h',
'disks/disk_mount_manager.cc',
'disks/disk_mount_manager.h',
- 'ime/component_extension_ime_manager.cc',
- 'ime/component_extension_ime_manager.h',
- 'ime/composition_text.cc',
- 'ime/composition_text.h',
- 'ime/extension_ime_util.cc',
- 'ime/extension_ime_util.h',
- 'ime/fake_ime_keyboard.cc',
- 'ime/fake_ime_keyboard.h',
- 'ime/ime_keyboard.cc',
- 'ime/ime_keyboard.h',
- 'ime/ime_keyboard_ozone.cc',
- 'ime/ime_keyboard_ozone.h',
- 'ime/ime_keyboard_x11.cc',
- 'ime/ime_keyboard_x11.h',
- 'ime/input_method_delegate.h',
- 'ime/input_method_descriptor.cc',
- 'ime/input_method_descriptor.h',
- 'ime/input_method_manager.cc',
- 'ime/input_method_manager.h',
- 'ime/input_method_whitelist.cc',
- 'ime/input_method_whitelist.h',
'login/auth/auth_attempt_state.cc',
'login/auth/auth_attempt_state.h',
'login/auth/auth_attempt_state_resolver.cc',
@@ -432,12 +411,6 @@
'dbus/shill_service_client_unittest.cc',
'dbus/shill_third_party_vpn_driver_client_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
- 'ime/component_extension_ime_manager_unittest.cc',
- 'ime/composition_text_unittest.cc',
- 'ime/extension_ime_util_unittest.cc',
- 'ime/ime_keyboard_x11_unittest.cc',
- 'ime/input_method_manager.h',
- 'ime/input_method_whitelist_unittest.cc',
'login/auth/key_unittest.cc',
'login/login_state_unittest.cc',
'network/auto_connect_handler_unittest.cc',
@@ -504,20 +477,6 @@
'CHROMEOS_IMPLEMENTATION',
],
'sources': [ '<@(chromeos_sources)' ],
- 'conditions': [
- ['use_x11 == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:x11',
- '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }, {
- # use_x11 == 0
- 'sources!': [
- 'ime/keyboard_controller.cc',
- 'ime/ime_keyboard.h',
- ],
- }],
- ],
},
{
# GN version: //chromeos:test_support
@@ -556,8 +515,6 @@
'dbus/mock_shill_service_client.h',
'disks/mock_disk_mount_manager.cc',
'disks/mock_disk_mount_manager.h',
- 'ime/mock_component_extension_ime_manager_delegate.cc',
- 'ime/mock_component_extension_ime_manager_delegate.h',
'login/auth/fake_extended_authenticator.cc',
'login/auth/fake_extended_authenticator.h',
'login/auth/mock_auth_attempt_state_resolver.cc',
@@ -607,8 +564,6 @@
'dbus/fake_shill_manager_client.h',
'dbus/fake_update_engine_client.cc',
'dbus/fake_update_engine_client.h',
- 'ime/fake_input_method_delegate.cc',
- 'ime/fake_input_method_delegate.h',
],
'include_dirs': [
'..',
@@ -648,11 +603,6 @@
],
},
],
- ['use_x11 == 1', {
- 'dependencies': [
- '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }]
],
},
{
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/ime/component_extension_ime_manager.h » ('j') | ui/base/ime/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698