| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 ], | 21 ], |
| 22 }], | 22 }], |
| 23 ], | 23 ], |
| 24 'variables': { | 24 'variables': { |
| 25 'mojom_base_output_dir': 'device/serial', | 25 'mojom_base_output_dir': 'device/serial', |
| 26 }, | 26 }, |
| 27 'includes': [ | 27 'includes': [ |
| 28 '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi', | 28 '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi', |
| 29 ], | 29 ], |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '../../mojo/mojo.gyp:mojo_cpp_bindings', | 31 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 32 '../../net/net.gyp:net', | 32 '../../net/net.gyp:net', |
| 33 ], | 33 ], |
| 34 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
| 35 '../../mojo/mojo.gyp:mojo_cpp_bindings', | 35 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 36 ], | 36 ], |
| 37 'sources': [ | 37 'sources': [ |
| 38 'serial.mojom', | 38 'serial.mojom', |
| 39 'serial_connection.cc', | 39 'serial_connection.cc', |
| 40 'serial_connection.h', | 40 'serial_connection.h', |
| 41 'serial_connection_factory.cc', | 41 'serial_connection_factory.cc', |
| 42 'serial_connection_factory.h', | 42 'serial_connection_factory.h', |
| 43 'serial_device_enumerator.cc', | 43 'serial_device_enumerator.cc', |
| 44 'serial_device_enumerator.h', | 44 'serial_device_enumerator.h', |
| 45 'serial_device_enumerator_linux.cc', | 45 'serial_device_enumerator_linux.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 'device_serial', | 66 'device_serial', |
| 67 ], | 67 ], |
| 68 'sources': [ | 68 'sources': [ |
| 69 'test_serial_io_handler.cc', | 69 'test_serial_io_handler.cc', |
| 70 'test_serial_io_handler.h', | 70 'test_serial_io_handler.h', |
| 71 ], | 71 ], |
| 72 }, | 72 }, |
| 73 ], | 73 ], |
| 74 } | 74 } |
| OLD | NEW |