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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/chromeos_paths.h » ('j') | chromeos/chromeos_paths.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 367c792541e2eb6024ec7cd739e03fb78218c414..8528500d6a7ebf7d205c4e492e3c7c5d141c3f2d 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -345,6 +345,10 @@
'network/shill_property_handler.h',
'network/shill_property_util.cc',
'network/shill_property_util.h',
+ 'printing/ppd_cache.cc',
+ 'printing/ppd_cache.h',
+ 'printing/ppd_provider.cc',
+ 'printing/ppd_provider.h',
'printing/printer_configuration.cc',
'printing/printer_configuration.h',
'printing/printer_translator.cc',
@@ -459,6 +463,8 @@
'network/onc/onc_validator_unittest.cc',
'network/prohibited_technologies_handler_unittest.cc',
'network/shill_property_handler_unittest.cc',
+ 'printing/ppd_cache_unittest.cc',
+ 'printing/ppd_provider_unittest.cc',
'printing/printer_translator_unittest.cc',
'process_proxy/process_output_watcher_unittest.cc',
'process_proxy/process_proxy_unittest.cc',
« 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