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

Unified Diff: device/BUILD.gn

Issue 2771073002: Add missing files in //device to appropriate BUILD.gn files. (Closed)
Patch Set: Rebased. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index b64a839afc7d078322dd96211ce73021dad0eb86..08cb74dc8233863ccd652ee767d5a998dd74872d 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -64,6 +64,7 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_adapter_observer.h",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
+ "bluetooth/uribeacon/uri_encoder_unittest.cc",
"gamepad/gamepad_provider_unittest.cc",
"gamepad/gamepad_service_unittest.cc",
"gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
@@ -87,6 +88,7 @@ test("device_unittests") {
"//device/bluetooth",
"//device/bluetooth:mocks",
"//device/bluetooth:mojo",
+ "//device/bluetooth/uribeacon",
"//device/gamepad",
"//device/gamepad:test_helpers",
"//device/gamepad/public/interfaces",
@@ -153,6 +155,7 @@ test("device_unittests") {
sources += [
"test/test_device_client.cc",
"test/test_device_client.h",
+ "test/usb_test_gadget.h",
"test/usb_test_gadget_impl.cc",
"usb/mojo/device_impl_unittest.cc",
"usb/mojo/device_manager_impl_unittest.cc",
« no previous file with comments | « no previous file | device/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698