| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'network/portal_detector/network_portal_detector_strategy.cc', | 338 'network/portal_detector/network_portal_detector_strategy.cc', |
| 339 'network/portal_detector/network_portal_detector_strategy.h', | 339 'network/portal_detector/network_portal_detector_strategy.h', |
| 340 'network/portal_detector/network_portal_detector_stub.cc', | 340 'network/portal_detector/network_portal_detector_stub.cc', |
| 341 'network/portal_detector/network_portal_detector_stub.h', | 341 'network/portal_detector/network_portal_detector_stub.h', |
| 342 'network/prohibited_technologies_handler.cc', | 342 'network/prohibited_technologies_handler.cc', |
| 343 'network/prohibited_technologies_handler.h', | 343 'network/prohibited_technologies_handler.h', |
| 344 'network/shill_property_handler.cc', | 344 'network/shill_property_handler.cc', |
| 345 'network/shill_property_handler.h', | 345 'network/shill_property_handler.h', |
| 346 'network/shill_property_util.cc', | 346 'network/shill_property_util.cc', |
| 347 'network/shill_property_util.h', | 347 'network/shill_property_util.h', |
| 348 'printing/fake_printer_detector.cc', |
| 349 'printing/fake_printer_detector.h', |
| 348 'printing/printer_configuration.cc', | 350 'printing/printer_configuration.cc', |
| 349 'printing/printer_configuration.h', | 351 'printing/printer_configuration.h', |
| 352 'printing/printer_detector.h', |
| 350 'printing/printer_translator.cc', | 353 'printing/printer_translator.cc', |
| 351 'printing/printer_translator.h', | 354 'printing/printer_translator.h', |
| 352 'process_proxy/process_output_watcher.cc', | 355 'process_proxy/process_output_watcher.cc', |
| 353 'process_proxy/process_output_watcher.h', | 356 'process_proxy/process_output_watcher.h', |
| 354 'process_proxy/process_proxy.cc', | 357 'process_proxy/process_proxy.cc', |
| 355 'process_proxy/process_proxy.h', | 358 'process_proxy/process_proxy.h', |
| 356 'process_proxy/process_proxy_registry.cc', | 359 'process_proxy/process_proxy_registry.cc', |
| 357 'process_proxy/process_proxy_registry.h', | 360 'process_proxy/process_proxy_registry.h', |
| 358 'settings/cros_settings_names.cc', | 361 'settings/cros_settings_names.cc', |
| 359 'settings/cros_settings_names.h', | 362 'settings/cros_settings_names.h', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '../build/isolate.gypi', | 729 '../build/isolate.gypi', |
| 727 ], | 730 ], |
| 728 'sources': [ | 731 'sources': [ |
| 729 'chromeos_unittests.isolate', | 732 'chromeos_unittests.isolate', |
| 730 ], | 733 ], |
| 731 }, | 734 }, |
| 732 ], | 735 ], |
| 733 }], | 736 }], |
| 734 ], | 737 ], |
| 735 } | 738 } |
| OLD | NEW |