cloud_devices.gypi revision 5d1f7b1de12d16ceb2c938c56701a3e8bfa558f7
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
3# found in the LICENSE file.
4
5{
6  'targets': [
7    {
8      'target_name': 'cloud_devices',
9      'type': 'static_library',
10      'include_dirs': [
11        '..',
12      ],
13      'dependencies': [
14        '../base/base.gyp:base',
15      ],
16      'sources': [
17        'cloud_devices/cloud_device_description.cc',
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',
25      ],
26    },
27  ],
28}
29