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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14200032: Decouple l10n_util from InputMethodUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: /MockInputMethodDelegate/FakeInputMethodDelegate/ Created 7 years, 8 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
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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'dbus/ibus/mock_ibus_config_client.cc', 385 'dbus/ibus/mock_ibus_config_client.cc',
386 'dbus/ibus/mock_ibus_config_client.h', 386 'dbus/ibus/mock_ibus_config_client.h',
387 'dbus/ibus/mock_ibus_input_context_client.cc', 387 'dbus/ibus/mock_ibus_input_context_client.cc',
388 'dbus/ibus/mock_ibus_input_context_client.h', 388 'dbus/ibus/mock_ibus_input_context_client.h',
389 'dbus/ibus/mock_ibus_engine_factory_service.cc', 389 'dbus/ibus/mock_ibus_engine_factory_service.cc',
390 'dbus/ibus/mock_ibus_engine_factory_service.h', 390 'dbus/ibus/mock_ibus_engine_factory_service.h',
391 'dbus/ibus/mock_ibus_engine_service.cc', 391 'dbus/ibus/mock_ibus_engine_service.cc',
392 'dbus/ibus/mock_ibus_engine_service.h', 392 'dbus/ibus/mock_ibus_engine_service.h',
393 'dbus/ibus/mock_ibus_panel_service.cc', 393 'dbus/ibus/mock_ibus_panel_service.cc',
394 'dbus/ibus/mock_ibus_panel_service.h', 394 'dbus/ibus/mock_ibus_panel_service.h',
395 'ime/fake_input_method_delegate.cc',
396 'ime/fake_input_method_delegate.h',
395 'ime/mock_ibus_daemon_controller.cc', 397 'ime/mock_ibus_daemon_controller.cc',
396 'ime/mock_ibus_daemon_controller.h', 398 'ime/mock_ibus_daemon_controller.h',
397 'ime/mock_input_method_delegate.cc',
398 'ime/mock_input_method_delegate.h',
399 'ime/mock_xkeyboard.cc', 399 'ime/mock_xkeyboard.cc',
400 'ime/mock_xkeyboard.h', 400 'ime/mock_xkeyboard.h',
401 ], 401 ],
402 'include_dirs': [ 402 'include_dirs': [
403 '..', 403 '..',
404 ], 404 ],
405 }, 405 },
406 { 406 {
407 'target_name': 'chromeos_unittests', 407 'target_name': 'chromeos_unittests',
408 'type': 'executable', 408 'type': 'executable',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../third_party/cros_system_api/dbus/video_activity_update.proto', 523 '../third_party/cros_system_api/dbus/video_activity_update.proto',
524 ], 524 ],
525 'variables': { 525 'variables': {
526 'proto_in_dir': '../third_party/cros_system_api/dbus/', 526 'proto_in_dir': '../third_party/cros_system_api/dbus/',
527 'proto_out_dir': 'chromeos/dbus', 527 'proto_out_dir': 'chromeos/dbus',
528 }, 528 },
529 'includes': ['../build/protoc.gypi'], 529 'includes': ['../build/protoc.gypi'],
530 }, 530 },
531 ], 531 ],
532 } 532 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc ('k') | chromeos/ime/fake_input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698