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

Unified Diff: chromeos/chromeos.gyp

Issue 2161933003: Define printer configuration objects for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export id constant Created 4 years, 4 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index e8c0cca751d90f5c021212b73e1a4800dda1b53f..7e52f51f29812bfc63538c0f86e8708f31124ddc 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -391,6 +391,10 @@
'network/shill_property_handler.h',
'network/shill_property_util.cc',
'network/shill_property_util.h',
+ 'printing/printer_configuration.cc',
+ 'printing/printer_configuration.h',
+ 'printing/printer_translator.h',
+ 'printing/printer_translator.cc',
'process_proxy/process_output_watcher.cc',
'process_proxy/process_output_watcher.h',
'process_proxy/process_proxy.cc',
@@ -497,6 +501,7 @@
'network/onc/onc_validator_unittest.cc',
'network/prohibited_technologies_handler_unittest.cc',
'network/shill_property_handler_unittest.cc',
+ 'printing/printer_translator_unittest.cc',
'process_proxy/process_output_watcher_unittest.cc',
'process_proxy/process_proxy_unittest.cc',
'settings/timezone_settings_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698