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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12041006: Introduce empty IBusDaemonController class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use thread_checker Created 7 years, 11 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/ibus_daemon_controller.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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'dbus/speech_synthesizer_client.cc', 113 'dbus/speech_synthesizer_client.cc',
114 'dbus/speech_synthesizer_client.h', 114 'dbus/speech_synthesizer_client.h',
115 'dbus/sms_client.cc', 115 'dbus/sms_client.cc',
116 'dbus/sms_client.h', 116 'dbus/sms_client.h',
117 'dbus/update_engine_client.cc', 117 'dbus/update_engine_client.cc',
118 'dbus/update_engine_client.h', 118 'dbus/update_engine_client.h',
119 'disks/disk_mount_manager.cc', 119 'disks/disk_mount_manager.cc',
120 'disks/disk_mount_manager.h', 120 'disks/disk_mount_manager.h',
121 'display/output_configurator.cc', 121 'display/output_configurator.cc',
122 'display/output_configurator.h', 122 'display/output_configurator.h',
123 'ime/ibus_daemon_controller.cc',
124 'ime/ibus_daemon_controller.h',
123 'network/cros_network_functions.cc', 125 'network/cros_network_functions.cc',
124 'network/cros_network_functions.h', 126 'network/cros_network_functions.h',
125 'network/device_state.cc', 127 'network/device_state.cc',
126 'network/device_state.h', 128 'network/device_state.h',
127 'network/geolocation_handler.cc', 129 'network/geolocation_handler.cc',
128 'network/geolocation_handler.h', 130 'network/geolocation_handler.h',
129 'network/managed_state.cc', 131 'network/managed_state.cc',
130 'network/managed_state.h', 132 'network/managed_state.h',
131 'network/network_change_notifier_chromeos.cc', 133 'network/network_change_notifier_chromeos.cc',
132 'network/network_change_notifier_chromeos.h', 134 'network/network_change_notifier_chromeos.h',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 '../third_party/cros_system_api/dbus/video_activity_update.proto', 413 '../third_party/cros_system_api/dbus/video_activity_update.proto',
412 ], 414 ],
413 'variables': { 415 'variables': {
414 'proto_in_dir': '../third_party/cros_system_api/dbus/', 416 'proto_in_dir': '../third_party/cros_system_api/dbus/',
415 'proto_out_dir': 'chromeos/dbus', 417 'proto_out_dir': 'chromeos/dbus',
416 }, 418 },
417 'includes': ['../build/protoc.gypi'], 419 'includes': ['../build/protoc.gypi'],
418 }, 420 },
419 ], 421 ],
420 } 422 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/ime/ibus_daemon_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698