Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Side by Side Diff: device/serial/serial.gyp

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_utility.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 24 matching lines...) Expand all
35 ], 35 ],
36 }, { 36 }, {
37 'sources!': [ 37 'sources!': [
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 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', 45 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
46 '../../net/net.gyp:net', 46 '../../net/net.gyp:net',
47 ], 47 ],
48 'export_dependent_settings': [ 48 'export_dependent_settings': [
49 'device_serial_mojo', 49 'device_serial_mojo',
50 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', 50 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
51 ], 51 ],
52 'sources': [ 52 'sources': [
53 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc', 53 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.cc',
54 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h', 54 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream.mojom.h',
55 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo m.cc', 55 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo m.cc',
56 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo m.h', 56 '<(SHARED_INTERMEDIATE_DIR)/device/serial/data_stream_serialization.mojo m.h',
57 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.cc', 57 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.cc',
58 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.h', 58 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial.mojom.h',
59 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial_serialization.mojom.cc' , 59 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial_serialization.mojom.cc' ,
60 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial_serialization.mojom.h', 60 '<(SHARED_INTERMEDIATE_DIR)/device/serial/serial_serialization.mojom.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'device_serial', 100 'device_serial',
101 'device_serial_mojo', 101 'device_serial_mojo',
102 ], 102 ],
103 'sources': [ 103 'sources': [
104 'test_serial_io_handler.cc', 104 'test_serial_io_handler.cc',
105 'test_serial_io_handler.h', 105 'test_serial_io_handler.h',
106 ], 106 ],
107 }, 107 },
108 ], 108 ],
109 } 109 }
OLDNEW
« no previous file with comments | « content/content_utility.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698