diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 14:26:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-01 14:26:41 -0500 |
commit | 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189 (patch) | |
tree | 06ace3e2923e6ca0fafe4453dac5988c54387eb6 /toolkit/locales | |
parent | 17e72c824ed54ced83a2943237340f8d1b7b1824 (diff) | |
download | uxp-11a8a39f6d2e057d51559c52c1bf0ba74bbfe189.tar.gz |
Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/locales/moz.build b/toolkit/locales/moz.build index 91719f14bc..0fbac0c894 100644 --- a/toolkit/locales/moz.build +++ b/toolkit/locales/moz.build @@ -4,9 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if CONFIG['MOZ_BUILD_APP'] == 'mobile/android': - DEFINES['MOZ_FENNEC'] = True - if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: DEFINES['MOZ_GTK'] = True |