| 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 'dbus/mock_shill_manager_client.cc', | 577 'dbus/mock_shill_manager_client.cc', |
| 578 'dbus/mock_shill_manager_client.h', | 578 'dbus/mock_shill_manager_client.h', |
| 579 'dbus/mock_shill_profile_client.cc', | 579 'dbus/mock_shill_profile_client.cc', |
| 580 'dbus/mock_shill_profile_client.h', | 580 'dbus/mock_shill_profile_client.h', |
| 581 'dbus/mock_shill_service_client.cc', | 581 'dbus/mock_shill_service_client.cc', |
| 582 'dbus/mock_shill_service_client.h', | 582 'dbus/mock_shill_service_client.h', |
| 583 'dbus/services/service_provider_test_helper.cc', | 583 'dbus/services/service_provider_test_helper.cc', |
| 584 'dbus/services/service_provider_test_helper.h', | 584 'dbus/services/service_provider_test_helper.h', |
| 585 'disks/mock_disk_mount_manager.cc', | 585 'disks/mock_disk_mount_manager.cc', |
| 586 'disks/mock_disk_mount_manager.h', | 586 'disks/mock_disk_mount_manager.h', |
| 587 'geolocation/simple_geolocation_request_test_monitor.cc', |
| 588 'geolocation/simple_geolocation_request_test_monitor.h', |
| 587 'login/auth/fake_extended_authenticator.cc', | 589 'login/auth/fake_extended_authenticator.cc', |
| 588 'login/auth/fake_extended_authenticator.h', | 590 'login/auth/fake_extended_authenticator.h', |
| 589 'login/auth/mock_auth_attempt_state_resolver.cc', | 591 'login/auth/mock_auth_attempt_state_resolver.cc', |
| 590 'login/auth/mock_auth_attempt_state_resolver.h', | 592 'login/auth/mock_auth_attempt_state_resolver.h', |
| 591 'login/auth/mock_auth_status_consumer.cc', | 593 'login/auth/mock_auth_status_consumer.cc', |
| 592 'login/auth/mock_auth_status_consumer.h', | 594 'login/auth/mock_auth_status_consumer.h', |
| 593 'login/auth/mock_url_fetchers.cc', | 595 'login/auth/mock_url_fetchers.cc', |
| 594 'login/auth/mock_url_fetchers.h', | 596 'login/auth/mock_url_fetchers.h', |
| 595 'network/fake_network_device_handler.cc', | 597 'network/fake_network_device_handler.cc', |
| 596 'network/fake_network_device_handler.h', | 598 'network/fake_network_device_handler.h', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 '../build/isolate.gypi', | 741 '../build/isolate.gypi', |
| 740 ], | 742 ], |
| 741 'sources': [ | 743 'sources': [ |
| 742 'chromeos_unittests.isolate', | 744 'chromeos_unittests.isolate', |
| 743 ], | 745 ], |
| 744 }, | 746 }, |
| 745 ], | 747 ], |
| 746 }], | 748 }], |
| 747 ], | 749 ], |
| 748 } | 750 } |
| OLD | NEW |