diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-11-16 12:47:54 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-11-16 12:47:54 -0500 |
commit | ecb827c5c4782934453054b0b94a27169a65f3d6 (patch) | |
tree | 02eae29dacba506765cdf5469a2030d95cb18b0a /build/moz.configure/old.configure | |
parent | 6bc5748b00efcd5a30b5736a2f89ef21c9362869 (diff) | |
download | UXP-ecb827c5c4782934453054b0b94a27169a65f3d6.tar UXP-ecb827c5c4782934453054b0b94a27169a65f3d6.tar.gz UXP-ecb827c5c4782934453054b0b94a27169a65f3d6.tar.lz UXP-ecb827c5c4782934453054b0b94a27169a65f3d6.tar.xz UXP-ecb827c5c4782934453054b0b94a27169a65f3d6.zip |
Issue #251 - Move chrome packaging options to ac configure
Also adds options for new functionality in #1683
Diffstat (limited to 'build/moz.configure/old.configure')
-rw-r--r-- | build/moz.configure/old.configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index cd8d2e044..9673b8a89 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -161,6 +161,8 @@ def old_configure_options(*options): '--enable-b2g-camera', '--enable-b2g-ril', '--enable-bundled-fonts', + '--enable-chrome-compression', + '--enable-chrome-format', '--enable-clang-plugin', '--enable-content-sandbox', '--enable-cookies', @@ -262,6 +264,7 @@ def old_configure_options(*options): '--with-app-name', '--with-arch', '--with-branding', + '--with-chrome-name', '--with-crashreporter-enable-percent', '--with-cross-lib', '--with-debug-label', |