| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'serial_device_enumerator_linux.cc', | 44 'serial_device_enumerator_linux.cc', |
| 45 'serial_device_enumerator_linux.h', | 45 'serial_device_enumerator_linux.h', |
| 46 ], | 46 ], |
| 47 }], | 47 }], |
| 48 ], | 48 ], |
| 49 'dependencies': [ | 49 'dependencies': [ |
| 50 'device_serial_mojo', | 50 'device_serial_mojo', |
| 51 '../../net/net.gyp:net', | 51 '../../net/net.gyp:net', |
| 52 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 52 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 53 '../../third_party/re2/re2.gyp:re2', | 53 '../../third_party/re2/re2.gyp:re2', |
| 54 '../core/core.gyp:device_core', |
| 54 ], | 55 ], |
| 55 'export_dependent_settings': [ | 56 'export_dependent_settings': [ |
| 56 'device_serial_mojo', | 57 'device_serial_mojo', |
| 57 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 58 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 58 ], | 59 ], |
| 59 'sources': [ | 60 'sources': [ |
| 60 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', | 61 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', |
| 61 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h', | 62 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h', |
| 62 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.cc', | 63 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.cc', |
| 63 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.h', | 64 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'device_serial', | 106 'device_serial', |
| 106 'device_serial_mojo', | 107 'device_serial_mojo', |
| 107 ], | 108 ], |
| 108 'sources': [ | 109 'sources': [ |
| 109 'test_serial_io_handler.cc', | 110 'test_serial_io_handler.cc', |
| 110 'test_serial_io_handler.h', | 111 'test_serial_io_handler.h', |
| 111 ], | 112 ], |
| 112 }, | 113 }, |
| 113 ], | 114 ], |
| 114 } | 115 } |
| OLD | NEW |