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

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

Issue 16975004: Finished DNS-SD server. Finished Privet-specified DNS-SD server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Lint errors. Created 7 years, 6 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 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': {

Powered by Google App Engine
This is Rietveld 408576698