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

Side by Side Diff: device/device_tests.gyp

Issue 1847183002: Use interface associations to check function permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit and fixed Windows build. Created 4 years, 8 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/BUILD.gn ('k') | device/usb/mock_usb_device_handle.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'serial/data_source_unittest.cc', 77 'serial/data_source_unittest.cc',
78 'serial/serial_connection_unittest.cc', 78 'serial/serial_connection_unittest.cc',
79 "serial/serial_io_handler_posix_unittest.cc", 79 "serial/serial_io_handler_posix_unittest.cc",
80 'serial/serial_service_unittest.cc', 80 'serial/serial_service_unittest.cc',
81 'test/run_all_unittests.cc', 81 'test/run_all_unittests.cc',
82 'test/test_device_client.cc', 82 'test/test_device_client.cc',
83 'test/test_device_client.h', 83 'test/test_device_client.h',
84 'test/usb_test_gadget_impl.cc', 84 'test/usb_test_gadget_impl.cc',
85 'usb/mojo/device_impl_unittest.cc', 85 'usb/mojo/device_impl_unittest.cc',
86 'usb/mojo/device_manager_impl_unittest.cc', 86 'usb/mojo/device_manager_impl_unittest.cc',
87 'usb/mojo/fake_permission_provider.cc', 87 'usb/mojo/mock_permission_provider.cc',
88 'usb/mojo/fake_permission_provider.h', 88 'usb/mojo/mock_permission_provider.h',
89 'usb/usb_descriptors_unittest.cc', 89 'usb/usb_descriptors_unittest.cc',
90 'usb/usb_device_filter_unittest.cc', 90 'usb/usb_device_filter_unittest.cc',
91 'usb/usb_device_handle_unittest.cc', 91 'usb/usb_device_handle_unittest.cc',
92 'usb/usb_ids_unittest.cc', 92 'usb/usb_ids_unittest.cc',
93 'usb/usb_service_unittest.cc', 93 'usb/usb_service_unittest.cc',
94 'usb/webusb_descriptors_unittest.cc', 94 'usb/webusb_descriptors_unittest.cc',
95 ], 95 ],
96 'conditions': [ 96 'conditions': [
97 ['chromeos==1', { 97 ['chromeos==1', {
98 'dependencies': [ 98 'dependencies': [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '../build/isolate.gypi', 259 '../build/isolate.gypi',
260 ], 260 ],
261 'sources': [ 261 'sources': [
262 'device_unittests.isolate', 262 'device_unittests.isolate',
263 ] 263 ]
264 } 264 }
265 ] 265 ]
266 }] 266 }]
267 ], 267 ],
268 } 268 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/usb/mock_usb_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698