| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 6ef2c94becf763260248d2ff42db4223cfe01a09..c367108ff0b72c149e10db53193f2d7eb25a8787 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -67,6 +67,7 @@ group("both_gn_and_gyp") {
|
| deps = [
|
| "//base:base_unittests",
|
| "//chrome/installer",
|
| + "//components:components_unittests",
|
| "//net:net_unittests",
|
| "//skia:skia_unittests",
|
| "//sql:sql_unittests",
|
| @@ -88,7 +89,6 @@ group("both_gn_and_gyp") {
|
| "//chrome/test:unit_tests",
|
| "//chrome/test/chromedriver:chromedriver_unittests",
|
| "//components:components_browsertests",
|
| - "//components:components_unittests",
|
| "//content/shell:content_shell",
|
| "//content/test:content_browsertests",
|
| "//content/test:content_perftests",
|
|
|