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 27 matching lines...) Expand all Loading... |
38 'serial_device_enumerator_linux.cc', | 38 'serial_device_enumerator_linux.cc', |
39 'serial_device_enumerator_linux.h', | 39 'serial_device_enumerator_linux.h', |
40 ], | 40 ], |
41 }], | 41 }], |
42 ], | 42 ], |
43 'dependencies': [ | 43 'dependencies': [ |
44 'device_serial_mojo', | 44 'device_serial_mojo', |
45 '../../net/net.gyp:net', | 45 '../../net/net.gyp:net', |
46 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 46 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
47 '../../third_party/re2/re2.gyp:re2', | 47 '../../third_party/re2/re2.gyp:re2', |
48 '../core/core.gyp:device_core', | |
49 ], | 48 ], |
50 'export_dependent_settings': [ | 49 'export_dependent_settings': [ |
51 'device_serial_mojo', | 50 'device_serial_mojo', |
52 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 51 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
53 ], | 52 ], |
54 'sources': [ | 53 'sources': [ |
55 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', | 54 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', |
56 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h', | 55 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h', |
57 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.cc', | 56 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.cc', |
58 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.h', | 57 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo
m.h', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'device_serial', | 99 'device_serial', |
101 'device_serial_mojo', | 100 'device_serial_mojo', |
102 ], | 101 ], |
103 'sources': [ | 102 'sources': [ |
104 'test_serial_io_handler.cc', | 103 'test_serial_io_handler.cc', |
105 'test_serial_io_handler.h', | 104 'test_serial_io_handler.h', |
106 ], | 105 ], |
107 }, | 106 }, |
108 ], | 107 ], |
109 } | 108 } |
OLD | NEW |