| OLD | NEW |
| 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 } |
| OLD | NEW |