| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |