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

Unified Diff: components/cloud_devices.gypi

Issue 150993002: Reading, writing of CDD and CJT JSON formats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | components/cloud_devices/cloud_device_description.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices.gypi
diff --git a/components/cloud_devices.gypi b/components/cloud_devices.gypi
index d0ab6a812add770d294d130e1b618a03f14e7c54..27adfd139241927df84fd285376bd43b02114178 100644
--- a/components/cloud_devices.gypi
+++ b/components/cloud_devices.gypi
@@ -14,8 +14,14 @@
'../base/base.gyp:base',
],
'sources': [
- 'cloud_devices/cloud_devices_json_consts.cc',
- 'cloud_devices/cloud_devices_json_consts.h',
+ 'cloud_devices/cloud_device_description.cc',
+ 'cloud_devices/cloud_device_description.h',
+ 'cloud_devices/cloud_device_description_consts.cc',
+ 'cloud_devices/cloud_device_description_consts.h',
+ 'cloud_devices/description_items.h',
+ 'cloud_devices/description_items_inl.h',
+ 'cloud_devices/printer_description.cc',
+ 'cloud_devices/printer_description.h',
],
},
],
« no previous file with comments | « no previous file | components/cloud_devices/cloud_device_description.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698