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

Unified Diff: extensions/shell/installer/linux/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/shell/common/api/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/installer/linux/BUILD.gn
diff --git a/extensions/shell/installer/linux/BUILD.gn b/extensions/shell/installer/linux/BUILD.gn
index 8883c20274feca2f7bcac3950b5446c10593645b..e7b4921bb4a54797d1638b791777f60a7e0db4b9 100644
--- a/extensions/shell/installer/linux/BUILD.gn
+++ b/extensions/shell/installer/linux/BUILD.gn
@@ -13,6 +13,8 @@ import("//chrome/process_version_rc_template.gni") # For branding_file_path.
assert(is_desktop_linux)
assert(current_cpu == "x64")
+assert(enable_extensions,
+ "Cannot depend on extensions because enable_extensions=false.")
# The packages list the exact versions of each library used. The versions used
# on the bots are likely different than those on your workstation, so you'll
« no previous file with comments | « extensions/shell/common/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698