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

Unified Diff: apps/BUILD.gn

Issue 2904443004: Allow generation of a chromium outdirs when enable_extensions=false (Closed)
Patch Set: Rebase and address comment in src/BUILD.gn 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 | « BUILD.gn ('k') | apps/ui/views/BUILD.gn » ('j') | apps/ui/views/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index fae99193fa0d25e67101b71bb21c38df9f150879..3856dcae1a9eb0e9a2baeb38a17de88bda166ab2 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/ui.gni")
import("//extensions/features/features.gni")
assert(!is_android && !is_ios)
+assert(enable_extensions)
static_library("apps") {
sources = []
« no previous file with comments | « BUILD.gn ('k') | apps/ui/views/BUILD.gn » ('j') | apps/ui/views/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698