diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:15:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:16:26 -0500 |
commit | 6acc5f9128db1c2c0d0c468f6123d0dccf153156 (patch) | |
tree | aaa082a4963662df17f6654dd1c12d9d25004877 /application/palemoon/components/moz.build | |
parent | 71737d61f75651efc5b9eaf5313a11dc3469bb1d (diff) | |
download | UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.gz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.lz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.xz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.zip |
Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components
Diffstat (limited to 'application/palemoon/components/moz.build')
-rw-r--r-- | application/palemoon/components/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build index 600788234..5e3feb1dd 100644 --- a/application/palemoon/components/moz.build +++ b/application/palemoon/components/moz.build @@ -11,6 +11,7 @@ DIRS += [ 'downloads', 'feeds', 'fuel', + 'newtab', 'places', 'permissions', 'preferences', |