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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2338063002: chromeos: Refactor D-Bus client type enum and stub vs. fake naming (Closed)
Patch Set: review comments Created 4 years, 3 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 # 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'dbus/blocking_method_caller.cc', 88 'dbus/blocking_method_caller.cc',
89 'dbus/blocking_method_caller.h', 89 'dbus/blocking_method_caller.h',
90 'dbus/cras_audio_client.cc', 90 'dbus/cras_audio_client.cc',
91 'dbus/cras_audio_client.h', 91 'dbus/cras_audio_client.h',
92 'dbus/cros_disks_client.cc', 92 'dbus/cros_disks_client.cc',
93 'dbus/cros_disks_client.h', 93 'dbus/cros_disks_client.h',
94 'dbus/cryptohome_client.cc', 94 'dbus/cryptohome_client.cc',
95 'dbus/cryptohome_client.h', 95 'dbus/cryptohome_client.h',
96 'dbus/dbus_client_bundle.cc', 96 'dbus/dbus_client_bundle.cc',
97 'dbus/dbus_client_bundle.h', 97 'dbus/dbus_client_bundle.h',
98 'dbus/dbus_client_implementation_type.h', 98 'dbus/dbus_client_types.cc',
99 'dbus/dbus_client_types.h',
99 'dbus/dbus_method_call_status.cc', 100 'dbus/dbus_method_call_status.cc',
100 'dbus/dbus_method_call_status.h', 101 'dbus/dbus_method_call_status.h',
101 'dbus/dbus_thread_manager.cc', 102 'dbus/dbus_thread_manager.cc',
102 'dbus/dbus_thread_manager.h', 103 'dbus/dbus_thread_manager.h',
103 'dbus/debug_daemon_client.cc', 104 'dbus/debug_daemon_client.cc',
104 'dbus/debug_daemon_client.h', 105 'dbus/debug_daemon_client.h',
105 'dbus/easy_unlock_client.cc', 106 'dbus/easy_unlock_client.cc',
106 'dbus/easy_unlock_client.h', 107 'dbus/easy_unlock_client.h',
107 'dbus/fake_arc_obb_mounter_client.cc', 108 'dbus/fake_arc_obb_mounter_client.cc',
108 'dbus/fake_arc_obb_mounter_client.h', 109 'dbus/fake_arc_obb_mounter_client.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'network/portal_detector/network_portal_detector_stub.cc', 339 'network/portal_detector/network_portal_detector_stub.cc',
339 'network/portal_detector/network_portal_detector_stub.h', 340 'network/portal_detector/network_portal_detector_stub.h',
340 'network/prohibited_technologies_handler.cc', 341 'network/prohibited_technologies_handler.cc',
341 'network/prohibited_technologies_handler.h', 342 'network/prohibited_technologies_handler.h',
342 'network/shill_property_handler.cc', 343 'network/shill_property_handler.cc',
343 'network/shill_property_handler.h', 344 'network/shill_property_handler.h',
344 'network/shill_property_util.cc', 345 'network/shill_property_util.cc',
345 'network/shill_property_util.h', 346 'network/shill_property_util.h',
346 'printing/printer_configuration.cc', 347 'printing/printer_configuration.cc',
347 'printing/printer_configuration.h', 348 'printing/printer_configuration.h',
349 'printing/printer_translator.cc',
348 'printing/printer_translator.h', 350 'printing/printer_translator.h',
349 'printing/printer_translator.cc',
350 'process_proxy/process_output_watcher.cc', 351 'process_proxy/process_output_watcher.cc',
351 'process_proxy/process_output_watcher.h', 352 'process_proxy/process_output_watcher.h',
352 'process_proxy/process_proxy.cc', 353 'process_proxy/process_proxy.cc',
353 'process_proxy/process_proxy.h', 354 'process_proxy/process_proxy.h',
354 'process_proxy/process_proxy_registry.cc', 355 'process_proxy/process_proxy_registry.cc',
355 'process_proxy/process_proxy_registry.h', 356 'process_proxy/process_proxy_registry.h',
356 'settings/cros_settings_names.cc', 357 'settings/cros_settings_names.cc',
357 'settings/cros_settings_names.h', 358 'settings/cros_settings_names.h',
358 'settings/cros_settings_provider.cc', 359 'settings/cros_settings_provider.cc',
359 'settings/cros_settings_provider.h', 360 'settings/cros_settings_provider.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'attestation/attestation_flow_unittest.cc', 404 'attestation/attestation_flow_unittest.cc',
404 'audio/audio_devices_pref_handler_impl_unittest.cc', 405 'audio/audio_devices_pref_handler_impl_unittest.cc',
405 'audio/cras_audio_handler_unittest.cc', 406 'audio/cras_audio_handler_unittest.cc',
406 'cert_loader_unittest.cc', 407 'cert_loader_unittest.cc',
407 'cryptohome/homedir_methods_unittest.cc', 408 'cryptohome/homedir_methods_unittest.cc',
408 'cryptohome/system_salt_getter_unittest.cc', 409 'cryptohome/system_salt_getter_unittest.cc',
409 'dbus/blocking_method_caller_unittest.cc', 410 'dbus/blocking_method_caller_unittest.cc',
410 'dbus/cras_audio_client_unittest.cc', 411 'dbus/cras_audio_client_unittest.cc',
411 'dbus/cros_disks_client_unittest.cc', 412 'dbus/cros_disks_client_unittest.cc',
412 'dbus/dbus_client_bundle_unittest.cc', 413 'dbus/dbus_client_bundle_unittest.cc',
414 'dbus/dbus_thread_manager_unittest.cc',
413 'dbus/fake_cryptohome_client_unittest.cc', 415 'dbus/fake_cryptohome_client_unittest.cc',
414 'dbus/fake_easy_unlock_client_unittest.cc', 416 'dbus/fake_easy_unlock_client_unittest.cc',
415 'dbus/fake_power_manager_client_unittest.cc', 417 'dbus/fake_power_manager_client_unittest.cc',
416 'dbus/gsm_sms_client_unittest.cc', 418 'dbus/gsm_sms_client_unittest.cc',
417 'dbus/modem_messaging_client_unittest.cc', 419 'dbus/modem_messaging_client_unittest.cc',
418 'dbus/power_policy_controller_unittest.cc', 420 'dbus/power_policy_controller_unittest.cc',
419 'dbus/services/cros_dbus_service_unittest.cc', 421 'dbus/services/cros_dbus_service_unittest.cc',
420 'dbus/services/proxy_resolution_service_provider_unittest.cc', 422 'dbus/services/proxy_resolution_service_provider_unittest.cc',
421 'dbus/shill_client_unittest_base.cc', 423 'dbus/shill_client_unittest_base.cc',
422 'dbus/shill_client_unittest_base.h', 424 'dbus/shill_client_unittest_base.h',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 '../build/isolate.gypi', 725 '../build/isolate.gypi',
724 ], 726 ],
725 'sources': [ 727 'sources': [
726 'chromeos_unittests.isolate', 728 'chromeos_unittests.isolate',
727 ], 729 ],
728 }, 730 },
729 ], 731 ],
730 }], 732 }],
731 ], 733 ],
732 } 734 }
OLDNEW
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698