| 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 7946960dbd2f5d9667143105ebb524c987f9f246..5adb4bc881308c3ca413c0723aecc6e4381ad0ca 100644
|
| --- a/cloud_print/gcp20/prototype/gcp20_device.gyp
|
| +++ b/cloud_print/gcp20/prototype/gcp20_device.gyp
|
| @@ -23,8 +23,17 @@
|
| '<(DEPTH)/net/net.gyp:net',
|
| ],
|
| 'sources': [
|
| + 'dns_packet_parser.cc',
|
| + 'dns_packet_parser.h',
|
| 'dns_sd_server.cc',
|
| + 'dns_sd_server.h',
|
| + 'dns_txt_builder.cc',
|
| + 'dns_txt_builder.h',
|
| 'gcp20_device.cc',
|
| + 'printer.cc',
|
| + 'printer.h',
|
| + 'privet_dns_response_builder.cc',
|
| + 'privet_dns_response_builder.h',
|
| ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
|
|