| 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 fa7f4ee0bf10a46e42802ce02f64979c8ba0edbc..2720c036be73a3c6ed183bbfc3a24e5cb7cd6bee 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',
|
| @@ -43,6 +45,8 @@
|
| 'dns_sd_server.h',
|
| 'printer.cc',
|
| 'printer.h',
|
| + 'printjob_handler.cc',
|
| + 'printjob_handler.h',
|
| 'privet_http_server.cc',
|
| 'privet_http_server.h',
|
| 'service_parameters.cc',
|
|
|