summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 17:48:29 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 17:48:29 +0000
commite4ef3ba2250a995ec54cf21252b3c398bba334af (patch)
treef38278c679e8db4c45bb37a7c301bb9ff6c1ffb5 /chrome/chrome.gyp
parent3726e12c766353b0cc6aa0ecf8d0f38b62932766 (diff)
downloadchromium_src-e4ef3ba2250a995ec54cf21252b3c398bba334af.zip
chromium_src-e4ef3ba2250a995ec54cf21252b3c398bba334af.tar.gz
chromium_src-e4ef3ba2250a995ec54cf21252b3c398bba334af.tar.bz2
On behalf of gene@chromium.org. Redesign cloud printing subsystem layer. Make it a class, and allow to have internal state. Also, some minor improvements.
BUG=none TEST=Try run Windows cloud print proxy and confirm documents get printed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49200 Review URL: http://codereview.chromium.org/2519002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 195d4bf..b2ac50a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -990,8 +990,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',
@@ -1012,7 +1012,7 @@
'CP_PRINT_SYSTEM_AVAILABLE',
],
'sources': [
- 'service/cloud_print/printer_info_win.cc',
+ 'service/cloud_print/print_system_win.cc',
],
}],
['OS=="linux"', {
@@ -1032,7 +1032,7 @@
'CP_PRINT_SYSTEM_AVAILABLE',
],
'sources': [
- 'service/cloud_print/printer_info_cups.cc',
+ 'service/cloud_print/print_system_cups.cc',
],
}],
],