| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index b2d03dabb7dbb1576159c57cd8e0f83a86ac72bb..1e0b269b661fc3a5fdfec7a97eecdfab20706939 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//build/config/features.gni")
|
| import("//extensions/features/features.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| +# TODO(crbug.com/731689): Assert that extensions are enabled.
|
| +
|
| source_set("common_constants") {
|
| sources = [
|
| "constants.cc",
|
|
|