Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / toolkit / mozapps / extensions / test / xpinstall / Makefile.in
blob47a739dbd165a41461a908f58507ff14f9e45f1c
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is
17 # the Mozilla Foundation.
18 # Portions created by the Initial Developer are Copyright (C) 2008
19 # the Initial Developer. All Rights Reserved.
21 # Contributor(s):
23 # Alternatively, the contents of this file may be used under the terms of
24 # either of the GNU General Public License Version 2 or later (the "GPL"),
25 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 # in which case the provisions of the GPL or the LGPL are applicable instead
27 # of those above. If you wish to allow use of your version of this file only
28 # under the terms of either the GPL or the LGPL, and not to allow others to
29 # use your version of this file under the terms of the MPL, indicate your
30 # decision by deleting the provisions above and replace them with the notice
31 # and other provisions required by the GPL or the LGPL. If you do not delete
32 # the provisions above, a recipient may use your version of this file under
33 # the terms of any one of the MPL, the GPL or the LGPL.
35 # ***** END LICENSE BLOCK *****
37 DEPTH = ../../../../..
38 topsrcdir = @top_srcdir@
39 srcdir = @srcdir@
40 VPATH = @srcdir@
41 relativesrcdir = toolkit/mozapps/extensions/test/xpinstall
43 include $(DEPTH)/config/autoconf.mk
44 include $(topsrcdir)/config/rules.mk
47 # browser_bug672485.js is disabled due to a leak. See bug 682410.
49 _BROWSER_FILES = head.js \
50 browser_unsigned_url.js \
51 browser_unsigned_trigger.js \
52 browser_unsigned_trigger_iframe.js \
53 browser_whitelist.js \
54 browser_whitelist2.js \
55 browser_whitelist3.js \
56 browser_whitelist4.js \
57 browser_whitelist5.js \
58 browser_whitelist6.js \
59 browser_hash.js \
60 browser_badhash.js \
61 browser_badhashtype.js \
62 browser_signed_url.js \
63 browser_signed_trigger.js \
64 browser_signed_untrusted.js \
65 browser_signed_tampered.js \
66 browser_signed_multiple.js \
67 browser_signed_naming.js \
68 browser_empty.js \
69 browser_corrupt.js \
70 browser_cookies.js \
71 browser_cookies2.js \
72 browser_cookies3.js \
73 browser_cookies4.js \
74 browser_enabled.js \
75 browser_enabled2.js \
76 browser_enabled3.js \
77 browser_softwareupdate.js \
78 browser_installchrome.js \
79 browser_localfile.js \
80 browser_localfile2.js \
81 browser_auth.js \
82 browser_auth2.js \
83 browser_auth3.js \
84 browser_auth4.js \
85 browser_offline.js \
86 browser_navigateaway.js \
87 browser_navigateaway2.js \
88 browser_bug540558.js \
89 browser_relative.js \
90 browser_cancel.js \
91 browser_multipackage.js \
92 browser_trigger_redirect.js \
93 browser_httphash.js \
94 browser_httphash2.js \
95 browser_httphash3.js \
96 browser_httphash4.js \
97 browser_httphash5.js \
98 browser_httphash6.js \
99 browser_badargs.js \
100 browser_badargs2.js \
101 browser_bug611242.js \
102 browser_bug638292.js \
103 browser_bug645699.js \
104 unsigned.xpi \
105 signed.xpi \
106 signed2.xpi \
107 signed-no-o.xpi \
108 signed-no-cn.xpi \
109 signed-untrusted.xpi \
110 signed-tampered.xpi \
111 theme.xpi \
112 restartless.xpi \
113 incompatible.xpi \
114 empty.xpi \
115 corrupt.xpi \
116 multipackage.xpi \
117 enabled.html \
118 installtrigger.html \
119 installtrigger_frame.html \
120 startsoftwareupdate.html \
121 installchrome.html \
122 triggerredirect.html \
123 authRedirect.sjs \
124 cookieRedirect.sjs \
125 hashRedirect.sjs \
126 bug540558.html \
127 bug638292.html \
128 bug645699.html \
129 redirect.sjs \
130 $(NULL)
132 libs:: $(_BROWSER_FILES)
133 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/browser/$(relativesrcdir)