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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2475343002: Add UpstartClient (Closed)
Patch Set: Rebase 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') | 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 # 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'dbus/fake_shill_profile_client.cc', 145 'dbus/fake_shill_profile_client.cc',
146 'dbus/fake_shill_profile_client.h', 146 'dbus/fake_shill_profile_client.h',
147 'dbus/fake_shill_service_client.cc', 147 'dbus/fake_shill_service_client.cc',
148 'dbus/fake_shill_service_client.h', 148 'dbus/fake_shill_service_client.h',
149 'dbus/fake_shill_third_party_vpn_driver_client.cc', 149 'dbus/fake_shill_third_party_vpn_driver_client.cc',
150 'dbus/fake_shill_third_party_vpn_driver_client.h', 150 'dbus/fake_shill_third_party_vpn_driver_client.h',
151 'dbus/fake_sms_client.cc', 151 'dbus/fake_sms_client.cc',
152 'dbus/fake_sms_client.h', 152 'dbus/fake_sms_client.h',
153 'dbus/fake_system_clock_client.cc', 153 'dbus/fake_system_clock_client.cc',
154 'dbus/fake_system_clock_client.h', 154 'dbus/fake_system_clock_client.h',
155 'dbus/fake_upstart_client.cc',
156 'dbus/fake_upstart_client.h',
155 'dbus/gsm_sms_client.cc', 157 'dbus/gsm_sms_client.cc',
156 'dbus/gsm_sms_client.h', 158 'dbus/gsm_sms_client.h',
157 'dbus/image_burner_client.cc', 159 'dbus/image_burner_client.cc',
158 'dbus/image_burner_client.h', 160 'dbus/image_burner_client.h',
159 'dbus/image_loader_client.cc', 161 'dbus/image_loader_client.cc',
160 'dbus/image_loader_client.h', 162 'dbus/image_loader_client.h',
161 'dbus/lorgnette_manager_client.cc', 163 'dbus/lorgnette_manager_client.cc',
162 'dbus/lorgnette_manager_client.h', 164 'dbus/lorgnette_manager_client.h',
163 'dbus/modem_messaging_client.cc', 165 'dbus/modem_messaging_client.cc',
164 'dbus/modem_messaging_client.h', 166 'dbus/modem_messaging_client.h',
(...skipping 30 matching lines...) Expand all
195 'dbus/shill_service_client.cc', 197 'dbus/shill_service_client.cc',
196 'dbus/shill_service_client.h', 198 'dbus/shill_service_client.h',
197 'dbus/shill_third_party_vpn_driver_client.cc', 199 'dbus/shill_third_party_vpn_driver_client.cc',
198 'dbus/shill_third_party_vpn_driver_client.h', 200 'dbus/shill_third_party_vpn_driver_client.h',
199 'dbus/sms_client.cc', 201 'dbus/sms_client.cc',
200 'dbus/sms_client.h', 202 'dbus/sms_client.h',
201 'dbus/system_clock_client.cc', 203 'dbus/system_clock_client.cc',
202 'dbus/system_clock_client.h', 204 'dbus/system_clock_client.h',
203 'dbus/update_engine_client.cc', 205 'dbus/update_engine_client.cc',
204 'dbus/update_engine_client.h', 206 'dbus/update_engine_client.h',
207 'dbus/upstart_client.cc',
208 'dbus/upstart_client.h',
205 'dbus/volume_state.cc', 209 'dbus/volume_state.cc',
206 'dbus/volume_state.h', 210 'dbus/volume_state.h',
207 'disks/disk_mount_manager.cc', 211 'disks/disk_mount_manager.cc',
208 'disks/disk_mount_manager.h', 212 'disks/disk_mount_manager.h',
209 'disks/suspend_unmount_manager.cc', 213 'disks/suspend_unmount_manager.cc',
210 'disks/suspend_unmount_manager.h', 214 'disks/suspend_unmount_manager.h',
211 'geolocation/geoposition.cc', 215 'geolocation/geoposition.cc',
212 'geolocation/geoposition.h', 216 'geolocation/geoposition.h',
213 'geolocation/simple_geolocation_provider.cc', 217 'geolocation/simple_geolocation_provider.cc',
214 'geolocation/simple_geolocation_provider.h', 218 'geolocation/simple_geolocation_provider.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 '../build/isolate.gypi', 755 '../build/isolate.gypi',
752 ], 756 ],
753 'sources': [ 757 'sources': [
754 'chromeos_unittests.isolate', 758 'chromeos_unittests.isolate',
755 ], 759 ],
756 }, 760 },
757 ], 761 ],
758 }], 762 }],
759 ], 763 ],
760 } 764 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_clients_browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698