| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 'settings/cros_settings_names.cc', | 356 'settings/cros_settings_names.cc', |
| 357 'settings/cros_settings_names.h', | 357 'settings/cros_settings_names.h', |
| 358 'settings/cros_settings_provider.cc', | 358 'settings/cros_settings_provider.cc', |
| 359 'settings/cros_settings_provider.h', | 359 'settings/cros_settings_provider.h', |
| 360 'settings/timezone_settings.cc', | 360 'settings/timezone_settings.cc', |
| 361 'settings/timezone_settings.h', | 361 'settings/timezone_settings.h', |
| 362 'settings/timezone_settings_helper.cc', | 362 'settings/timezone_settings_helper.cc', |
| 363 'settings/timezone_settings_helper.h', | 363 'settings/timezone_settings_helper.h', |
| 364 'system/devicetype.cc', | 364 'system/devicetype.cc', |
| 365 'system/devicetype.h', | 365 'system/devicetype.h', |
| 366 |
| 367 # Used when running mash, both on Linux and on real devices. |
| 368 'system/fake_statistics_provider.cc', |
| 369 'system/fake_statistics_provider.h', |
| 370 |
| 366 'system/name_value_pairs_parser.cc', | 371 'system/name_value_pairs_parser.cc', |
| 367 'system/name_value_pairs_parser.h', | 372 'system/name_value_pairs_parser.h', |
| 368 'system/statistics_provider.cc', | 373 'system/statistics_provider.cc', |
| 369 'system/statistics_provider.h', | 374 'system/statistics_provider.h', |
| 370 'system/version_loader.cc', | 375 'system/version_loader.cc', |
| 371 'system/version_loader.h', | 376 'system/version_loader.h', |
| 372 'timezone/timezone_provider.cc', | 377 'timezone/timezone_provider.cc', |
| 373 'timezone/timezone_provider.h', | 378 'timezone/timezone_provider.h', |
| 374 'timezone/timezone_request.cc', | 379 'timezone/timezone_request.cc', |
| 375 'timezone/timezone_request.h', | 380 'timezone/timezone_request.h', |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 'login/auth/mock_url_fetchers.cc', | 561 'login/auth/mock_url_fetchers.cc', |
| 557 'login/auth/mock_url_fetchers.h', | 562 'login/auth/mock_url_fetchers.h', |
| 558 'network/fake_network_device_handler.cc', | 563 'network/fake_network_device_handler.cc', |
| 559 'network/fake_network_device_handler.h', | 564 'network/fake_network_device_handler.h', |
| 560 'network/mock_managed_network_configuration_handler.cc', | 565 'network/mock_managed_network_configuration_handler.cc', |
| 561 'network/mock_managed_network_configuration_handler.h', | 566 'network/mock_managed_network_configuration_handler.h', |
| 562 'network/mock_network_device_handler.cc', | 567 'network/mock_network_device_handler.cc', |
| 563 'network/mock_network_device_handler.h', | 568 'network/mock_network_device_handler.h', |
| 564 'network/onc/onc_test_utils.cc', | 569 'network/onc/onc_test_utils.cc', |
| 565 'network/onc/onc_test_utils.h', | 570 'network/onc/onc_test_utils.h', |
| 566 'system/fake_statistics_provider.cc', | |
| 567 'system/fake_statistics_provider.h', | |
| 568 ], | 571 ], |
| 569 'include_dirs': [ | 572 'include_dirs': [ |
| 570 '..', | 573 '..', |
| 571 ], | 574 ], |
| 572 }, | 575 }, |
| 573 { | 576 { |
| 574 # GN version: //chromeos:test_support_without_gmock | 577 # GN version: //chromeos:test_support_without_gmock |
| 575 'target_name': 'chromeos_test_support_without_gmock', | 578 'target_name': 'chromeos_test_support_without_gmock', |
| 576 'type': 'static_library', | 579 'type': 'static_library', |
| 577 'export_dependent_settings': [ | 580 'export_dependent_settings': [ |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 '../build/isolate.gypi', | 707 '../build/isolate.gypi', |
| 705 ], | 708 ], |
| 706 'sources': [ | 709 'sources': [ |
| 707 'chromeos_unittests.isolate', | 710 'chromeos_unittests.isolate', |
| 708 ], | 711 ], |
| 709 }, | 712 }, |
| 710 ], | 713 ], |
| 711 }], | 714 }], |
| 712 ], | 715 ], |
| 713 } | 716 } |
| OLD | NEW |