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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'network/onc/onc_validator.cc', | 412 'network/onc/onc_validator.cc', |
413 'network/onc/onc_validator.h', | 413 'network/onc/onc_validator.h', |
414 'network/policy_applicator.cc', | 414 'network/policy_applicator.cc', |
415 'network/policy_applicator.h', | 415 'network/policy_applicator.h', |
416 'network/policy_util.cc', | 416 'network/policy_util.cc', |
417 'network/policy_util.h', | 417 'network/policy_util.h', |
418 'network/portal_detector/network_portal_detector.cc', | 418 'network/portal_detector/network_portal_detector.cc', |
419 'network/portal_detector/network_portal_detector.h', | 419 'network/portal_detector/network_portal_detector.h', |
420 'network/portal_detector/network_portal_detector_strategy.cc', | 420 'network/portal_detector/network_portal_detector_strategy.cc', |
421 'network/portal_detector/network_portal_detector_strategy.h', | 421 'network/portal_detector/network_portal_detector_strategy.h', |
| 422 'network/portal_detector/network_portal_detector_stub.cc', |
| 423 'network/portal_detector/network_portal_detector_stub.h', |
422 'network/shill_property_handler.cc', | 424 'network/shill_property_handler.cc', |
423 'network/shill_property_handler.h', | 425 'network/shill_property_handler.h', |
424 'network/shill_property_util.cc', | 426 'network/shill_property_util.cc', |
425 'network/shill_property_util.h', | 427 'network/shill_property_util.h', |
426 'process_proxy/process_output_watcher.cc', | 428 'process_proxy/process_output_watcher.cc', |
427 'process_proxy/process_output_watcher.h', | 429 'process_proxy/process_output_watcher.h', |
428 'process_proxy/process_proxy.cc', | 430 'process_proxy/process_proxy.cc', |
429 'process_proxy/process_proxy.h', | 431 'process_proxy/process_proxy.h', |
430 'process_proxy/process_proxy_registry.cc', | 432 'process_proxy/process_proxy_registry.cc', |
431 'process_proxy/process_proxy_registry.h', | 433 'process_proxy/process_proxy_registry.h', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'network/client_cert_resolver_unittest.cc', | 498 'network/client_cert_resolver_unittest.cc', |
497 'network/firewall_hole_unittest.cc', | 499 'network/firewall_hole_unittest.cc', |
498 'network/geolocation_handler_unittest.cc', | 500 'network/geolocation_handler_unittest.cc', |
499 'network/host_resolver_impl_chromeos_unittest.cc', | 501 'network/host_resolver_impl_chromeos_unittest.cc', |
500 'network/managed_network_configuration_handler_unittest.cc', | 502 'network/managed_network_configuration_handler_unittest.cc', |
501 'network/network_cert_migrator_unittest.cc', | 503 'network/network_cert_migrator_unittest.cc', |
502 'network/network_change_notifier_chromeos_unittest.cc', | 504 'network/network_change_notifier_chromeos_unittest.cc', |
503 'network/network_configuration_handler_unittest.cc', | 505 'network/network_configuration_handler_unittest.cc', |
504 'network/network_connection_handler_unittest.cc', | 506 'network/network_connection_handler_unittest.cc', |
505 'network/network_device_handler_unittest.cc', | 507 'network/network_device_handler_unittest.cc', |
506 'network/network_profile_handler_stub.h', | |
507 'network/network_sms_handler_unittest.cc', | 508 'network/network_sms_handler_unittest.cc', |
508 'network/network_state_handler_unittest.cc', | 509 'network/network_state_handler_unittest.cc', |
509 'network/network_state_unittest.cc', | 510 'network/network_state_unittest.cc', |
510 'network/network_type_pattern_unittest.cc', | 511 'network/network_type_pattern_unittest.cc', |
511 'network/network_ui_data_unittest.cc', | 512 'network/network_ui_data_unittest.cc', |
512 'network/network_util_unittest.cc', | 513 'network/network_util_unittest.cc', |
513 'network/onc/onc_certificate_importer_impl_unittest.cc', | 514 'network/onc/onc_certificate_importer_impl_unittest.cc', |
514 'network/onc/onc_merger_unittest.cc', | 515 'network/onc/onc_merger_unittest.cc', |
515 'network/onc/onc_normalizer_unittest.cc', | 516 'network/onc/onc_normalizer_unittest.cc', |
516 'network/onc/onc_translator_unittest.cc', | 517 'network/onc/onc_translator_unittest.cc', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 '../build/isolate.gypi', | 755 '../build/isolate.gypi', |
755 ], | 756 ], |
756 'sources': [ | 757 'sources': [ |
757 'chromeos_unittests.isolate', | 758 'chromeos_unittests.isolate', |
758 ], | 759 ], |
759 }, | 760 }, |
760 ], | 761 ], |
761 }], | 762 }], |
762 ], | 763 ], |
763 } | 764 } |
OLD | NEW |