diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-11-16 12:47:54 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-11-18 10:59:16 +0000 |
commit | 976ccaa9223740c743d18824f12a521ed5a5601b (patch) | |
tree | bcae91cb897085a3e595182c6321d7f2a9273a01 /build | |
parent | 8b3375e2c202c04935ca056cc8dc389a08e47bb6 (diff) | |
download | UXP-976ccaa9223740c743d18824f12a521ed5a5601b.tar UXP-976ccaa9223740c743d18824f12a521ed5a5601b.tar.gz UXP-976ccaa9223740c743d18824f12a521ed5a5601b.tar.lz UXP-976ccaa9223740c743d18824f12a521ed5a5601b.tar.xz UXP-976ccaa9223740c743d18824f12a521ed5a5601b.zip |
Issue #251 - Move chrome packaging options to ac configure
Also adds options for new functionality in #1683
Diffstat (limited to 'build')
-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 525129d34..559e24a74 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -162,6 +162,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', @@ -263,6 +265,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', |