| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index c0451695e6743062c8349665b47db9b7178f4b87..ab2a14e579bf9427cd57f884162035e0a1b9596c 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1833,6 +1833,7 @@ test("browser_tests") {
|
| "../browser/ui/webui/webui_webview_browsertest.cc",
|
| "../browser/ui/zoom/zoom_controller_browsertest.cc",
|
| "../browser/unload_browsertest.cc",
|
| + "../browser/usb/usb_browsertest.cc",
|
| "../browser/web_bluetooth_browsertest.cc",
|
| "../common/mac/app_mode_chrome_locator_browsertest.mm",
|
| "../common/mac/mock_launchd.cc",
|
| @@ -1915,6 +1916,7 @@ test("browser_tests") {
|
| "//content/test:test_support",
|
| "//crypto:platform",
|
| "//crypto:test_support",
|
| + "//device/base:mocks",
|
| "//device/bluetooth:mocks",
|
| "//device/serial:test_support",
|
| "//device/usb:test_support",
|
|
|