| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 7cd61ddd4eb9a1306c288538143a6db651c8b3bf..4955d71d421dd4bfff0a589399fa4d80442941a6 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1888,6 +1888,7 @@ test("browser_tests") {
|
| "//sdch",
|
| "//services/shell/public/cpp",
|
| "//skia",
|
| + "//storage/browser:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//testing/perf",
|
| @@ -3432,6 +3433,7 @@ test("unit_tests") {
|
| "//device/usb:test_support",
|
| "//gpu:test_support",
|
| "//media:test_support",
|
| + "//storage/browser:test_support",
|
| "//third_party/leveldatabase",
|
| "//third_party/libaddressinput",
|
| "//third_party/libjingle",
|
|
|