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

Unified Diff: cloud_print/gcp20/prototype/gcp20_device.gyp

Issue 19866002: GCP2.0 Device: Receiving printjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@confirmation
Patch Set: static_cast<int> Created 7 years, 5 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 | « cloud_print/gcp20/prototype/dns_sd_server.h ('k') | cloud_print/gcp20/prototype/print_job_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/gcp20_device.gyp
diff --git a/cloud_print/gcp20/prototype/gcp20_device.gyp b/cloud_print/gcp20/prototype/gcp20_device.gyp
index bb83e45ee4d5bc73323b0668941c05de9c165afa..e6f17772d314c023e85bad3e99a57f71d83729b6 100644
--- a/cloud_print/gcp20/prototype/gcp20_device.gyp
+++ b/cloud_print/gcp20/prototype/gcp20_device.gyp
@@ -29,6 +29,8 @@
'sources': [
'cloud_print_response_parser.cc',
'cloud_print_response_parser.h',
+ 'cloud_print_request.cc',
+ 'cloud_print_request.h',
'cloud_print_requester.cc',
'cloud_print_requester.h',
'conio_posix.cc',
@@ -41,6 +43,8 @@
'dns_response_builder.h',
'dns_sd_server.cc',
'dns_sd_server.h',
+ 'print_job_handler.cc',
+ 'print_job_handler.h',
'printer.cc',
'printer.h',
'privet_http_server.cc',
« no previous file with comments | « cloud_print/gcp20/prototype/dns_sd_server.h ('k') | cloud_print/gcp20/prototype/print_job_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698