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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2343983004: Add PPDProvider barebones implementation and associated cache skeleton. (Closed)
Patch Set: Initial PPDProvider/PPDCache implementation. Also, add associated unittests. This doesn't plumb th… Created 4 years, 2 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
« no previous file with comments | « no previous file | chromeos/chromeos_paths.h » ('j') | chromeos/chromeos_paths.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ppd_cache.cc',
349 'printing/ppd_cache.h',
350 'printing/ppd_provider.cc',
351 'printing/ppd_provider.h',
348 'printing/printer_configuration.cc', 352 'printing/printer_configuration.cc',
349 'printing/printer_configuration.h', 353 'printing/printer_configuration.h',
350 'printing/printer_translator.cc', 354 'printing/printer_translator.cc',
351 'printing/printer_translator.h', 355 'printing/printer_translator.h',
352 'process_proxy/process_output_watcher.cc', 356 'process_proxy/process_output_watcher.cc',
353 'process_proxy/process_output_watcher.h', 357 'process_proxy/process_output_watcher.h',
354 'process_proxy/process_proxy.cc', 358 'process_proxy/process_proxy.cc',
355 'process_proxy/process_proxy.h', 359 'process_proxy/process_proxy.h',
356 'process_proxy/process_proxy_registry.cc', 360 'process_proxy/process_proxy_registry.cc',
357 'process_proxy/process_proxy_registry.h', 361 'process_proxy/process_proxy_registry.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'network/network_ui_data_unittest.cc', 456 'network/network_ui_data_unittest.cc',
453 'network/network_util_unittest.cc', 457 'network/network_util_unittest.cc',
454 'network/onc/onc_certificate_importer_impl_unittest.cc', 458 'network/onc/onc_certificate_importer_impl_unittest.cc',
455 'network/onc/onc_merger_unittest.cc', 459 'network/onc/onc_merger_unittest.cc',
456 'network/onc/onc_normalizer_unittest.cc', 460 'network/onc/onc_normalizer_unittest.cc',
457 'network/onc/onc_translator_unittest.cc', 461 'network/onc/onc_translator_unittest.cc',
458 'network/onc/onc_utils_unittest.cc', 462 'network/onc/onc_utils_unittest.cc',
459 'network/onc/onc_validator_unittest.cc', 463 'network/onc/onc_validator_unittest.cc',
460 'network/prohibited_technologies_handler_unittest.cc', 464 'network/prohibited_technologies_handler_unittest.cc',
461 'network/shill_property_handler_unittest.cc', 465 'network/shill_property_handler_unittest.cc',
466 'printing/ppd_cache_unittest.cc',
467 'printing/ppd_provider_unittest.cc',
462 'printing/printer_translator_unittest.cc', 468 'printing/printer_translator_unittest.cc',
463 'process_proxy/process_output_watcher_unittest.cc', 469 'process_proxy/process_output_watcher_unittest.cc',
464 'process_proxy/process_proxy_unittest.cc', 470 'process_proxy/process_proxy_unittest.cc',
465 'settings/timezone_settings_unittest.cc', 471 'settings/timezone_settings_unittest.cc',
466 'system/name_value_pairs_parser_unittest.cc', 472 'system/name_value_pairs_parser_unittest.cc',
467 'system/version_loader_unittest.cc', 473 'system/version_loader_unittest.cc',
468 'timezone/timezone_unittest.cc', 474 'timezone/timezone_unittest.cc',
469 'tpm/tpm_token_info_getter_unittest.cc', 475 'tpm/tpm_token_info_getter_unittest.cc',
470 ], 476 ],
471 'use_binder%': 0, 477 'use_binder%': 0,
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 '../build/isolate.gypi', 732 '../build/isolate.gypi',
727 ], 733 ],
728 'sources': [ 734 'sources': [
729 'chromeos_unittests.isolate', 735 'chromeos_unittests.isolate',
730 ], 736 ],
731 }, 737 },
732 ], 738 ],
733 }], 739 }],
734 ], 740 ],
735 } 741 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/chromeos_paths.h » ('j') | chromeos/chromeos_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698