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

Side by Side Diff: chromeos/chromeos.gyp

Issue 23822002: Adding new mock classes for input method handlers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/ime/mock_ime_candidate_window_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'dbus/ibus/mock_ibus_engine_factory_service.cc', 433 'dbus/ibus/mock_ibus_engine_factory_service.cc',
434 'dbus/ibus/mock_ibus_engine_factory_service.h', 434 'dbus/ibus/mock_ibus_engine_factory_service.h',
435 'dbus/ibus/mock_ibus_engine_service.cc', 435 'dbus/ibus/mock_ibus_engine_service.cc',
436 'dbus/ibus/mock_ibus_engine_service.h', 436 'dbus/ibus/mock_ibus_engine_service.h',
437 'dbus/ibus/mock_ibus_panel_service.cc', 437 'dbus/ibus/mock_ibus_panel_service.cc',
438 'dbus/ibus/mock_ibus_panel_service.h', 438 'dbus/ibus/mock_ibus_panel_service.h',
439 'ime/fake_input_method_delegate.cc', 439 'ime/fake_input_method_delegate.cc',
440 'ime/fake_input_method_delegate.h', 440 'ime/fake_input_method_delegate.h',
441 'ime/mock_ibus_daemon_controller.cc', 441 'ime/mock_ibus_daemon_controller.cc',
442 'ime/mock_ibus_daemon_controller.h', 442 'ime/mock_ibus_daemon_controller.h',
443 'ime/mock_ime_candidate_window_handler.cc',
444 'ime/mock_ime_candidate_window_handler.h',
445 'ime/mock_ime_engine_handler.cc',
446 'ime/mock_ime_engine_handler.h',
447 'ime/mock_ime_input_context_handler.cc',
448 'ime/mock_ime_input_context_handler.h',
449 'ime/mock_ime_property_handler.cc',
450 'ime/mock_ime_property_handler.h',
443 'ime/mock_xkeyboard.cc', 451 'ime/mock_xkeyboard.cc',
444 'ime/mock_xkeyboard.h', 452 'ime/mock_xkeyboard.h',
445 ], 453 ],
446 'include_dirs': [ 454 'include_dirs': [
447 '..', 455 '..',
448 ], 456 ],
449 }, 457 },
450 { 458 {
451 'target_name': 'chromeos_unittests', 459 'target_name': 'chromeos_unittests',
452 'type': 'executable', 460 'type': 'executable',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 561 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
554 ], 562 ],
555 'variables': { 563 'variables': {
556 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 564 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
557 'proto_out_dir': 'chromeos/dbus/power_manager', 565 'proto_out_dir': 'chromeos/dbus/power_manager',
558 }, 566 },
559 'includes': ['../build/protoc.gypi'], 567 'includes': ['../build/protoc.gypi'],
560 }, 568 },
561 ], 569 ],
562 } 570 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/ime/mock_ime_candidate_window_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698