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

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

Issue 19468002: Added confirmation for printer registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-api-availability-check
Patch Set: Deleted <iostream> 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
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 83064c6388a07a33f68cee59699d9f476ab58951..5280e2708ee8bb9c1fb88de37aa9138aa0414de1 100644
--- a/cloud_print/gcp20/prototype/gcp20_device.gyp
+++ b/cloud_print/gcp20/prototype/gcp20_device.gyp
@@ -28,7 +28,9 @@
'cloud_print_response_parser.cc',
'cloud_print_response_parser.h',
'cloud_print_requester.cc',
- 'cloud_print_requester.h',
+ 'cloud_print_requester.h',
+ 'conio_posix.cc',
+ 'conio_posix.h',
'command_line_reader.cc',
'command_line_reader.h',
'dns_packet_parser.cc',
@@ -43,6 +45,7 @@
'privet_http_server.h',
'service_parameters.cc',
'service_parameters.h',
+ 'special_io.h',
'x_privet_token.cc',
'x_privet_token.h',
],

Powered by Google App Engine
This is Rietveld 408576698