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

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

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 6 years, 4 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
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 10 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « device/device_tests.gyp ('k') | extensions/extensions.gyp » ('j') | mojo/mojo.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698