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

Side by Side Diff: chromeos/chromeos.gyp

Issue 11956041: Introduce IBusBridge for ibus-less implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « no previous file | chromeos/ime/ibus_bridge.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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'dbus/sms_client.cc', 118 'dbus/sms_client.cc',
119 'dbus/sms_client.h', 119 'dbus/sms_client.h',
120 'dbus/update_engine_client.cc', 120 'dbus/update_engine_client.cc',
121 'dbus/update_engine_client.h', 121 'dbus/update_engine_client.h',
122 'disks/disk_mount_manager.cc', 122 'disks/disk_mount_manager.cc',
123 'disks/disk_mount_manager.h', 123 'disks/disk_mount_manager.h',
124 'display/output_configurator.cc', 124 'display/output_configurator.cc',
125 'display/output_configurator.h', 125 'display/output_configurator.h',
126 'ime/ibus_daemon_controller.cc', 126 'ime/ibus_daemon_controller.cc',
127 'ime/ibus_daemon_controller.h', 127 'ime/ibus_daemon_controller.h',
128 'ime/ibus_bridge.h',
129 'ime/ibus_bridge.cc',
128 'network/cros_network_functions.cc', 130 'network/cros_network_functions.cc',
129 'network/cros_network_functions.h', 131 'network/cros_network_functions.h',
130 'network/device_state.cc', 132 'network/device_state.cc',
131 'network/device_state.h', 133 'network/device_state.h',
132 'network/geolocation_handler.cc', 134 'network/geolocation_handler.cc',
133 'network/geolocation_handler.h', 135 'network/geolocation_handler.h',
134 'network/managed_state.cc', 136 'network/managed_state.cc',
135 'network/managed_state.h', 137 'network/managed_state.h',
136 'network/network_change_notifier_chromeos.cc', 138 'network/network_change_notifier_chromeos.cc',
137 'network/network_change_notifier_chromeos.h', 139 'network/network_change_notifier_chromeos.h',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 '../third_party/cros_system_api/dbus/video_activity_update.proto', 418 '../third_party/cros_system_api/dbus/video_activity_update.proto',
417 ], 419 ],
418 'variables': { 420 'variables': {
419 'proto_in_dir': '../third_party/cros_system_api/dbus/', 421 'proto_in_dir': '../third_party/cros_system_api/dbus/',
420 'proto_out_dir': 'chromeos/dbus', 422 'proto_out_dir': 'chromeos/dbus',
421 }, 423 },
422 'includes': ['../build/protoc.gypi'], 424 'includes': ['../build/protoc.gypi'],
423 }, 425 },
424 ], 426 ],
425 } 427 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/ime/ibus_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698