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 # Used when running mash, both on Linux and on real devices. | |
Daniel Erat
2016/09/01 21:07:09
maybe put blank lines on either side of the block
James Cook
2016/09/01 21:21:41
Blank lines added.
It turns out to be annoyingly
| |
367 'system/fake_statistics_provider.cc', | |
368 'system/fake_statistics_provider.h', | |
366 'system/name_value_pairs_parser.cc', | 369 'system/name_value_pairs_parser.cc', |
367 'system/name_value_pairs_parser.h', | 370 'system/name_value_pairs_parser.h', |
368 'system/statistics_provider.cc', | 371 'system/statistics_provider.cc', |
369 'system/statistics_provider.h', | 372 'system/statistics_provider.h', |
370 'system/version_loader.cc', | 373 'system/version_loader.cc', |
371 'system/version_loader.h', | 374 'system/version_loader.h', |
372 'timezone/timezone_provider.cc', | 375 'timezone/timezone_provider.cc', |
373 'timezone/timezone_provider.h', | 376 'timezone/timezone_provider.h', |
374 'timezone/timezone_request.cc', | 377 'timezone/timezone_request.cc', |
375 'timezone/timezone_request.h', | 378 'timezone/timezone_request.h', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
556 'login/auth/mock_url_fetchers.cc', | 559 'login/auth/mock_url_fetchers.cc', |
557 'login/auth/mock_url_fetchers.h', | 560 'login/auth/mock_url_fetchers.h', |
558 'network/fake_network_device_handler.cc', | 561 'network/fake_network_device_handler.cc', |
559 'network/fake_network_device_handler.h', | 562 'network/fake_network_device_handler.h', |
560 'network/mock_managed_network_configuration_handler.cc', | 563 'network/mock_managed_network_configuration_handler.cc', |
561 'network/mock_managed_network_configuration_handler.h', | 564 'network/mock_managed_network_configuration_handler.h', |
562 'network/mock_network_device_handler.cc', | 565 'network/mock_network_device_handler.cc', |
563 'network/mock_network_device_handler.h', | 566 'network/mock_network_device_handler.h', |
564 'network/onc/onc_test_utils.cc', | 567 'network/onc/onc_test_utils.cc', |
565 'network/onc/onc_test_utils.h', | 568 'network/onc/onc_test_utils.h', |
566 'system/fake_statistics_provider.cc', | |
567 'system/fake_statistics_provider.h', | |
568 ], | 569 ], |
569 'include_dirs': [ | 570 'include_dirs': [ |
570 '..', | 571 '..', |
571 ], | 572 ], |
572 }, | 573 }, |
573 { | 574 { |
574 # GN version: //chromeos:test_support_without_gmock | 575 # GN version: //chromeos:test_support_without_gmock |
575 'target_name': 'chromeos_test_support_without_gmock', | 576 'target_name': 'chromeos_test_support_without_gmock', |
576 'type': 'static_library', | 577 'type': 'static_library', |
577 'export_dependent_settings': [ | 578 'export_dependent_settings': [ |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
704 '../build/isolate.gypi', | 705 '../build/isolate.gypi', |
705 ], | 706 ], |
706 'sources': [ | 707 'sources': [ |
707 'chromeos_unittests.isolate', | 708 'chromeos_unittests.isolate', |
708 ], | 709 ], |
709 }, | 710 }, |
710 ], | 711 ], |
711 }], | 712 }], |
712 ], | 713 ], |
713 } | 714 } |
OLD | NEW |