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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2292473002: Add a mock class for DiskMountManagerObserver. disk_mount_manager_observer_unittests will be rewrit… (Closed)
Patch Set: 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'dbus/services/proxy_resolution_service_provider_unittest.cc', 457 'dbus/services/proxy_resolution_service_provider_unittest.cc',
458 'dbus/shill_client_unittest_base.cc', 458 'dbus/shill_client_unittest_base.cc',
459 'dbus/shill_client_unittest_base.h', 459 'dbus/shill_client_unittest_base.h',
460 'dbus/shill_device_client_unittest.cc', 460 'dbus/shill_device_client_unittest.cc',
461 'dbus/shill_ipconfig_client_unittest.cc', 461 'dbus/shill_ipconfig_client_unittest.cc',
462 'dbus/shill_manager_client_unittest.cc', 462 'dbus/shill_manager_client_unittest.cc',
463 'dbus/shill_profile_client_unittest.cc', 463 'dbus/shill_profile_client_unittest.cc',
464 'dbus/shill_service_client_unittest.cc', 464 'dbus/shill_service_client_unittest.cc',
465 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 465 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
466 'disks/disk_mount_manager_unittest.cc', 466 'disks/disk_mount_manager_unittest.cc',
467 'disks/mock_disk_mount_manager_observer.cc',
467 'disks/suspend_unmount_manager_unittest.cc', 468 'disks/suspend_unmount_manager_unittest.cc',
468 'geolocation/simple_geolocation_unittest.cc', 469 'geolocation/simple_geolocation_unittest.cc',
469 'login/auth/key_unittest.cc', 470 'login/auth/key_unittest.cc',
470 'login/login_state_unittest.cc', 471 'login/login_state_unittest.cc',
471 'network/auto_connect_handler_unittest.cc', 472 'network/auto_connect_handler_unittest.cc',
472 'network/client_cert_resolver_unittest.cc', 473 'network/client_cert_resolver_unittest.cc',
473 'network/firewall_hole_unittest.cc', 474 'network/firewall_hole_unittest.cc',
474 'network/geolocation_handler_unittest.cc', 475 'network/geolocation_handler_unittest.cc',
475 'network/host_resolver_impl_chromeos_unittest.cc', 476 'network/host_resolver_impl_chromeos_unittest.cc',
476 'network/managed_network_configuration_handler_unittest.cc', 477 'network/managed_network_configuration_handler_unittest.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 '../build/isolate.gypi', 748 '../build/isolate.gypi',
748 ], 749 ],
749 'sources': [ 750 'sources': [
750 'chromeos_unittests.isolate', 751 'chromeos_unittests.isolate',
751 ], 752 ],
752 }, 753 },
753 ], 754 ],
754 }], 755 }],
755 ], 756 ],
756 } 757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698