| 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
|
|
|