| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 8992e33f82930eda72ad3be7dfb1f295c83e1b62..53e23724942529b479b33fd50ed97b35cc833dca 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -287,6 +287,7 @@ group("both_gn_and_gyp") {
|
| "//chrome/test:telemetry_perf_unittests",
|
| "//chrome/test:unit_tests",
|
| "//components:components_browsertests",
|
| + "//components/policy:policy_templates",
|
| "//content/shell:content_shell",
|
| "//content/test:content_browsertests",
|
| "//content/test:content_perftests",
|
| @@ -384,10 +385,6 @@ group("both_gn_and_gyp") {
|
| deps += [ "//tools/xdisplaycheck" ]
|
| }
|
|
|
| - if (enable_configuration_policy) {
|
| - deps += [ "//components/policy:policy_templates" ]
|
| - }
|
| -
|
| if (v8_use_external_startup_data) {
|
| deps += [ "//gin:gin_v8_snapshot_fingerprint" ]
|
| }
|
|
|