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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2475343002: Add UpstartClient (Closed)
Patch Set: Wait for D-BUS response Created 4 years, 1 month 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/dbus/dbus_clients_browser.h » ('j') | chromeos/dbus/upstart_client.h » ('J')
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'dbus/fake_shill_profile_client.cc', 143 'dbus/fake_shill_profile_client.cc',
144 'dbus/fake_shill_profile_client.h', 144 'dbus/fake_shill_profile_client.h',
145 'dbus/fake_shill_service_client.cc', 145 'dbus/fake_shill_service_client.cc',
146 'dbus/fake_shill_service_client.h', 146 'dbus/fake_shill_service_client.h',
147 'dbus/fake_shill_third_party_vpn_driver_client.cc', 147 'dbus/fake_shill_third_party_vpn_driver_client.cc',
148 'dbus/fake_shill_third_party_vpn_driver_client.h', 148 'dbus/fake_shill_third_party_vpn_driver_client.h',
149 'dbus/fake_sms_client.cc', 149 'dbus/fake_sms_client.cc',
150 'dbus/fake_sms_client.h', 150 'dbus/fake_sms_client.h',
151 'dbus/fake_system_clock_client.cc', 151 'dbus/fake_system_clock_client.cc',
152 'dbus/fake_system_clock_client.h', 152 'dbus/fake_system_clock_client.h',
153 'dbus/fake_upstart_client.cc',
154 'dbus/fake_upstart_client.h',
153 'dbus/gsm_sms_client.cc', 155 'dbus/gsm_sms_client.cc',
154 'dbus/gsm_sms_client.h', 156 'dbus/gsm_sms_client.h',
155 'dbus/image_burner_client.cc', 157 'dbus/image_burner_client.cc',
156 'dbus/image_burner_client.h', 158 'dbus/image_burner_client.h',
157 'dbus/lorgnette_manager_client.cc', 159 'dbus/lorgnette_manager_client.cc',
158 'dbus/lorgnette_manager_client.h', 160 'dbus/lorgnette_manager_client.h',
159 'dbus/modem_messaging_client.cc', 161 'dbus/modem_messaging_client.cc',
160 'dbus/modem_messaging_client.h', 162 'dbus/modem_messaging_client.h',
161 'dbus/permission_broker_client.cc', 163 'dbus/permission_broker_client.cc',
162 'dbus/permission_broker_client.h', 164 'dbus/permission_broker_client.h',
(...skipping 28 matching lines...) Expand all
191 'dbus/shill_service_client.cc', 193 'dbus/shill_service_client.cc',
192 'dbus/shill_service_client.h', 194 'dbus/shill_service_client.h',
193 'dbus/shill_third_party_vpn_driver_client.cc', 195 'dbus/shill_third_party_vpn_driver_client.cc',
194 'dbus/shill_third_party_vpn_driver_client.h', 196 'dbus/shill_third_party_vpn_driver_client.h',
195 'dbus/sms_client.cc', 197 'dbus/sms_client.cc',
196 'dbus/sms_client.h', 198 'dbus/sms_client.h',
197 'dbus/system_clock_client.cc', 199 'dbus/system_clock_client.cc',
198 'dbus/system_clock_client.h', 200 'dbus/system_clock_client.h',
199 'dbus/update_engine_client.cc', 201 'dbus/update_engine_client.cc',
200 'dbus/update_engine_client.h', 202 'dbus/update_engine_client.h',
203 'dbus/upstart_client.cc',
204 'dbus/upstart_client.h',
201 'dbus/volume_state.cc', 205 'dbus/volume_state.cc',
202 'dbus/volume_state.h', 206 'dbus/volume_state.h',
203 'disks/disk_mount_manager.cc', 207 'disks/disk_mount_manager.cc',
204 'disks/disk_mount_manager.h', 208 'disks/disk_mount_manager.h',
205 'disks/suspend_unmount_manager.cc', 209 'disks/suspend_unmount_manager.cc',
206 'disks/suspend_unmount_manager.h', 210 'disks/suspend_unmount_manager.h',
207 'geolocation/geoposition.cc', 211 'geolocation/geoposition.cc',
208 'geolocation/geoposition.h', 212 'geolocation/geoposition.h',
209 'geolocation/simple_geolocation_provider.cc', 213 'geolocation/simple_geolocation_provider.cc',
210 'geolocation/simple_geolocation_provider.h', 214 'geolocation/simple_geolocation_provider.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 '../build/isolate.gypi', 751 '../build/isolate.gypi',
748 ], 752 ],
749 'sources': [ 753 'sources': [
750 'chromeos_unittests.isolate', 754 'chromeos_unittests.isolate',
751 ], 755 ],
752 }, 756 },
753 ], 757 ],
754 }], 758 }],
755 ], 759 ],
756 } 760 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_clients_browser.h » ('j') | chromeos/dbus/upstart_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698