summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 22:42:47 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 22:42:47 +0000
commit5133f61010993beed3aa7c10aad8106c267be9ee (patch)
treee997d46bdeab6c92b2f0052fe6b358a9aa210a30 /chrome/chrome.gyp
parentc08557b05d324f1a1ffabf9891bc06a0f5363107 (diff)
downloadchromium_src-5133f61010993beed3aa7c10aad8106c267be9ee.zip
chromium_src-5133f61010993beed3aa7c10aad8106c267be9ee.tar.gz
chromium_src-5133f61010993beed3aa7c10aad8106c267be9ee.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. Review URL: http://codereview.chromium.org/2519002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49200 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 a1800d3f..ccb858e 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -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',
],
}],
],