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

Side by Side Diff: device/BUILD.gn

Issue 2655853006: Define FIDO U2f Device abstraction (Closed)
Patch Set: Define FIDO U2f Device abstraction Created 3 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 | « no previous file | device/u2f/BUILD.gn » ('j') | device/u2f/u2f_device.h » ('J')
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 deps += [ "//device/udev_linux" ] 141 deps += [ "//device/udev_linux" ]
142 } 142 }
143 143
144 # USB does not compile on iOS. 144 # USB does not compile on iOS.
145 if (!is_ios) { 145 if (!is_ios) {
146 sources += [ 146 sources += [
147 "test/test_device_client.cc", 147 "test/test_device_client.cc",
148 "test/test_device_client.h", 148 "test/test_device_client.h",
149 "test/usb_test_gadget_impl.cc", 149 "test/usb_test_gadget_impl.cc",
150 "u2f/u2f_apdu_unittest.cc", 150 "u2f/u2f_apdu_unittest.cc",
151 "u2f/u2f_device_unittest.cc",
151 "u2f/u2f_message_unittest.cc", 152 "u2f/u2f_message_unittest.cc",
152 "usb/mojo/device_impl_unittest.cc", 153 "usb/mojo/device_impl_unittest.cc",
153 "usb/mojo/device_manager_impl_unittest.cc", 154 "usb/mojo/device_manager_impl_unittest.cc",
154 "usb/mojo/mock_permission_provider.cc", 155 "usb/mojo/mock_permission_provider.cc",
155 "usb/mojo/mock_permission_provider.h", 156 "usb/mojo/mock_permission_provider.h",
156 "usb/usb_descriptors_unittest.cc", 157 "usb/usb_descriptors_unittest.cc",
157 "usb/usb_device_filter_unittest.cc", 158 "usb/usb_device_filter_unittest.cc",
158 "usb/usb_device_handle_unittest.cc", 159 "usb/usb_device_handle_unittest.cc",
159 "usb/usb_ids_unittest.cc", 160 "usb/usb_ids_unittest.cc",
160 "usb/usb_service_unittest.cc", 161 "usb/usb_service_unittest.cc",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 ] 303 ]
303 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 304 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
304 } 305 }
305 306
306 java_cpp_enum("bluetooth_test_javagen") { 307 java_cpp_enum("bluetooth_test_javagen") {
307 sources = [ 308 sources = [
308 "bluetooth/test/bluetooth_test.h", 309 "bluetooth/test/bluetooth_test.h",
309 ] 310 ]
310 } 311 }
311 } 312 }
OLDNEW
« no previous file with comments | « no previous file | device/u2f/BUILD.gn » ('j') | device/u2f/u2f_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698