| OLD | NEW |
| (Empty) |
| 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_common', | |
| 9 'type': 'static_library', | |
| 10 'include_dirs': [ | |
| 11 '..', | |
| 12 ], | |
| 13 'dependencies': [ | |
| 14 '../base/base.gyp:base', | |
| 15 '../google_apis/google_apis.gyp:google_apis', | |
| 16 '../net/net.gyp:net', | |
| 17 '../url/url.gyp:url_lib', | |
| 18 ], | |
| 19 'sources': [ | |
| 20 'cloud_devices/common/cloud_device_description.cc', | |
| 21 'cloud_devices/common/cloud_device_description.h', | |
| 22 'cloud_devices/common/cloud_device_description_consts.cc', | |
| 23 'cloud_devices/common/cloud_device_description_consts.h', | |
| 24 'cloud_devices/common/cloud_devices_switches.cc', | |
| 25 'cloud_devices/common/cloud_devices_switches.h', | |
| 26 'cloud_devices/common/cloud_devices_urls.cc', | |
| 27 'cloud_devices/common/cloud_devices_urls.h', | |
| 28 'cloud_devices/common/description_items.h', | |
| 29 'cloud_devices/common/description_items_inl.h', | |
| 30 'cloud_devices/common/printer_description.cc', | |
| 31 'cloud_devices/common/printer_description.h', | |
| 32 ], | |
| 33 }, | |
| 34 ], | |
| 35 } | |
| OLD | NEW |