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

Side by Side Diff: chromeos/chromeos.gyp

Issue 10159004: Extends DBusThreadManager to connect ibus-bus. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'dbus/flimflam_device_client.cc', 57 'dbus/flimflam_device_client.cc',
58 'dbus/flimflam_device_client.h', 58 'dbus/flimflam_device_client.h',
59 'dbus/flimflam_manager_client.cc', 59 'dbus/flimflam_manager_client.cc',
60 'dbus/flimflam_manager_client.h', 60 'dbus/flimflam_manager_client.h',
61 'dbus/flimflam_network_client.cc', 61 'dbus/flimflam_network_client.cc',
62 'dbus/flimflam_network_client.h', 62 'dbus/flimflam_network_client.h',
63 'dbus/flimflam_profile_client.cc', 63 'dbus/flimflam_profile_client.cc',
64 'dbus/flimflam_profile_client.h', 64 'dbus/flimflam_profile_client.h',
65 'dbus/flimflam_service_client.cc', 65 'dbus/flimflam_service_client.cc',
66 'dbus/flimflam_service_client.h', 66 'dbus/flimflam_service_client.h',
67 'dbus/ibus/ibus_util.cc',
68 'dbus/ibus/ibus_util.h',
67 'dbus/image_burner_client.cc', 69 'dbus/image_burner_client.cc',
68 'dbus/image_burner_client.h', 70 'dbus/image_burner_client.h',
69 'dbus/introspectable_client.cc', 71 'dbus/introspectable_client.cc',
70 'dbus/introspectable_client.h', 72 'dbus/introspectable_client.h',
71 'dbus/power_manager_client.cc', 73 'dbus/power_manager_client.cc',
72 'dbus/power_manager_client.h', 74 'dbus/power_manager_client.h',
73 'dbus/power_supply_status.cc', 75 'dbus/power_supply_status.cc',
74 'dbus/power_supply_status.h', 76 'dbus/power_supply_status.h',
75 'dbus/session_manager_client.cc', 77 'dbus/session_manager_client.cc',
76 'dbus/session_manager_client.h', 78 'dbus/session_manager_client.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'sources': [ 158 'sources': [
157 'dbus/blocking_method_caller_unittest.cc', 159 'dbus/blocking_method_caller_unittest.cc',
158 'dbus/flimflam_client_unittest_base.cc', 160 'dbus/flimflam_client_unittest_base.cc',
159 'dbus/flimflam_client_unittest_base.h', 161 'dbus/flimflam_client_unittest_base.h',
160 'dbus/flimflam_device_client_unittest.cc', 162 'dbus/flimflam_device_client_unittest.cc',
161 'dbus/flimflam_manager_client_unittest.cc', 163 'dbus/flimflam_manager_client_unittest.cc',
162 'dbus/flimflam_network_client_unittest.cc', 164 'dbus/flimflam_network_client_unittest.cc',
163 'dbus/flimflam_profile_client_unittest.cc', 165 'dbus/flimflam_profile_client_unittest.cc',
164 'dbus/flimflam_service_client_unittest.cc', 166 'dbus/flimflam_service_client_unittest.cc',
165 'dbus/gsm_sms_client_unittest.cc', 167 'dbus/gsm_sms_client_unittest.cc',
168 'dbus/ibus/ibus_util_unittest.cc',
166 ], 169 ],
167 'include_dirs': [ 170 'include_dirs': [
168 '..', 171 '..',
169 ], 172 ],
170 }, 173 },
171 { 174 {
172 # Protobuf compiler / generator for the PowerSupplyProperties protocol 175 # Protobuf compiler / generator for the PowerSupplyProperties protocol
173 # buffer. 176 # buffer.
174 'target_name': 'power_state_control_proto', 177 'target_name': 'power_state_control_proto',
175 'type': 'static_library', 178 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
191 '../third_party/cros_system_api/dbus/power_supply_properties.proto', 194 '../third_party/cros_system_api/dbus/power_supply_properties.proto',
192 ], 195 ],
193 'variables': { 196 'variables': {
194 'proto_in_dir': '../third_party/cros_system_api/dbus/', 197 'proto_in_dir': '../third_party/cros_system_api/dbus/',
195 'proto_out_dir': 'chromeos/dbus', 198 'proto_out_dir': 'chromeos/dbus',
196 }, 199 },
197 'includes': ['../build/protoc.gypi'], 200 'includes': ['../build/protoc.gypi'],
198 }, 201 },
199 ], 202 ],
200 } 203 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.h » ('j') | chromeos/dbus/dbus_thread_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698