| Index: chrome/browser/policy/BUILD.gn
|
| diff --git a/chrome/browser/policy/BUILD.gn b/chrome/browser/policy/BUILD.gn
|
| index e3b8e91cd656b260b78a1c56c80ae5cb81f6d33d..d14578b260bcbc817d65ef9449a5500e0b504eae 100644
|
| --- a/chrome/browser/policy/BUILD.gn
|
| +++ b/chrome/browser/policy/BUILD.gn
|
| @@ -2,6 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/features.gni")
|
| +
|
| +assert(enable_configuration_policy)
|
| +
|
| source_set("path_parser") {
|
| sources = [
|
| "policy_path_parser.h",
|
|
|