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

Side by Side Diff: device/BUILD.gn

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 | « chrome/browser/usb/web_usb_permission_provider.cc ('k') | device/device_tests.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 } 104 }
105 105
106 # USB does not compile on iOS. 106 # USB does not compile on iOS.
107 if (!is_ios) { 107 if (!is_ios) {
108 sources += [ 108 sources += [
109 "test/test_device_client.cc", 109 "test/test_device_client.cc",
110 "test/test_device_client.h", 110 "test/test_device_client.h",
111 "test/usb_test_gadget_impl.cc", 111 "test/usb_test_gadget_impl.cc",
112 "usb/mojo/device_impl_unittest.cc", 112 "usb/mojo/device_impl_unittest.cc",
113 "usb/mojo/device_manager_impl_unittest.cc", 113 "usb/mojo/device_manager_impl_unittest.cc",
114 "usb/mojo/fake_permission_provider.cc", 114 "usb/mojo/mock_permission_provider.cc",
115 "usb/mojo/fake_permission_provider.h", 115 "usb/mojo/mock_permission_provider.h",
116 "usb/usb_descriptors_unittest.cc", 116 "usb/usb_descriptors_unittest.cc",
117 "usb/usb_device_filter_unittest.cc", 117 "usb/usb_device_filter_unittest.cc",
118 "usb/usb_device_handle_unittest.cc", 118 "usb/usb_device_handle_unittest.cc",
119 "usb/usb_ids_unittest.cc", 119 "usb/usb_ids_unittest.cc",
120 "usb/usb_service_unittest.cc", 120 "usb/usb_service_unittest.cc",
121 "usb/webusb_descriptors_unittest.cc", 121 "usb/webusb_descriptors_unittest.cc",
122 ] 122 ]
123 deps += [ 123 deps += [
124 "//device/core", 124 "//device/core",
125 "//device/core:mocks", 125 "//device/core:mocks",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 } 204 }
205 205
206 android_library("bluetooth_test_java") { 206 android_library("bluetooth_test_java") {
207 java_files = bluetooth_java_sources_needing_jni 207 java_files = bluetooth_java_sources_needing_jni
208 deps = [ 208 deps = [
209 "//base:base_java", 209 "//base:base_java",
210 "//device/bluetooth:java", 210 "//device/bluetooth:java",
211 ] 211 ]
212 } 212 }
213 } 213 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/web_usb_permission_provider.cc ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698