-1:000000000000 | 0:652b99e1e12c |
---|---|
1 # vim: noexpandtab ts=8 sw=8 | |
2 # | |
3 # This Source Code Form is subject to the terms of the Mozilla Public | |
4 # License, v. 2.0. If a copy of the MPL was not distributed with this | |
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
6 | |
7 NO_INTERFACES_MANIFEST = 1 | |
8 | |
9 ifdef XPI_NAME | |
10 NO_JS_MANIFEST = 1 | |
11 USE_EXTENSION_MANIFEST = 1 | |
12 else | |
13 EXTRA_COMPONENTS += \ | |
14 httpd.manifest \ | |
15 $(NULL) | |
16 endif | |
17 | |
18 TESTING_JS_MODULES = httpd.js |