| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 15084b1545ad35d5762a933d1abf3abdee9e2cc0..52b5da4a0d23f3bd6b8da2c90e14b9b46325fcf4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -98,6 +98,7 @@ group("root") {
|
| "//third_party:jpeg",
|
| "//tools/gn",
|
| "//tools/imagediff($host_toolchain)",
|
| + "//ui:ui_unittests",
|
| "//ui/app_list",
|
| "//ui/aura",
|
| "//ui/accessibility",
|
| @@ -209,6 +210,7 @@ group("root") {
|
| "//third_party/cld_2",
|
| "//third_party/libaddressinput",
|
| "//third_party/ffmpeg",
|
| + "//ui:ui_unittests",
|
| "//ui/app_list",
|
| "//ui/web_dialogs",
|
| "//ui/wm",
|
|
|