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

Side by Side Diff: chromeos/chromeos.gyp

Issue 996013003: privetd: Expose dbus API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mysterious build failure Created 5 years, 9 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/dbus/dbus_client_bundle.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'dbus/fake_nfc_manager_client.cc', 171 'dbus/fake_nfc_manager_client.cc',
172 'dbus/fake_nfc_manager_client.h', 172 'dbus/fake_nfc_manager_client.h',
173 'dbus/fake_nfc_record_client.cc', 173 'dbus/fake_nfc_record_client.cc',
174 'dbus/fake_nfc_record_client.h', 174 'dbus/fake_nfc_record_client.h',
175 'dbus/fake_nfc_tag_client.cc', 175 'dbus/fake_nfc_tag_client.cc',
176 'dbus/fake_nfc_tag_client.h', 176 'dbus/fake_nfc_tag_client.h',
177 'dbus/fake_peer_daemon_manager_client.cc', 177 'dbus/fake_peer_daemon_manager_client.cc',
178 'dbus/fake_peer_daemon_manager_client.h', 178 'dbus/fake_peer_daemon_manager_client.h',
179 'dbus/fake_permission_broker_client.cc', 179 'dbus/fake_permission_broker_client.cc',
180 'dbus/fake_permission_broker_client.h', 180 'dbus/fake_permission_broker_client.h',
181 'dbus/fake_privet_daemon_manager_client.cc',
182 'dbus/fake_privet_daemon_manager_client.h',
181 'dbus/fake_shill_device_client.cc', 183 'dbus/fake_shill_device_client.cc',
182 'dbus/fake_shill_device_client.h', 184 'dbus/fake_shill_device_client.h',
183 'dbus/fake_shill_ipconfig_client.cc', 185 'dbus/fake_shill_ipconfig_client.cc',
184 'dbus/fake_shill_ipconfig_client.h', 186 'dbus/fake_shill_ipconfig_client.h',
185 'dbus/fake_shill_manager_client.cc', 187 'dbus/fake_shill_manager_client.cc',
186 'dbus/fake_shill_manager_client.h', 188 'dbus/fake_shill_manager_client.h',
187 'dbus/fake_shill_profile_client.cc', 189 'dbus/fake_shill_profile_client.cc',
188 'dbus/fake_shill_profile_client.h', 190 'dbus/fake_shill_profile_client.h',
189 'dbus/fake_shill_service_client.cc', 191 'dbus/fake_shill_service_client.cc',
190 'dbus/fake_shill_service_client.h', 192 'dbus/fake_shill_service_client.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'dbus/peer_daemon_manager_client.cc', 227 'dbus/peer_daemon_manager_client.cc',
226 'dbus/peer_daemon_manager_client.h', 228 'dbus/peer_daemon_manager_client.h',
227 'dbus/permission_broker_client.cc', 229 'dbus/permission_broker_client.cc',
228 'dbus/permission_broker_client.h', 230 'dbus/permission_broker_client.h',
229 'dbus/pipe_reader.cc', 231 'dbus/pipe_reader.cc',
230 'dbus/pipe_reader.h', 232 'dbus/pipe_reader.h',
231 'dbus/power_manager_client.cc', 233 'dbus/power_manager_client.cc',
232 'dbus/power_manager_client.h', 234 'dbus/power_manager_client.h',
233 'dbus/power_policy_controller.cc', 235 'dbus/power_policy_controller.cc',
234 'dbus/power_policy_controller.h', 236 'dbus/power_policy_controller.h',
237 'dbus/privet_daemon_manager_client.cc',
238 'dbus/privet_daemon_manager_client.h',
235 'dbus/services/console_service_provider.cc', 239 'dbus/services/console_service_provider.cc',
236 'dbus/services/console_service_provider.h', 240 'dbus/services/console_service_provider.h',
237 'dbus/services/cros_dbus_service.cc', 241 'dbus/services/cros_dbus_service.cc',
238 'dbus/services/cros_dbus_service.h', 242 'dbus/services/cros_dbus_service.h',
239 'dbus/services/display_power_service_provider.cc', 243 'dbus/services/display_power_service_provider.cc',
240 'dbus/services/display_power_service_provider.h', 244 'dbus/services/display_power_service_provider.h',
241 'dbus/services/liveness_service_provider.cc', 245 'dbus/services/liveness_service_provider.cc',
242 'dbus/services/liveness_service_provider.h', 246 'dbus/services/liveness_service_provider.h',
243 'dbus/services/proxy_resolution_service_provider.cc', 247 'dbus/services/proxy_resolution_service_provider.cc',
244 'dbus/services/proxy_resolution_service_provider.h', 248 'dbus/services/proxy_resolution_service_provider.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'cryptohome/system_salt_getter_unittest.cc', 454 'cryptohome/system_salt_getter_unittest.cc',
451 'dbus/blocking_method_caller_unittest.cc', 455 'dbus/blocking_method_caller_unittest.cc',
452 'dbus/cros_disks_client_unittest.cc', 456 'dbus/cros_disks_client_unittest.cc',
453 'dbus/dbus_client_bundle_unittest.cc', 457 'dbus/dbus_client_bundle_unittest.cc',
454 'dbus/fake_easy_unlock_client_unittest.cc', 458 'dbus/fake_easy_unlock_client_unittest.cc',
455 'dbus/gsm_sms_client_unittest.cc', 459 'dbus/gsm_sms_client_unittest.cc',
456 'dbus/introspectable_client_unittest.cc', 460 'dbus/introspectable_client_unittest.cc',
457 'dbus/modem_messaging_client_unittest.cc', 461 'dbus/modem_messaging_client_unittest.cc',
458 'dbus/nfc_client_unittest.cc', 462 'dbus/nfc_client_unittest.cc',
459 'dbus/power_policy_controller_unittest.cc', 463 'dbus/power_policy_controller_unittest.cc',
464 'dbus/privet_daemon_manager_client_unittest.cc',
460 'dbus/services/cros_dbus_service_unittest.cc', 465 'dbus/services/cros_dbus_service_unittest.cc',
461 'dbus/services/proxy_resolution_service_provider_unittest.cc', 466 'dbus/services/proxy_resolution_service_provider_unittest.cc',
462 'dbus/shill_client_unittest_base.cc', 467 'dbus/shill_client_unittest_base.cc',
463 'dbus/shill_client_unittest_base.h', 468 'dbus/shill_client_unittest_base.h',
464 'dbus/shill_device_client_unittest.cc', 469 'dbus/shill_device_client_unittest.cc',
465 'dbus/shill_ipconfig_client_unittest.cc', 470 'dbus/shill_ipconfig_client_unittest.cc',
466 'dbus/shill_manager_client_unittest.cc', 471 'dbus/shill_manager_client_unittest.cc',
467 'dbus/shill_profile_client_unittest.cc', 472 'dbus/shill_profile_client_unittest.cc',
468 'dbus/shill_service_client_unittest.cc', 473 'dbus/shill_service_client_unittest.cc',
469 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 474 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 714 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
710 ], 715 ],
711 'variables': { 716 'variables': {
712 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 717 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
713 'proto_out_dir': 'chromeos/cryptohome', 718 'proto_out_dir': 'chromeos/cryptohome',
714 }, 719 },
715 'includes': ['../build/protoc.gypi'], 720 'includes': ['../build/protoc.gypi'],
716 }, 721 },
717 ], 722 ],
718 } 723 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_client_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698