diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
commit | c137a4045cbfcbd5a39f018b553089e0fd571d2c (patch) | |
tree | c72233c780f56fa4d53adc0a90f9bcb974120833 /modules/libpref/moz.build | |
parent | 63219a15b155aee142f316156b6578f027204129 (diff) | |
download | UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.gz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.lz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.xz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.zip |
Issue #1359 - Pointlessly rename greprefs.. again.
Diffstat (limited to 'modules/libpref/moz.build')
-rw-r--r-- | modules/libpref/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/libpref/moz.build b/modules/libpref/moz.build index 1c2c13e69..1c9a51650 100644 --- a/modules/libpref/moz.build +++ b/modules/libpref/moz.build @@ -43,6 +43,4 @@ FINAL_LIBRARY = 'xul' DEFINES['OS_ARCH'] = CONFIG['OS_ARCH'] DEFINES['MOZ_WIDGET_TOOLKIT'] = CONFIG['MOZ_WIDGET_TOOLKIT'] -FINAL_TARGET_PP_FILES += [ - 'greprefs.js', -] +FINAL_TARGET_PP_FILES += ['goanna.js'] |