| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 02f930a689921ca23f42edf2d53546bb22817852..0c92b23deacfe38875bd55cdb1681911e069e8ee 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1837,7 +1837,7 @@ test("unit_tests") {
|
| "//third_party/libjingle",
|
| "//third_party/libphonenumber",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| - "//tools/json_schema_compiler/test",
|
| + "//tools/json_schema_compiler/test:schema_test",
|
| "//ui/gl",
|
| "//v8",
|
| ]
|
| @@ -1939,6 +1939,7 @@ test("unit_tests") {
|
| "//chrome/common/extensions/api",
|
| "//extensions:extensions_resources",
|
| "//extensions/strings",
|
| + "//tools/json_schema_compiler/test:features_generation_test",
|
| ]
|
| if (enable_service_discovery) {
|
| sources += rebase_path(
|
|
|