| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'network/policy_applicator.cc', | 343 'network/policy_applicator.cc', |
| 344 'network/policy_applicator.h', | 344 'network/policy_applicator.h', |
| 345 'network/policy_util.cc', | 345 'network/policy_util.cc', |
| 346 'network/policy_util.h', | 346 'network/policy_util.h', |
| 347 'network/portal_detector/network_portal_detector.cc', | 347 'network/portal_detector/network_portal_detector.cc', |
| 348 'network/portal_detector/network_portal_detector.h', | 348 'network/portal_detector/network_portal_detector.h', |
| 349 'network/portal_detector/network_portal_detector_strategy.cc', | 349 'network/portal_detector/network_portal_detector_strategy.cc', |
| 350 'network/portal_detector/network_portal_detector_strategy.h', | 350 'network/portal_detector/network_portal_detector_strategy.h', |
| 351 'network/portal_detector/network_portal_detector_stub.cc', | 351 'network/portal_detector/network_portal_detector_stub.cc', |
| 352 'network/portal_detector/network_portal_detector_stub.h', | 352 'network/portal_detector/network_portal_detector_stub.h', |
| 353 'network/prohibited_technologies_handler.cc', |
| 354 'network/prohibited_technologies_handler.h', |
| 353 'network/shill_property_handler.cc', | 355 'network/shill_property_handler.cc', |
| 354 'network/shill_property_handler.h', | 356 'network/shill_property_handler.h', |
| 355 'network/shill_property_util.cc', | 357 'network/shill_property_util.cc', |
| 356 'network/shill_property_util.h', | 358 'network/shill_property_util.h', |
| 357 'process_proxy/process_output_watcher.cc', | 359 'process_proxy/process_output_watcher.cc', |
| 358 'process_proxy/process_output_watcher.h', | 360 'process_proxy/process_output_watcher.h', |
| 359 'process_proxy/process_proxy.cc', | 361 'process_proxy/process_proxy.cc', |
| 360 'process_proxy/process_proxy.h', | 362 'process_proxy/process_proxy.h', |
| 361 'process_proxy/process_proxy_registry.cc', | 363 'process_proxy/process_proxy_registry.cc', |
| 362 'process_proxy/process_proxy_registry.h', | 364 'process_proxy/process_proxy_registry.h', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 'network/network_state_unittest.cc', | 441 'network/network_state_unittest.cc', |
| 440 'network/network_type_pattern_unittest.cc', | 442 'network/network_type_pattern_unittest.cc', |
| 441 'network/network_ui_data_unittest.cc', | 443 'network/network_ui_data_unittest.cc', |
| 442 'network/network_util_unittest.cc', | 444 'network/network_util_unittest.cc', |
| 443 'network/onc/onc_certificate_importer_impl_unittest.cc', | 445 'network/onc/onc_certificate_importer_impl_unittest.cc', |
| 444 'network/onc/onc_merger_unittest.cc', | 446 'network/onc/onc_merger_unittest.cc', |
| 445 'network/onc/onc_normalizer_unittest.cc', | 447 'network/onc/onc_normalizer_unittest.cc', |
| 446 'network/onc/onc_translator_unittest.cc', | 448 'network/onc/onc_translator_unittest.cc', |
| 447 'network/onc/onc_utils_unittest.cc', | 449 'network/onc/onc_utils_unittest.cc', |
| 448 'network/onc/onc_validator_unittest.cc', | 450 'network/onc/onc_validator_unittest.cc', |
| 451 'network/prohibited_technologies_handler_unittest.cc', |
| 449 'network/shill_property_handler_unittest.cc', | 452 'network/shill_property_handler_unittest.cc', |
| 450 'process_proxy/process_output_watcher_unittest.cc', | 453 'process_proxy/process_output_watcher_unittest.cc', |
| 451 'process_proxy/process_proxy_unittest.cc', | 454 'process_proxy/process_proxy_unittest.cc', |
| 452 'settings/timezone_settings_unittest.cc', | 455 'settings/timezone_settings_unittest.cc', |
| 453 'system/name_value_pairs_parser_unittest.cc', | 456 'system/name_value_pairs_parser_unittest.cc', |
| 454 'system/version_loader_unittest.cc', | 457 'system/version_loader_unittest.cc', |
| 455 'timezone/timezone_unittest.cc', | 458 'timezone/timezone_unittest.cc', |
| 456 'tpm/tpm_token_info_getter_unittest.cc', | 459 'tpm/tpm_token_info_getter_unittest.cc', |
| 457 ], | 460 ], |
| 458 }, | 461 }, |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 '../build/isolate.gypi', | 689 '../build/isolate.gypi', |
| 687 ], | 690 ], |
| 688 'sources': [ | 691 'sources': [ |
| 689 'chromeos_unittests.isolate', | 692 'chromeos_unittests.isolate', |
| 690 ], | 693 ], |
| 691 }, | 694 }, |
| 692 ], | 695 ], |
| 693 }], | 696 }], |
| 694 ], | 697 ], |
| 695 } | 698 } |
| OLD | NEW |