Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: chromeos/chromeos.gyp

Issue 2344393002: Add a PrinterDiscoverer fake object. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'network/portal_detector/network_portal_detector_strategy.cc', 337 'network/portal_detector/network_portal_detector_strategy.cc',
338 'network/portal_detector/network_portal_detector_strategy.h', 338 'network/portal_detector/network_portal_detector_strategy.h',
339 'network/portal_detector/network_portal_detector_stub.cc', 339 'network/portal_detector/network_portal_detector_stub.cc',
340 'network/portal_detector/network_portal_detector_stub.h', 340 'network/portal_detector/network_portal_detector_stub.h',
341 'network/prohibited_technologies_handler.cc', 341 'network/prohibited_technologies_handler.cc',
342 'network/prohibited_technologies_handler.h', 342 'network/prohibited_technologies_handler.h',
343 'network/shill_property_handler.cc', 343 'network/shill_property_handler.cc',
344 'network/shill_property_handler.h', 344 'network/shill_property_handler.h',
345 'network/shill_property_util.cc', 345 'network/shill_property_util.cc',
346 'network/shill_property_util.h', 346 'network/shill_property_util.h',
347 'printing/fake_printer_detector.cc',
348 'printing/fake_printer_detector.h',
347 'printing/printer_configuration.cc', 349 'printing/printer_configuration.cc',
348 'printing/printer_configuration.h', 350 'printing/printer_configuration.h',
351 'printing/printer_detector.h',
349 'printing/printer_translator.cc', 352 'printing/printer_translator.cc',
350 'printing/printer_translator.h', 353 'printing/printer_translator.h',
351 'process_proxy/process_output_watcher.cc', 354 'process_proxy/process_output_watcher.cc',
352 'process_proxy/process_output_watcher.h', 355 'process_proxy/process_output_watcher.h',
353 'process_proxy/process_proxy.cc', 356 'process_proxy/process_proxy.cc',
354 'process_proxy/process_proxy.h', 357 'process_proxy/process_proxy.h',
355 'process_proxy/process_proxy_registry.cc', 358 'process_proxy/process_proxy_registry.cc',
356 'process_proxy/process_proxy_registry.h', 359 'process_proxy/process_proxy_registry.h',
357 'settings/cros_settings_names.cc', 360 'settings/cros_settings_names.cc',
358 'settings/cros_settings_names.h', 361 'settings/cros_settings_names.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/printing/fake_printer_detector.h » ('j') | chromeos/printing/fake_printer_detector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698