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

Side by Side Diff: chromeos/chromeos.gyp

Issue 70053003: Delete IBusEngineService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify comments based on the review. Created 7 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'dbus/shill_ipconfig_client.h', 163 'dbus/shill_ipconfig_client.h',
164 'dbus/shill_manager_client.cc', 164 'dbus/shill_manager_client.cc',
165 'dbus/shill_manager_client.h', 165 'dbus/shill_manager_client.h',
166 'dbus/shill_profile_client.cc', 166 'dbus/shill_profile_client.cc',
167 'dbus/shill_profile_client.h', 167 'dbus/shill_profile_client.h',
168 'dbus/shill_service_client.cc', 168 'dbus/shill_service_client.cc',
169 'dbus/shill_service_client.h', 169 'dbus/shill_service_client.h',
170 'dbus/shill_stub_helper.cc', 170 'dbus/shill_stub_helper.cc',
171 'dbus/shill_stub_helper.h', 171 'dbus/shill_stub_helper.h',
172 'dbus/ibus/ibus_constants.h', 172 'dbus/ibus/ibus_constants.h',
173 'dbus/ibus/ibus_engine_service.cc',
174 'dbus/ibus/ibus_engine_service.h',
175 'dbus/ibus/ibus_object.cc', 173 'dbus/ibus/ibus_object.cc',
176 'dbus/ibus/ibus_object.h', 174 'dbus/ibus/ibus_object.h',
177 'dbus/ibus/ibus_text.cc', 175 'dbus/ibus/ibus_text.cc',
178 'dbus/ibus/ibus_text.h', 176 'dbus/ibus/ibus_text.h',
179 'dbus/image_burner_client.cc', 177 'dbus/image_burner_client.cc',
180 'dbus/image_burner_client.h', 178 'dbus/image_burner_client.h',
181 'dbus/introspectable_client.cc', 179 'dbus/introspectable_client.cc',
182 'dbus/introspectable_client.h', 180 'dbus/introspectable_client.h',
183 'dbus/modem_messaging_client.cc', 181 'dbus/modem_messaging_client.cc',
184 'dbus/modem_messaging_client.h', 182 'dbus/modem_messaging_client.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'dbus/fake_cros_disks_client.cc', 424 'dbus/fake_cros_disks_client.cc',
427 'dbus/fake_cros_disks_client.h', 425 'dbus/fake_cros_disks_client.h',
428 'dbus/fake_power_manager_client.cc', 426 'dbus/fake_power_manager_client.cc',
429 'dbus/fake_power_manager_client.h', 427 'dbus/fake_power_manager_client.h',
430 'dbus/fake_session_manager_client.cc', 428 'dbus/fake_session_manager_client.cc',
431 'dbus/fake_session_manager_client.h', 429 'dbus/fake_session_manager_client.h',
432 'dbus/fake_shill_manager_client.cc', 430 'dbus/fake_shill_manager_client.cc',
433 'dbus/fake_shill_manager_client.h', 431 'dbus/fake_shill_manager_client.h',
434 'dbus/fake_update_engine_client.cc', 432 'dbus/fake_update_engine_client.cc',
435 'dbus/fake_update_engine_client.h', 433 'dbus/fake_update_engine_client.h',
436 'dbus/ibus/mock_ibus_engine_service.cc',
437 'dbus/ibus/mock_ibus_engine_service.h',
438 'ime/fake_input_method_delegate.cc', 434 'ime/fake_input_method_delegate.cc',
439 'ime/fake_input_method_delegate.h', 435 'ime/fake_input_method_delegate.h',
440 'ime/mock_ibus_daemon_controller.cc', 436 'ime/mock_ibus_daemon_controller.cc',
441 'ime/mock_ibus_daemon_controller.h', 437 'ime/mock_ibus_daemon_controller.h',
442 'ime/mock_ime_candidate_window_handler.cc', 438 'ime/mock_ime_candidate_window_handler.cc',
443 'ime/mock_ime_candidate_window_handler.h', 439 'ime/mock_ime_candidate_window_handler.h',
444 'ime/mock_ime_engine_handler.cc', 440 'ime/mock_ime_engine_handler.cc',
445 'ime/mock_ime_engine_handler.h', 441 'ime/mock_ime_engine_handler.h',
446 'ime/mock_ime_input_context_handler.cc', 442 'ime/mock_ime_input_context_handler.cc',
447 'ime/mock_ime_input_context_handler.h', 443 'ime/mock_ime_input_context_handler.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 552 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
557 ], 553 ],
558 'variables': { 554 'variables': {
559 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 555 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
560 'proto_out_dir': 'chromeos/dbus/power_manager', 556 'proto_out_dir': 'chromeos/dbus/power_manager',
561 }, 557 },
562 'includes': ['../build/protoc.gypi'], 558 'includes': ['../build/protoc.gypi'],
563 }, 559 },
564 ], 560 ],
565 } 561 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_engine_ibus.cc ('k') | chromeos/dbus/ibus/ibus_engine_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698