| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 4b3d579fb92b74bdc38a69e1827b6eda145b11fd..0975189b39304112a1a0ca115ee1238c908abbf0 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -123,6 +123,7 @@ static_library("test_support") {
|
| "//content/test:test_support",
|
| "//net",
|
| "//net:test_support",
|
| + "//printing/features",
|
| "//skia",
|
| "//sql",
|
| "//sql:test_support",
|
| @@ -1230,6 +1231,7 @@ test("browser_tests") {
|
| ":test_support",
|
| "//base",
|
| "//components/sync:test_support_model",
|
| + "//printing/features",
|
| ]
|
|
|
| data_deps = []
|
|
|