| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 196962aa9bf78d9634a3c317b656db83bdadc515..035f765795ce27fc5dda37fc5873599f675e79fb 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -99,6 +99,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",
|
|
|