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

Unified Diff: chrome/chrome.gyp

Issue 2519002: Redesign cloud printing subsystem layer. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 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 | chrome/service/cloud_print/cloud_print_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 48976)
+++ chrome/chrome.gyp (working copy)
@@ -980,8 +980,8 @@
'service/cloud_print/cloud_print_proxy_backend.h',
'service/cloud_print/job_status_updater.cc',
'service/cloud_print/job_status_updater.h',
- 'service/cloud_print/printer_info_dummy.cc',
- 'service/cloud_print/printer_info.h',
+ 'service/cloud_print/print_system_dummy.cc',
+ 'service/cloud_print/print_system.h',
'service/cloud_print/printer_job_handler.cc',
'service/cloud_print/printer_job_handler.h',
'service/gaia/service_gaia_authenticator.cc',
@@ -1002,7 +1002,7 @@
'CP_PRINT_SYSTEM_AVAILABLE',
],
'sources': [
- 'service/cloud_print/printer_info_win.cc',
+ 'service/cloud_print/print_system_win.cc',
],
}],
['OS=="linux"', {
@@ -1022,7 +1022,7 @@
'CP_PRINT_SYSTEM_AVAILABLE',
],
'sources': [
- 'service/cloud_print/printer_info_cups.cc',
+ 'service/cloud_print/print_system_cups.cc',
],
}],
],
« no previous file with comments | « no previous file | chrome/service/cloud_print/cloud_print_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698