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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | components/cloud_devices/cloud_device_description.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'cloud_devices', 8 'target_name': 'cloud_devices',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'cloud_devices/cloud_devices_json_consts.cc', 17 'cloud_devices/cloud_device_description.cc',
18 'cloud_devices/cloud_devices_json_consts.h', 18 'cloud_devices/cloud_device_description.h',
19 'cloud_devices/cloud_device_description_consts.cc',
20 'cloud_devices/cloud_device_description_consts.h',
21 'cloud_devices/description_items.h',
22 'cloud_devices/description_items_inl.h',
23 'cloud_devices/printer_description.cc',
24 'cloud_devices/printer_description.h',
19 ], 25 ],
20 }, 26 },
21 ], 27 ],
22 } 28 }
OLDNEW
« 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