| Index: extensions/features/BUILD.gn
|
| diff --git a/extensions/features/BUILD.gn b/extensions/features/BUILD.gn
|
| index f6ef9de3b98a2676279b86eed6ef783421111221..8c23ef1ee299dd60a2861615fe7a82dd5575a18c 100644
|
| --- a/extensions/features/BUILD.gn
|
| +++ b/extensions/features/BUILD.gn
|
| @@ -5,6 +5,8 @@
|
| import("//build/buildflag_header.gni")
|
| import("//extensions/features/features.gni")
|
|
|
| +# TODO(crbug.com/731689): Assert that extensions are enabled.
|
| +
|
| # This file is in a separate directory so all targets in the build can refer to
|
| # the buildflag header to get the necessary preprocessor defines without
|
| # bringing in all of extensions. Other targets can depend on this target
|
|
|