| 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 'login/auth/mock_auth_attempt_state_resolver.cc', | 594 'login/auth/mock_auth_attempt_state_resolver.cc', |
| 595 'login/auth/mock_auth_attempt_state_resolver.h', | 595 'login/auth/mock_auth_attempt_state_resolver.h', |
| 596 'login/auth/mock_auth_status_consumer.cc', | 596 'login/auth/mock_auth_status_consumer.cc', |
| 597 'login/auth/mock_auth_status_consumer.h', | 597 'login/auth/mock_auth_status_consumer.h', |
| 598 'login/auth/mock_url_fetchers.cc', | 598 'login/auth/mock_url_fetchers.cc', |
| 599 'login/auth/mock_url_fetchers.h', | 599 'login/auth/mock_url_fetchers.h', |
| 600 'network/fake_network_device_handler.cc', | 600 'network/fake_network_device_handler.cc', |
| 601 'network/fake_network_device_handler.h', | 601 'network/fake_network_device_handler.h', |
| 602 'network/mock_managed_network_configuration_handler.cc', | 602 'network/mock_managed_network_configuration_handler.cc', |
| 603 'network/mock_managed_network_configuration_handler.h', | 603 'network/mock_managed_network_configuration_handler.h', |
| 604 'network/mock_network_device_handler.cc', |
| 605 'network/mock_network_device_handler.h', |
| 604 'network/onc/onc_test_utils.cc', | 606 'network/onc/onc_test_utils.cc', |
| 605 'network/onc/onc_test_utils.h', | 607 'network/onc/onc_test_utils.h', |
| 606 'system/fake_statistics_provider.cc', | 608 'system/fake_statistics_provider.cc', |
| 607 'system/fake_statistics_provider.h', | 609 'system/fake_statistics_provider.h', |
| 608 ], | 610 ], |
| 609 'include_dirs': [ | 611 'include_dirs': [ |
| 610 '..', | 612 '..', |
| 611 ], | 613 ], |
| 612 }, | 614 }, |
| 613 { | 615 { |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 '../build/isolate.gypi', | 746 '../build/isolate.gypi', |
| 745 ], | 747 ], |
| 746 'sources': [ | 748 'sources': [ |
| 747 'chromeos_unittests.isolate', | 749 'chromeos_unittests.isolate', |
| 748 ], | 750 ], |
| 749 }, | 751 }, |
| 750 ], | 752 ], |
| 751 }], | 753 }], |
| 752 ], | 754 ], |
| 753 } | 755 } |
| OLD | NEW |