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