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

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

Issue 824373003: Add browser_tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More ChromeOS Created 5 years, 11 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 | « device/serial/BUILD.gn ('k') | extensions/BUILD.gn » ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'serial_io_handler.h', 84 'serial_io_handler.h',
85 'serial_io_handler_posix.cc', 85 'serial_io_handler_posix.cc',
86 'serial_io_handler_posix.h', 86 'serial_io_handler_posix.h',
87 'serial_io_handler_win.cc', 87 'serial_io_handler_win.cc',
88 'serial_io_handler_win.h', 88 'serial_io_handler_win.h',
89 'serial_service_impl.cc', 89 'serial_service_impl.cc',
90 'serial_service_impl.h', 90 'serial_service_impl.h',
91 ], 91 ],
92 }, 92 },
93 { 93 {
94 # GN version: //device/serial:test_util 94 # GN version: //device/serial:test_support
95 'target_name': 'device_serial_test_util', 95 'target_name': 'device_serial_test_util',
96 'type': 'static_library', 96 'type': 'static_library',
97 'dependencies': [ 97 'dependencies': [
98 'device_serial', 98 'device_serial',
99 'device_serial_mojo', 99 'device_serial_mojo',
100 ], 100 ],
101 'sources': [ 101 'sources': [
102 'test_serial_io_handler.cc', 102 'test_serial_io_handler.cc',
103 'test_serial_io_handler.h', 103 'test_serial_io_handler.h',
104 ], 104 ],
105 }, 105 },
106 ], 106 ],
107 } 107 }
OLDNEW
« no previous file with comments | « device/serial/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698