Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: extensions/features/BUILD.gn

Issue 2904443004: Allow generation of a chromium outdirs when enable_extensions=false (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/components/native_app_window/BUILD.gn ('k') | extensions/shell/common/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « extensions/components/native_app_window/BUILD.gn ('k') | extensions/shell/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698