| 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..8324b8b8f8356822e152d63dcd4f63d1671be401 100644
|
| --- a/cloud_print/gcp20/prototype/gcp20_device.gyp
|
| +++ b/cloud_print/gcp20/prototype/gcp20_device.gyp
|
| @@ -16,14 +16,33 @@
|
| },
|
| 'targets': [
|
| {
|
| - 'target_name': 'gcp20_device',
|
| - 'type': 'executable',
|
| + 'target_name': 'gcp20_device_lib',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/net/net.gyp:net',
|
| ],
|
| 'sources': [
|
| + 'dns_packet_parser.cc',
|
| + 'dns_packet_parser.h',
|
| + 'dns_response_builder.cc',
|
| + 'dns_response_builder.h',
|
| 'dns_sd_server.cc',
|
| + 'dns_sd_server.h',
|
| + 'gcp20_device.cc',
|
| + 'printer.cc',
|
| + 'printer.h',
|
| + 'service_parameters.cc',
|
| + 'service_parameters.h',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'gcp20_device',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'gcp20_device.gyp:gcp20_device_lib',
|
| + ],
|
| + 'sources': [
|
| 'gcp20_device.cc',
|
| ],
|
| 'msvs_settings': {
|
|
|