Bug 788829 - Call SetSizeConstraints even if a popup is not open. r=enndeakin
[gecko.git] / toolkit / toolkit-makefiles.sh
blob6c8dd21d4d925220b2c978b27c9b98da20a2a980
1 #! /bin/sh
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # This file contains makefiles that will be generated for every XUL app.
8 MAKEFILES_dom="
9 ipc/Makefile
10 ipc/app/Makefile
11 ipc/chromium/Makefile
12 ipc/glue/Makefile
13 ipc/ipdl/Makefile
14 ipc/testshell/Makefile
15 dom/Makefile
16 dom/interfaces/apps/Makefile
17 dom/interfaces/base/Makefile
18 dom/interfaces/canvas/Makefile
19 dom/interfaces/contacts/Makefile
20 dom/interfaces/core/Makefile
21 dom/interfaces/css/Makefile
22 dom/interfaces/devicestorage/Makefile
23 dom/interfaces/events/Makefile
24 dom/interfaces/geolocation/Makefile
25 dom/interfaces/html/Makefile
26 dom/interfaces/json/Makefile
27 dom/interfaces/load-save/Makefile
28 dom/interfaces/offline/Makefile
29 dom/interfaces/notification/Makefile
30 dom/interfaces/range/Makefile
31 dom/interfaces/settings/Makefile
32 dom/interfaces/sidebar/Makefile
33 dom/interfaces/storage/Makefile
34 dom/interfaces/stylesheets/Makefile
35 dom/interfaces/svg/Makefile
36 dom/interfaces/traversal/Makefile
37 dom/interfaces/xbl/Makefile
38 dom/interfaces/xpath/Makefile
39 dom/interfaces/xul/Makefile
40 dom/activities/Makefile
41 dom/activities/interfaces/Makefile
42 dom/activities/src/Makefile
43 dom/alarm/Makefile
44 dom/apps/Makefile
45 dom/apps/src/Makefile
46 dom/base/Makefile
47 dom/battery/Makefile
48 dom/bindings/Makefile
49 dom/browser-element/Makefile
50 dom/contacts/Makefile
51 dom/devicestorage/Makefile
52 dom/devicestorage/ipc/Makefile
53 dom/file/Makefile
54 dom/identity/Makefile
55 dom/indexedDB/Makefile
56 dom/indexedDB/ipc/Makefile
57 dom/ipc/Makefile
58 dom/locales/Makefile
59 dom/media/Makefile
60 dom/messages/Makefile
61 dom/messages/interfaces/Makefile
62 dom/mms/Makefile
63 dom/mms/interfaces/Makefile
64 dom/mms/src/Makefile
65 dom/network/Makefile
66 dom/network/interfaces/Makefile
67 dom/network/src/Makefile
68 dom/plugins/base/Makefile
69 dom/plugins/ipc/Makefile
70 dom/power/Makefile
71 dom/settings/Makefile
72 dom/sms/Makefile
73 dom/sms/interfaces/Makefile
74 dom/sms/src/Makefile
75 dom/src/Makefile
76 dom/src/events/Makefile
77 dom/src/jsurl/Makefile
78 dom/src/geolocation/Makefile
79 dom/src/json/Makefile
80 dom/src/offline/Makefile
81 dom/src/notification/Makefile
82 dom/src/storage/Makefile
83 dom/system/Makefile
84 dom/workers/Makefile
85 dom/time/Makefile
88 MAKEFILES_editor="
89 editor/Makefile
90 editor/public/Makefile
91 editor/idl/Makefile
92 editor/txmgr/Makefile
93 editor/txmgr/idl/Makefile
94 editor/txmgr/public/Makefile
95 editor/txmgr/src/Makefile
96 editor/txtsvc/Makefile
97 editor/txtsvc/public/Makefile
98 editor/txtsvc/src/Makefile
99 editor/composer/Makefile
100 editor/composer/public/Makefile
101 editor/composer/src/Makefile
102 editor/libeditor/Makefile
103 editor/libeditor/base/Makefile
104 editor/libeditor/html/Makefile
105 editor/libeditor/text/Makefile
108 MAKEFILES_parser="
109 parser/Makefile
110 parser/html/Makefile
111 parser/htmlparser/Makefile
112 parser/htmlparser/public/Makefile
113 parser/htmlparser/src/Makefile
114 parser/expat/Makefile
115 parser/expat/lib/Makefile
116 parser/xml/Makefile
117 parser/xml/public/Makefile
118 parser/xml/src/Makefile
121 MAKEFILES_gfx="
122 gfx/Makefile
123 gfx/2d/Makefile
124 gfx/angle/Makefile
125 gfx/gl/Makefile
126 gfx/harfbuzz/src/Makefile
127 gfx/ipc/Makefile
128 gfx/layers/Makefile
129 gfx/ots/src/Makefile
130 gfx/src/Makefile
131 gfx/thebes/Makefile
132 gfx/qcms/Makefile
133 gfx/ycbcr/Makefile
136 MAKEFILES_intl="
137 intl/Makefile
138 intl/build/Makefile
139 intl/chardet/Makefile
140 intl/chardet/public/Makefile
141 intl/chardet/src/Makefile
142 intl/hyphenation/Makefile
143 intl/hyphenation/public/Makefile
144 intl/hyphenation/src/Makefile
145 intl/uconv/Makefile
146 intl/uconv/idl/Makefile
147 intl/uconv/util/Makefile
148 intl/uconv/public/Makefile
149 intl/uconv/src/Makefile
150 intl/uconv/ucvja/Makefile
151 intl/uconv/ucvlatin/Makefile
152 intl/uconv/ucvcn/Makefile
153 intl/uconv/ucvtw/Makefile
154 intl/uconv/ucvtw2/Makefile
155 intl/uconv/ucvko/Makefile
156 intl/uconv/ucvibm/Makefile
157 intl/locale/Makefile
158 intl/locale/public/Makefile
159 intl/locale/idl/Makefile
160 intl/locale/src/Makefile
161 intl/locales/Makefile
162 intl/lwbrk/Makefile
163 intl/lwbrk/idl/Makefile
164 intl/lwbrk/src/Makefile
165 intl/lwbrk/public/Makefile
166 intl/unicharutil/Makefile
167 intl/unicharutil/util/Makefile
168 intl/unicharutil/util/internal/Makefile
169 intl/unicharutil/idl/Makefile
170 intl/unicharutil/src/Makefile
171 intl/unicharutil/public/Makefile
172 intl/unicharutil/tables/Makefile
173 intl/strres/Makefile
174 intl/strres/public/Makefile
175 intl/strres/src/Makefile
178 MAKEFILES_xpconnect="
179 js/xpconnect/Makefile
180 js/xpconnect/public/Makefile
181 js/xpconnect/idl/Makefile
182 js/xpconnect/shell/Makefile
183 js/xpconnect/src/Makefile
184 js/xpconnect/loader/Makefile
185 js/xpconnect/wrappers/Makefile
188 MAKEFILES_jsipc="
189 js/ipc/Makefile
192 MAKEFILES_content="
193 content/Makefile
194 content/base/Makefile
195 content/base/public/Makefile
196 content/base/src/Makefile
197 content/canvas/Makefile
198 content/canvas/public/Makefile
199 content/canvas/src/Makefile
200 content/events/Makefile
201 content/events/public/Makefile
202 content/events/src/Makefile
203 content/html/Makefile
204 content/html/content/Makefile
205 content/html/content/public/Makefile
206 content/html/content/src/Makefile
207 content/html/document/Makefile
208 content/html/document/public/Makefile
209 content/html/document/src/Makefile
210 content/media/webrtc/Makefile
211 content/svg/Makefile
212 content/svg/document/src/Makefile
213 content/svg/content/Makefile
214 content/svg/content/src/Makefile
215 content/xml/Makefile
216 content/xml/content/src/Makefile
217 content/xml/document/Makefile
218 content/xml/document/public/Makefile
219 content/xml/document/resources/Makefile
220 content/xml/document/src/Makefile
221 content/xul/Makefile
222 content/xul/content/Makefile
223 content/xul/content/public/Makefile
224 content/xul/content/src/Makefile
225 content/xul/document/Makefile
226 content/xul/document/public/Makefile
227 content/xul/document/src/Makefile
228 content/xbl/Makefile
229 content/xbl/src/Makefile
230 content/xbl/builtin/Makefile
231 content/xslt/Makefile
232 content/xslt/public/Makefile
233 content/xslt/src/Makefile
234 content/xslt/src/base/Makefile
235 content/xslt/src/xml/Makefile
236 content/xslt/src/xpath/Makefile
237 content/xslt/src/xslt/Makefile
240 MAKEFILES_smil="
241 content/smil/Makefile
242 dom/interfaces/smil/Makefile
245 MAKEFILES_layout="
246 layout/Makefile
247 layout/base/Makefile
248 layout/build/Makefile
249 layout/forms/Makefile
250 layout/generic/Makefile
251 layout/ipc/Makefile
252 layout/inspector/public/Makefile
253 layout/inspector/src/Makefile
254 layout/media/Makefile
255 layout/style/Makefile
256 layout/style/xbl-marquee/Makefile
257 layout/tables/Makefile
258 layout/svg/Makefile
259 layout/xul/base/public/Makefile
260 layout/xul/base/src/Makefile
263 MAKEFILES_libjar="
264 modules/libjar/Makefile
267 MAKEFILES_libpref="
268 modules/libpref/Makefile
269 modules/libpref/public/Makefile
270 modules/libpref/src/Makefile
273 MAKEFILES_mathml="
274 content/mathml/content/src/Makefile
275 layout/mathml/Makefile
278 MAKEFILES_netwerk="
279 netwerk/Makefile
280 netwerk/base/Makefile
281 netwerk/base/public/Makefile
282 netwerk/base/src/Makefile
283 netwerk/build/Makefile
284 netwerk/cache/Makefile
285 netwerk/cookie/Makefile
286 netwerk/dns/Makefile
287 netwerk/ipc/Makefile
288 netwerk/protocol/Makefile
289 netwerk/protocol/about/Makefile
290 netwerk/protocol/app/Makefile
291 netwerk/protocol/data/Makefile
292 netwerk/protocol/device/Makefile
293 netwerk/protocol/file/Makefile
294 netwerk/protocol/ftp/Makefile
295 netwerk/protocol/http/Makefile
296 netwerk/protocol/res/Makefile
297 netwerk/protocol/viewsource/Makefile
298 netwerk/protocol/websocket/Makefile
299 netwerk/protocol/wyciwyg/Makefile
300 netwerk/mime/Makefile
301 netwerk/socket/Makefile
302 netwerk/streamconv/Makefile
303 netwerk/streamconv/converters/Makefile
304 netwerk/streamconv/public/Makefile
305 netwerk/streamconv/src/Makefile
306 netwerk/locales/Makefile
307 netwerk/system/Makefile
310 MAKEFILES_storage="
311 storage/Makefile
312 storage/public/Makefile
313 storage/src/Makefile
314 storage/build/Makefile
317 MAKEFILES_uriloader="
318 uriloader/Makefile
319 uriloader/base/Makefile
320 uriloader/exthandler/Makefile
321 uriloader/prefetch/Makefile
324 MAKEFILES_profile="
325 profile/Makefile
326 profile/public/Makefile
327 profile/dirserviceprovider/Makefile
328 profile/dirserviceprovider/public/Makefile
329 profile/dirserviceprovider/src/Makefile
330 profile/dirserviceprovider/standalone/Makefile
333 MAKEFILES_rdf="
334 rdf/Makefile
335 rdf/base/Makefile
336 rdf/base/idl/Makefile
337 rdf/base/public/Makefile
338 rdf/base/src/Makefile
339 rdf/util/Makefile
340 rdf/util/public/Makefile
341 rdf/util/src/Makefile
342 rdf/util/src/internal/Makefile
343 rdf/build/Makefile
344 rdf/datasource/Makefile
345 rdf/datasource/public/Makefile
346 rdf/datasource/src/Makefile
349 MAKEFILES_caps="
350 caps/Makefile
351 caps/idl/Makefile
352 caps/include/Makefile
353 caps/src/Makefile
356 MAKEFILES_chrome="
357 chrome/Makefile
358 chrome/public/Makefile
359 chrome/src/Makefile
362 MAKEFILES_view="
363 view/Makefile
364 view/public/Makefile
365 view/src/Makefile
368 MAKEFILES_docshell="
369 docshell/Makefile
370 docshell/base/Makefile
371 docshell/resources/content/Makefile
372 docshell/shistory/Makefile
373 docshell/shistory/public/Makefile
374 docshell/shistory/src/Makefile
375 docshell/build/Makefile
378 MAKEFILES_widget="
379 widget/Makefile
380 widget/shared/Makefile
381 widget/xpwidgets/Makefile
384 MAKEFILES_xpcom="
385 xpcom/string/Makefile
386 xpcom/string/public/Makefile
387 xpcom/string/src/Makefile
388 xpcom/Makefile
389 xpcom/base/Makefile
390 xpcom/build/Makefile
391 xpcom/components/Makefile
392 xpcom/ds/Makefile
393 xpcom/glue/Makefile
394 xpcom/glue/nomozalloc/Makefile
395 xpcom/glue/standalone/Makefile
396 xpcom/io/Makefile
397 xpcom/typelib/Makefile
398 xpcom/reflect/Makefile
399 xpcom/typelib/xpt/Makefile
400 xpcom/typelib/xpt/public/Makefile
401 xpcom/typelib/xpt/src/Makefile
402 xpcom/typelib/xpt/tools/Makefile
403 xpcom/typelib/xpidl/Makefile
404 xpcom/reflect/xptcall/Makefile
405 xpcom/reflect/xptcall/public/Makefile
406 xpcom/reflect/xptcall/src/Makefile
407 xpcom/reflect/xptcall/src/md/Makefile
408 xpcom/reflect/xptinfo/Makefile
409 xpcom/reflect/xptinfo/public/Makefile
410 xpcom/reflect/xptinfo/src/Makefile
411 xpcom/threads/Makefile
412 xpcom/stub/Makefile
413 xpcom/system/Makefile
414 xpcom/idl-parser/Makefile
417 MAKEFILES_xpfe="
418 xpfe/components/Makefile
419 xpfe/components/directory/Makefile
420 xpfe/components/windowds/Makefile
421 xpfe/components/build/Makefile
422 xpfe/appshell/Makefile
423 xpfe/appshell/src/Makefile
424 xpfe/appshell/public/Makefile
427 MAKEFILES_embedding="
428 embedding/Makefile
429 embedding/base/Makefile
430 embedding/browser/Makefile
431 embedding/browser/build/Makefile
432 embedding/browser/webBrowser/Makefile
433 embedding/components/Makefile
434 embedding/components/appstartup/src/Makefile
435 embedding/components/build/Makefile
436 embedding/components/commandhandler/Makefile
437 embedding/components/commandhandler/public/Makefile
438 embedding/components/commandhandler/src/Makefile
439 embedding/components/find/Makefile
440 embedding/components/find/public/Makefile
441 embedding/components/find/src/Makefile
442 embedding/components/webbrowserpersist/Makefile
443 embedding/components/webbrowserpersist/public/Makefile
444 embedding/components/webbrowserpersist/src/Makefile
445 embedding/components/windowwatcher/Makefile
446 embedding/components/windowwatcher/public/Makefile
447 embedding/components/windowwatcher/src/Makefile
450 MAKEFILES_xulapp="
451 toolkit/Makefile
452 toolkit/library/Makefile
453 toolkit/crashreporter/client/Makefile
454 toolkit/content/Makefile
455 toolkit/components/aboutmemory/Makefile
456 toolkit/components/alerts/Makefile
457 toolkit/components/apppicker/Makefile
458 toolkit/components/Makefile
459 toolkit/components/build/Makefile
460 toolkit/components/commandlines/Makefile
461 toolkit/components/console/Makefile
462 toolkit/components/contentprefs/Makefile
463 toolkit/components/cookie/Makefile
464 toolkit/components/downloads/Makefile
465 toolkit/components/exthelper/Makefile
466 toolkit/components/filepicker/Makefile
467 toolkit/components/find/Makefile
468 toolkit/components/intl/Makefile
469 toolkit/components/microformats/Makefile
470 toolkit/components/osfile/Makefile
471 toolkit/components/parentalcontrols/Makefile
472 toolkit/components/passwordmgr/Makefile
473 toolkit/components/perf/Makefile
474 toolkit/components/places/Makefile
475 toolkit/components/prompts/Makefile
476 toolkit/components/prompts/src/Makefile
477 toolkit/components/social/Makefile
478 toolkit/components/startup/Makefile
479 toolkit/components/startup/public/Makefile
480 toolkit/components/statusfilter/Makefile
481 toolkit/components/telemetry/Makefile
482 toolkit/components/typeaheadfind/Makefile
483 toolkit/components/urlformatter/Makefile
484 toolkit/components/viewconfig/Makefile
485 toolkit/components/viewsource/Makefile
486 toolkit/devtools/Makefile
487 toolkit/devtools/sourcemap/Makefile
488 toolkit/identity/Makefile
489 toolkit/locales/Makefile
490 toolkit/mozapps/downloads/Makefile
491 toolkit/mozapps/extensions/Makefile
492 toolkit/mozapps/handling/Makefile
493 toolkit/mozapps/plugins/Makefile
494 toolkit/mozapps/preferences/Makefile
495 toolkit/mozapps/shared/Makefile
496 toolkit/mozapps/update/Makefile
497 toolkit/mozapps/update/common/Makefile
498 toolkit/obsolete/Makefile
499 toolkit/profile/Makefile
500 toolkit/themes/Makefile
501 toolkit/webapps/Makefile
502 toolkit/xre/Makefile
505 MAKEFILES_debugger="
506 toolkit/devtools/debugger/Makefile
509 MAKEFILES_jsreflect="
510 toolkit/components/reflect/Makefile
513 MAKEFILES_jsductwork="
514 js/ductwork/debugger/Makefile
517 MAKEFILES_imagelib="
518 image/Makefile
519 image/build/Makefile
520 image/public/Makefile
521 image/src/Makefile
522 image/decoders/Makefile
523 image/decoders/icon/Makefile
524 image/encoders/Makefile
525 image/encoders/bmp/Makefile
526 image/encoders/ico/Makefile
527 image/encoders/jpeg/Makefile
528 image/encoders/png/Makefile
531 MAKEFILES_startupcache="
532 startupcache/Makefile
535 MAKEFILES_hal="
536 hal/Makefile
539 MAKEFILES_psm_public="
540 security/manager/boot/public/Makefile
541 security/manager/ssl/public/Makefile
544 MAKEFILES_profiler="
545 tools/profiler/Makefile
548 MAKEFILES_snappy="
549 other-licenses/snappy/Makefile
552 add_makefiles "
553 $MAKEFILES_dom
554 $MAKEFILES_editor
555 $MAKEFILES_parser
556 $MAKEFILES_gfx
557 $MAKEFILES_intl
558 $MAKEFILES_xpconnect
559 $MAKEFILES_jsipc
560 $MAKEFILES_debugger
561 $MAKEFILES_jsreflect
562 $MAKEFILES_jsductwork
563 $MAKEFILES_content
564 $MAKEFILES_smil
565 $MAKEFILES_layout
566 $MAKEFILES_libjar
567 $MAKEFILES_libpref
568 $MAKEFILES_mathml
569 $MAKEFILES_netwerk
570 $MAKEFILES_storage
571 $MAKEFILES_uriloader
572 $MAKEFILES_profile
573 $MAKEFILES_rdf
574 $MAKEFILES_caps
575 $MAKEFILES_chrome
576 $MAKEFILES_view
577 $MAKEFILES_docshell
578 $MAKEFILES_widget
579 $MAKEFILES_xpcom
580 $MAKEFILES_xpfe
581 $MAKEFILES_embedding
582 $MAKEFILES_xulapp
583 $MAKEFILES_imagelib
584 $MAKEFILES_startupcache
585 $MAKEFILES_hal
586 $MAKEFILES_psm_public
587 $MAKEFILES_profiler
588 $MAKEFILES_snappy
592 # Platform specific makefiles
595 if [ "$MOZ_WIDGET_TOOLKIT" = "windows" ]; then
596 add_makefiles "
597 content/xbl/builtin/win/Makefile
598 dom/system/windows/Makefile
599 image/decoders/icon/win/Makefile
600 intl/locale/src/windows/Makefile
601 netwerk/system/win32/Makefile
602 toolkit/system/windowsproxy/Makefile
603 widget/windows/Makefile
604 xpcom/reflect/xptcall/src/md/win32/Makefile
606 elif [ "$MOZ_WIDGET_TOOLKIT" = "cocoa" ]; then
607 add_makefiles "
608 content/xbl/builtin/mac/Makefile
609 dom/plugins/ipc/interpose/Makefile
610 image/decoders/icon/mac/Makefile
611 intl/locale/src/mac/Makefile
612 netwerk/system/mac/Makefile
613 toolkit/system/osxproxy/Makefile
614 toolkit/themes/pinstripe/Makefile
615 toolkit/themes/pinstripe/global/Makefile
616 toolkit/themes/pinstripe/mozapps/Makefile
617 toolkit/components/alerts/mac/Makefile
618 widget/cocoa/Makefile
620 elif [ "$MOZ_WIDGET_TOOLKIT" = "gtk2" ]; then
621 add_makefiles "
622 image/decoders/icon/gtk/Makefile
623 widget/gtk2/Makefile
625 elif [ "$MOZ_WIDGET_TOOLKIT" = "android" ]; then
626 add_makefiles "
627 dom/plugins/base/android/Makefile
628 dom/system/android/Makefile
629 image/decoders/icon/android/Makefile
630 netwerk/system/android/Makefile
631 widget/android/Makefile
633 if [ "$MOZ_BUILD_APP" = "mobile/xul" -o "$MOZ_BUILD_APP" = "b2g" ]; then
634 add_makefiles "
635 embedding/android/Makefile
636 embedding/android/locales/Makefile
639 elif [ "$MOZ_WIDGET_TOOLKIT" = "gonk" ]; then
640 add_makefiles "
641 widget/gonk/Makefile
643 elif [ "$MOZ_WIDGET_TOOLKIT" = "qt" ]; then
644 add_makefiles "
645 image/decoders/icon/qt/Makefile
646 image/decoders/icon/qt/public/Makefile
647 widget/qt/Makefile
648 widget/qt/faststartupqt/Makefile
650 elif [ "$MOZ_WIDGET_TOOLKIT" = "os2" ]; then
651 add_makefiles "
652 image/decoders/icon/os2/Makefile
653 intl/locale/src/os2/Makefile
654 toolkit/themes/pmstripe/global/Makefile
655 widget/os2/Makefile
656 xpcom/reflect/xptcall/src/md/os2/Makefile
660 if [ "$MOZ_WIDGET_TOOLKIT" != "cocoa" ]; then
661 add_makefiles "
662 toolkit/themes/winstripe/Makefile
663 toolkit/themes/winstripe/global/Makefile
664 toolkit/themes/winstripe/mozapps/Makefile
666 if [ "$MOZ_THEME_FASTSTRIPE" ]; then
667 add_makefiles "
668 toolkit/themes/faststripe/global/Makefile
673 if [ "$MOZ_WIDGET_TOOLKIT" = "gtk2" -o "$MOZ_WIDGET_TOOLKIT" = "qt" ]; then
674 add_makefiles "
675 content/xbl/builtin/unix/Makefile
676 dom/system/unix/Makefile
677 toolkit/system/unixproxy/Makefile
678 toolkit/themes/gnomestripe/Makefile
679 toolkit/themes/gnomestripe/global/Makefile
680 toolkit/themes/gnomestripe/mozapps/Makefile
684 if [ "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "OS2" ]; then
685 add_makefiles "
686 xpcom/reflect/xptcall/src/md/unix/Makefile
688 if [ "$MOZ_WIDGET_TOOLKIT" != "cocoa" \
689 -a "$MOZ_WIDGET_TOOLKIT" != "gtk2" \
690 -a "$MOZ_WIDGET_TOOLKIT" != "qt" ]
691 then
692 add_makefiles "
693 content/xbl/builtin/emacs/Makefile
698 if [ "$MOZ_WIDGET_TOOLKIT" != "windows" \
699 -a "$MOZ_WIDGET_TOOLKIT" != "cocoa" \
700 -a "$MOZ_WIDGET_TOOLKIT" != "os2" ]
701 then
702 add_makefiles "
703 intl/locale/src/unix/Makefile
709 # Tests
712 if [ "$ENABLE_TESTS" ]; then
713 add_makefiles "
714 caps/tests/mochitest/Makefile
715 chrome/test/Makefile
716 content/base/test/Makefile
717 content/base/test/chrome/Makefile
718 content/base/test/websocket_hybi/Makefile
719 content/canvas/test/Makefile
720 content/canvas/test/crossorigin/Makefile
721 content/canvas/test/webgl/Makefile
722 content/events/test/Makefile
723 content/html/content/test/Makefile
724 content/html/content/test/bug649134/Makefile
725 content/html/content/test/forms/Makefile
726 content/html/document/test/Makefile
727 content/smil/test/Makefile
728 content/svg/content/test/Makefile
729 content/test/Makefile
730 content/xbl/test/Makefile
731 content/xml/document/test/Makefile
732 content/xslt/tests/buster/Makefile
733 content/xslt/tests/mochitest/Makefile
734 content/xul/content/test/Makefile
735 content/xul/document/test/Makefile
736 docshell/test/Makefile
737 docshell/test/chrome/Makefile
738 docshell/test/navigation/Makefile
739 dom/alarm/test/Makefile
740 dom/apps/tests/Makefile
741 dom/base/test/Makefile
742 dom/battery/test/Makefile
743 dom/bindings/test/Makefile
744 dom/browser-element/mochitest/Makefile
745 dom/contacts/tests/Makefile
746 dom/devicestorage/test/Makefile
747 dom/file/test/Makefile
748 dom/identity/tests/Makefile
749 dom/imptests/Makefile
750 dom/imptests/editing/Makefile
751 dom/imptests/editing/conformancetest/Makefile
752 dom/imptests/editing/css/Makefile
753 dom/imptests/editing/selecttest/Makefile
754 dom/imptests/failures/editing/conformancetest/Makefile
755 dom/imptests/failures/editing/selecttest/Makefile
756 dom/imptests/failures/html/tests/submission/Opera/microdata/Makefile
757 dom/imptests/failures/webapps/DOMCore/tests/approved/Makefile
758 dom/imptests/failures/webapps/DOMCore/tests/submissions/Opera/Makefile
759 dom/imptests/failures/webapps/WebStorage/tests/submissions/Infraware/Makefile
760 dom/imptests/failures/webapps/WebStorage/tests/submissions/Ms2ger/Makefile
761 dom/imptests/failures/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile
762 dom/imptests/html/tests/submission/Mozilla/Makefile
763 dom/imptests/html/tests/submission/Opera/microdata/Makefile
764 dom/imptests/webapps/DOMCore/tests/approved/Makefile
765 dom/imptests/webapps/DOMCore/tests/submissions/Opera/Makefile
766 dom/imptests/webapps/WebStorage/tests/submissions/Infraware/Makefile
767 dom/imptests/webapps/WebStorage/tests/submissions/Infraware/iframe/Makefile
768 dom/imptests/webapps/WebStorage/tests/submissions/Makefile
769 dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/Makefile
770 dom/imptests/webapps/XMLHttpRequest/tests/submissions/Ms2ger/Makefile
771 dom/indexedDB/test/Makefile
772 dom/indexedDB/test/unit/Makefile
773 dom/network/tests/Makefile
774 dom/plugins/test/Makefile
775 dom/plugins/test/testplugin/Makefile
776 dom/power/test/Makefile
777 dom/settings/tests/Makefile
778 dom/sms/tests/Makefile
779 dom/src/foo/Makefile
780 dom/src/json/test/Makefile
781 dom/src/jsurl/test/Makefile
782 dom/system/tests/Makefile
783 dom/tests/Makefile
784 dom/tests/mochitest/Makefile
785 dom/tests/mochitest/ajax/Makefile
786 dom/tests/mochitest/ajax/jquery/Makefile
787 dom/tests/mochitest/ajax/jquery/dist/Makefile
788 dom/tests/mochitest/ajax/jquery/test/Makefile
789 dom/tests/mochitest/ajax/jquery/test/data/Makefile
790 dom/tests/mochitest/ajax/jquery/test/data/offset/Makefile
791 dom/tests/mochitest/ajax/jquery/test/unit/Makefile
792 dom/tests/mochitest/ajax/lib/Makefile
793 dom/tests/mochitest/ajax/mochikit/Makefile
794 dom/tests/mochitest/ajax/mochikit/MochiKit/Makefile
795 dom/tests/mochitest/ajax/mochikit/tests/Makefile
796 dom/tests/mochitest/ajax/mochikit/tests/SimpleTest/Makefile
797 dom/tests/mochitest/ajax/offline/Makefile
798 dom/tests/mochitest/ajax/offline/namespace1/Makefile
799 dom/tests/mochitest/ajax/offline/namespace1/sub/Makefile
800 dom/tests/mochitest/ajax/offline/namespace1/sub2/Makefile
801 dom/tests/mochitest/ajax/offline/namespace2/Makefile
802 dom/tests/mochitest/ajax/prototype/Makefile
803 dom/tests/mochitest/ajax/prototype/dist/Makefile
804 dom/tests/mochitest/ajax/prototype/test/Makefile
805 dom/tests/mochitest/ajax/prototype/test/functional/Makefile
806 dom/tests/mochitest/ajax/prototype/test/lib/Makefile
807 dom/tests/mochitest/ajax/prototype/test/unit/Makefile
808 dom/tests/mochitest/ajax/prototype/test/unit/fixtures/Makefile
809 dom/tests/mochitest/ajax/prototype/test/unit/tmp/Makefile
810 dom/tests/mochitest/ajax/scriptaculous/Makefile
811 dom/tests/mochitest/ajax/scriptaculous/lib/Makefile
812 dom/tests/mochitest/ajax/scriptaculous/src/Makefile
813 dom/tests/mochitest/ajax/scriptaculous/test/unit/Makefile
814 dom/tests/mochitest/bugs/Makefile
815 dom/tests/mochitest/chrome/Makefile
816 dom/tests/mochitest/dom-level0/Makefile
817 dom/tests/mochitest/dom-level1-core/Makefile
818 dom/tests/mochitest/dom-level1-core/files/Makefile
819 dom/tests/mochitest/dom-level2-core/Makefile
820 dom/tests/mochitest/dom-level2-core/files/Makefile
821 dom/tests/mochitest/dom-level2-html/Makefile
822 dom/tests/mochitest/dom-level2-html/files/Makefile
823 dom/tests/mochitest/general/Makefile
824 dom/tests/mochitest/geolocation/Makefile
825 dom/tests/mochitest/localstorage/Makefile
826 dom/tests/mochitest/orientation/Makefile
827 dom/tests/mochitest/pointerlock/Makefile
828 dom/tests/mochitest/sessionstorage/Makefile
829 dom/tests/mochitest/storageevent/Makefile
830 dom/tests/mochitest/webapps/Makefile
831 dom/tests/mochitest/webapps/apps/Makefile
832 dom/tests/mochitest/whatwg/Makefile
833 dom/workers/test/Makefile
834 dom/workers/test/extensions/Makefile
835 dom/workers/test/extensions/bootstrap/Makefile
836 dom/workers/test/extensions/traditional/Makefile
837 editor/composer/test/Makefile
838 editor/libeditor/base/tests/Makefile
839 editor/libeditor/html/tests/Makefile
840 editor/libeditor/text/tests/Makefile
841 editor/txmgr/tests/Makefile
842 embedding/test/Makefile
843 gfx/tests/Makefile
844 image/test/Makefile
845 image/test/mochitest/Makefile
846 intl/locale/tests/Makefile
847 intl/lwbrk/tests/Makefile
848 intl/strres/tests/Makefile
849 intl/uconv/tests/Makefile
850 intl/unicharutil/tests/Makefile
851 js/xpconnect/tests/Makefile
852 js/xpconnect/tests/chrome/Makefile
853 js/xpconnect/tests/components/js/Makefile
854 js/xpconnect/tests/components/native/Makefile
855 js/xpconnect/tests/idl/Makefile
856 js/xpconnect/tests/mochitest/Makefile
857 testing/specialpowers/Makefile
858 layout/base/tests/Makefile
859 layout/base/tests/chrome/Makefile
860 layout/base/tests/cpp-tests/Makefile
861 layout/forms/test/Makefile
862 layout/generic/test/Makefile
863 layout/inspector/tests/Makefile
864 layout/inspector/tests/chrome/Makefile
865 layout/mathml/tests/Makefile
866 layout/reftests/fonts/Makefile
867 layout/reftests/fonts/mplus/Makefile
868 layout/style/test/Makefile
869 layout/style/test/chrome/Makefile
870 layout/tables/test/Makefile
871 layout/tools/reftest/Makefile
872 layout/xul/base/test/Makefile
873 layout/xul/test/Makefile
874 media/webrtc/signaling/test/Makefile
875 modules/libjar/test/Makefile
876 modules/libjar/test/chrome/Makefile
877 modules/libjar/test/mochitest/Makefile
878 modules/libpref/test/Makefile
879 netwerk/streamconv/test/Makefile
880 netwerk/test/Makefile
881 netwerk/test/browser/Makefile
882 netwerk/test/httpserver/Makefile
883 parser/htmlparser/tests/Makefile
884 parser/htmlparser/tests/mochitest/Makefile
885 parser/htmlparser/tests/mochitest/dir_bug534293/Makefile
886 parser/htmlparser/tests/mochitest/html5lib_tree_construction/Makefile
887 parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/Makefile
888 parser/xml/test/Makefile
889 rdf/tests/Makefile
890 rdf/tests/rdfcat/Makefile
891 rdf/tests/rdfpoll/Makefile
892 rdf/tests/triplescat/Makefile
893 services/crypto/component/tests/Makefile
894 startupcache/test/Makefile
895 storage/test/Makefile
896 testing/mochitest/Makefile
897 testing/mochitest/MochiKit/Makefile
898 testing/mochitest/chrome/Makefile
899 testing/mochitest/dynamic/Makefile
900 testing/mochitest/ssltunnel/Makefile
901 testing/mochitest/static/Makefile
902 testing/mochitest/tests/Makefile
903 testing/mochitest/tests/MochiKit-1.4.2/Makefile
904 testing/mochitest/tests/MochiKit-1.4.2/MochiKit/Makefile
905 testing/mochitest/tests/MochiKit-1.4.2/tests/Makefile
906 testing/mochitest/tests/MochiKit-1.4.2/tests/SimpleTest/Makefile
907 testing/mochitest/tests/SimpleTest/Makefile
908 testing/mochitest/tests/browser/Makefile
909 testing/mozbase/Makefile
910 testing/peptest/Makefile
911 testing/tools/screenshot/Makefile
912 testing/xpcshell/Makefile
913 testing/xpcshell/example/Makefile
914 toolkit/components/aboutmemory/tests/Makefile
915 toolkit/components/alerts/test/Makefile
916 toolkit/components/commandlines/test/Makefile
917 toolkit/components/contentprefs/tests/Makefile
918 toolkit/components/downloads/test/Makefile
919 toolkit/components/microformats/tests/Makefile
920 toolkit/components/osfile/tests/Makefile
921 toolkit/components/osfile/tests/mochi/Makefile
922 toolkit/components/passwordmgr/test/Makefile
923 toolkit/components/places/tests/Makefile
924 toolkit/components/places/tests/chrome/Makefile
925 toolkit/components/places/tests/cpp/Makefile
926 toolkit/components/places/tests/mochitest/bug_411966/Makefile
927 toolkit/components/places/tests/mochitest/bug_461710/Makefile
928 toolkit/components/prompts/test/Makefile
929 toolkit/components/satchel/test/Makefile
930 toolkit/components/social/test/Makefile
931 toolkit/components/social/test/browser/Makefile
932 toolkit/components/telemetry/tests/Makefile
933 toolkit/components/urlformatter/tests/Makefile
934 toolkit/components/viewsource/test/Makefile
935 toolkit/components/viewsource/test/browser/Makefile
936 toolkit/content/tests/Makefile
937 toolkit/content/tests/chrome/Makefile
938 toolkit/content/tests/chrome/rtlchrome/Makefile
939 toolkit/content/tests/chrome/rtltest/Makefile
940 toolkit/content/tests/widgets/Makefile
941 toolkit/devtools/debugger/tests/Makefile
942 toolkit/devtools/sourcemap/tests/Makefile
943 toolkit/identity/tests/Makefile
944 toolkit/identity/tests/chrome/Makefile
945 toolkit/identity/tests/mochitest/Makefile
946 toolkit/mozapps/downloads/tests/Makefile
947 toolkit/mozapps/downloads/tests/chrome/Makefile
948 toolkit/mozapps/extensions/test/Makefile
949 toolkit/mozapps/plugins/tests/Makefile
950 toolkit/mozapps/shared/test/chrome/Makefile
951 toolkit/mozapps/update/test_timermanager/Makefile
952 toolkit/profile/test/Makefile
953 toolkit/xre/test/Makefile
954 uriloader/exthandler/tests/Makefile
955 uriloader/exthandler/tests/mochitest/Makefile
956 widget/tests/Makefile
957 xpcom/sample/Makefile
958 xpcom/sample/program/Makefile
959 xpcom/tests/Makefile
960 xpcom/tests/bug656331_component/Makefile
961 xpcom/tests/component/Makefile
962 xpcom/tests/component_no_aslr/Makefile
963 xpcom/tests/external/Makefile
964 xpcom/typelib/xpt/tests/Makefile
966 if [ "$ACCESSIBILITY" ]; then
967 add_makefiles "
968 accessible/tests/Makefile
969 accessible/tests/mochitest/Makefile
970 accessible/tests/mochitest/actions/Makefile
971 accessible/tests/mochitest/attributes/Makefile
972 accessible/tests/mochitest/bounds/Makefile
973 accessible/tests/mochitest/editabletext/Makefile
974 accessible/tests/mochitest/elm/Makefile
975 accessible/tests/mochitest/events/Makefile
976 accessible/tests/mochitest/focus/Makefile
977 accessible/tests/mochitest/hittest/Makefile
978 accessible/tests/mochitest/hyperlink/Makefile
979 accessible/tests/mochitest/hypertext/Makefile
980 accessible/tests/mochitest/name/Makefile
981 accessible/tests/mochitest/pivot/Makefile
982 accessible/tests/mochitest/relations/Makefile
983 accessible/tests/mochitest/role/Makefile
984 accessible/tests/mochitest/selectable/Makefile
985 accessible/tests/mochitest/states/Makefile
986 accessible/tests/mochitest/table/Makefile
987 accessible/tests/mochitest/text/Makefile
988 accessible/tests/mochitest/textcaret/Makefile
989 accessible/tests/mochitest/textselection/Makefile
990 accessible/tests/mochitest/tree/Makefile
991 accessible/tests/mochitest/treeupdate/Makefile
992 accessible/tests/mochitest/value/Makefile
995 if [ "$BUILD_CTYPES" ]; then
996 add_makefiles "
997 toolkit/components/ctypes/tests/Makefile
1000 if [ "$DEHYDRA_PATH" ]; then
1001 add_makefiles "
1002 xpcom/tests/static-checker/Makefile
1005 if [ "$MOZ_CRASHREPORTER" ]; then
1006 add_makefiles "
1007 toolkit/crashreporter/test/Makefile
1010 if [ "$MOZ_FEEDS" ]; then
1011 add_makefiles "
1012 toolkit/components/feeds/test/Makefile
1015 if [ "$MOZ_JSDEBUGGER" ]; then
1016 add_makefiles "
1017 js/jsd/test/Makefile
1020 if [ "$MOZ_MEDIA" ]; then
1021 add_makefiles "
1022 content/media/test/Makefile
1025 if [ "$MOZ_PERMISSIONS" ]; then
1026 add_makefiles "
1027 extensions/cookie/test/Makefile
1030 if [ "$MOZ_PSM" ]; then
1031 add_makefiles "
1032 security/manager/ssl/tests/Makefile
1033 security/manager/ssl/tests/mochitest/Makefile
1034 security/manager/ssl/tests/mochitest/bugs/Makefile
1035 security/manager/ssl/tests/mochitest/mixedcontent/Makefile
1036 security/manager/ssl/tests/mochitest/stricttransportsecurity/Makefile
1039 if [ "$MOZ_SPELLCHECK" ]; then
1040 add_makefiles "
1041 extensions/spellcheck/tests/chrome/Makefile
1042 extensions/spellcheck/tests/chrome/base/Makefile
1043 extensions/spellcheck/tests/chrome/map/Makefile
1046 if [ "$MOZ_TOOLKIT_SEARCH" ]; then
1047 add_makefiles "
1048 toolkit/components/search/tests/Makefile
1051 if [ "$MOZ_UNIVERSALCHARDET" ]; then
1052 add_makefiles "
1053 extensions/universalchardet/tests/Makefile
1056 if [ "$MOZ_UPDATER" ]; then
1057 add_makefiles "
1058 toolkit/mozapps/update/test/Makefile
1060 if [ "$OS_TARGET" != "Android" ]; then
1061 add_makefiles "
1062 toolkit/mozapps/update/test/chrome/Makefile
1065 if [ "$MOZ_MAINTENANCE_SERVICE" ]; then
1066 add_makefiles "
1067 toolkit/mozapps/update/test_svc/Makefile
1071 if [ "$MOZ_URL_CLASSIFIER" ]; then
1072 add_makefiles "
1073 toolkit/components/url-classifier/tests/Makefile
1074 toolkit/components/url-classifier/tests/mochitest/Makefile
1077 if [ "$MOZ_XTF" ]; then
1078 add_makefiles "
1079 content/xtf/test/Makefile
1082 if [ "$MOZ_XUL" ]; then
1083 add_makefiles "
1084 content/xul/templates/tests/chrome/Makefile
1085 toolkit/components/autocomplete/tests/Makefile
1088 if [ "$MOZ_ZIPWRITER" ]; then
1089 add_makefiles "
1090 modules/libjar/zipwriter/test/Makefile
1093 if [ "$MOZ_BUILD_APP" != "mobile" ]; then
1094 add_makefiles "
1095 docshell/test/browser/Makefile
1096 dom/tests/browser/Makefile
1097 image/test/browser/Makefile
1098 toolkit/components/downloads/test/browser/Makefile
1099 toolkit/components/passwordmgr/test/browser/Makefile
1100 toolkit/components/places/tests/browser/Makefile
1101 toolkit/components/startup/tests/browser/Makefile
1102 toolkit/content/tests/browser/Makefile
1103 toolkit/content/tests/browser/common/Makefile
1104 toolkit/content/tests/browser/data/Makefile
1105 toolkit/mozapps/extensions/test/browser/Makefile
1106 toolkit/mozapps/extensions/test/mochitest/Makefile
1107 toolkit/mozapps/extensions/test/xpinstall/Makefile
1110 if [ "$MOZ_WIDGET_TOOLKIT" = "cocoa" ]; then
1111 add_makefiles "
1112 toolkit/themes/pinstripe/mochitests/Makefile
1114 else
1115 add_makefiles "
1116 dom/ipc/tests/Makefile
1119 if [ "$MOZ_WIDGET_TOOLKIT" = "windows" \
1120 -o "$MOZ_WIDGET_TOOLKIT" = "cocoa" \
1121 -o "$MOZ_WIDGET_TOOLKIT" = "gtk2" ]
1122 then
1123 add_makefiles "
1124 dom/plugins/test/mochitest/Makefile
1127 if [ "$OS_ARCH" = "WINNT" ]; then
1128 add_makefiles "
1129 toolkit/xre/test/win/Makefile
1130 widget/windows/tests/Makefile
1131 xpcom/tests/windows/Makefile
1134 if [ "$MOZ_BUILD_APP" = "mobile/android" ]; then
1135 add_makefiles "
1136 testing/mochitest/roboextender/Makefile
1143 # Feature specific makefiles
1146 if [ "$ACCESSIBILITY" ]; then
1147 add_makefiles "
1148 accessible/Makefile
1149 accessible/build/Makefile
1150 accessible/public/Makefile
1151 accessible/src/Makefile
1152 accessible/src/base/Makefile
1153 accessible/src/generic/Makefile
1154 accessible/src/html/Makefile
1155 accessible/src/jsat/Makefile
1156 accessible/src/xpcom/Makefile
1158 if [ ! "$DISABLE_XFORMS_HOOKS" ]; then
1159 add_makefiles "
1160 accessible/src/xforms/Makefile
1163 if [ "$MOZ_XUL" ]; then
1164 add_makefiles "
1165 accessible/src/xul/Makefile
1168 if [ "$MOZ_WIDGET_TOOLKIT" = "windows" ]; then
1169 add_makefiles "
1170 accessible/public/ia2/Makefile
1171 accessible/public/msaa/Makefile
1172 accessible/src/msaa/Makefile
1174 elif [ "$MOZ_WIDGET_TOOLKIT" = "cocoa" ]; then
1175 add_makefiles "
1176 accessible/src/mac/Makefile
1178 elif [ "$MOZ_WIDGET_TOOLKIT" = "gtk2" ]; then
1179 add_makefiles "
1180 accessible/src/atk/Makefile
1182 else
1183 add_makefiles "
1184 accessible/src/other/Makefile
1189 if [ "$BUILD_CTYPES" ]; then
1190 add_makefiles "
1191 toolkit/components/ctypes/Makefile
1195 if [ "$DEHYDRA_PATH" ]; then
1196 add_makefiles "
1197 xpcom/analysis/Makefile
1201 if [ "$MOZ_ANGLE_RENDERER" ]; then
1202 add_makefiles "
1203 gfx/angle/src/libGLESv2/Makefile
1204 gfx/angle/src/libEGL/Makefile
1208 if [ "$MOZ_B2G_RIL" ]; then
1209 add_makefiles "
1210 dom/telephony/Makefile
1211 dom/wifi/Makefile
1212 ipc/ril/Makefile
1216 if [ "$MOZ_PAY" ]; then
1217 add_makefiles "
1218 dom/payment/Makefile
1222 if [ "$MOZ_B2G_FM" ]; then
1223 add_makefiles "
1224 dom/fm/Makefile
1228 if [ "$MOZ_CRASHREPORTER" ]; then
1229 add_makefiles "
1230 toolkit/crashreporter/Makefile
1232 MAKEFILES_crashreporter_shared="
1233 toolkit/crashreporter/google-breakpad/src/client/Makefile
1234 toolkit/crashreporter/google-breakpad/src/common/Makefile
1235 toolkit/crashreporter/google-breakpad/src/common/dwarf/Makefile
1237 if [ "$OS_ARCH" = "WINNT" ]; then
1238 add_makefiles "
1239 toolkit/crashreporter/breakpad-windows-libxul/Makefile
1240 toolkit/crashreporter/breakpad-windows-standalone/Makefile
1241 toolkit/crashreporter/injector/Makefile
1243 elif [ "$OS_ARCH" = "Darwin" ]; then
1244 add_makefiles "
1245 $MAKEFILES_crashreporter_shared
1246 toolkit/crashreporter/google-breakpad/src/client/mac/crash_generation/Makefile
1247 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
1248 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
1249 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
1251 elif [ "$OS_ARCH" = "Linux" ]; then
1252 add_makefiles "
1253 $MAKEFILES_crashreporter_shared
1254 toolkit/crashreporter/google-breakpad/src/client/linux/crash_generation/Makefile
1255 toolkit/crashreporter/google-breakpad/src/client/linux/handler/Makefile
1256 toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/Makefile
1257 toolkit/crashreporter/google-breakpad/src/common/linux/Makefile
1258 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile
1260 if [ "$OS_TARGET" = "Android" ]; then
1261 add_makefiles "
1262 toolkit/crashreporter/fileid/Makefile
1265 elif [ "$OS_ARCH" = "SunOS" ]; then
1266 add_makefiles "
1267 $MAKEFILES_crashreporter_shared
1268 toolkit/crashreporter/google-breakpad/src/client/solaris/handler/Makefile
1269 toolkit/crashreporter/google-breakpad/src/common/solaris/Makefile
1270 toolkit/crashreporter/google-breakpad/src/tools/solaris/dump_syms/Makefile
1275 if [ "$MOZ_DEBUG" ]; then
1276 add_makefiles "
1277 layout/tools/layout-debug/Makefile
1278 layout/tools/layout-debug/src/Makefile
1279 layout/tools/layout-debug/tests/Makefile
1280 layout/tools/layout-debug/ui/Makefile
1282 if [ "$MOZ_WIDGET_TOOLKIT" = "windows" ]; then
1283 add_makefiles "
1284 xpcom/windbgdlg/Makefile
1289 if [ "$MOZ_ENABLE_GNOME_COMPONENT" ]; then
1290 add_makefiles "
1291 toolkit/system/gnome/Makefile
1295 if [ "$MOZ_ENABLE_LIBCONIC" ]; then
1296 add_makefiles "
1297 netwerk/system/maemo/Makefile
1299 if [ "$MOZ_ENABLE_DBUS" ]; then
1300 add_makefiles "
1301 toolkit/system/dbus/Makefile
1306 if [ "$MOZ_ENABLE_QTNETWORK" ]; then
1307 add_makefiles "
1308 netwerk/system/qt/Makefile
1312 if [ "$MOZ_ENABLE_SKIA" ]; then
1313 add_makefiles "
1314 gfx/skia/Makefile
1318 if [ "$MOZ_ENABLE_XREMOTE" ]; then
1319 add_makefiles "
1320 toolkit/components/remote/Makefile
1321 widget/xremoteclient/Makefile
1325 if [ "$MOZ_FEEDS" ]; then
1326 add_makefiles "
1327 toolkit/components/feeds/Makefile
1331 if [ "$MOZ_GRAPHITE" ]; then
1332 add_makefiles "
1333 gfx/graphite2/src/Makefile
1337 if [ "$MOZ_HELP_VIEWER" ]; then
1338 add_makefiles "
1339 toolkit/components/help/Makefile
1341 if [ "$MOZ_WIDGET_TOOLKIT" = "cocoa" ]; then
1342 add_makefiles "
1343 toolkit/themes/pinstripe/help/Makefile
1345 else
1346 add_makefiles "
1347 toolkit/themes/winstripe/help/Makefile
1349 if [ "$MOZ_WIDGET_TOOLKIT" = "gtk2" -o "$MOZ_WIDGET_TOOLKIT" = "qt" ]; then
1350 add_makefiles "
1351 toolkit/themes/gnomestripe/help/Makefile
1357 if [ "$MOZ_IPDL_TESTS" ]; then
1358 add_makefiles "
1359 ipc/ipdl/test/Makefile
1360 ipc/ipdl/test/cxx/Makefile
1361 ipc/ipdl/test/cxx/app/Makefile
1362 ipc/ipdl/test/ipdl/Makefile
1366 if [ "$MOZ_JSDEBUGGER" ]; then
1367 add_makefiles "
1368 js/jsd/Makefile
1369 js/jsd/idl/Makefile
1373 if [ "$MOZ_MAINTENANCE_SERVICE" ]; then
1374 add_makefiles "
1375 toolkit/components/maintenanceservice/Makefile
1379 if [ ! "$MOZ_NATIVE_SQLITE" ]; then
1380 add_makefiles "
1381 db/sqlite3/src/Makefile
1385 if [ "$MOZ_PERMISSIONS" ]; then
1386 add_makefiles "
1387 extensions/cookie/Makefile
1388 extensions/permissions/Makefile
1392 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1393 add_makefiles "
1394 extensions/pref/Makefile
1395 extensions/pref/autoconfig/Makefile
1396 extensions/pref/autoconfig/public/Makefile
1397 extensions/pref/autoconfig/src/Makefile
1401 if [ "$MOZ_SPELLCHECK" ]; then
1402 add_makefiles "
1403 extensions/spellcheck/Makefile
1404 extensions/spellcheck/hunspell/Makefile
1405 extensions/spellcheck/hunspell/src/Makefile
1406 extensions/spellcheck/idl/Makefile
1407 extensions/spellcheck/locales/Makefile
1408 extensions/spellcheck/src/Makefile
1412 if [ "$MOZ_TOOLKIT_SEARCH" ]; then
1413 add_makefiles "
1414 toolkit/components/search/Makefile
1418 if [ "$MOZ_UPDATER" ]; then
1419 add_makefiles "
1420 modules/libmar/Makefile
1421 modules/libmar/src/Makefile
1422 modules/libmar/tool/Makefile
1424 if [ ! "$MOZ_NATIVE_BZ2" ]; then
1425 add_makefiles "
1426 modules/libbz2/Makefile
1427 modules/libbz2/src/Makefile
1430 if [ "$MOZ_WIDGET_TOOLKIT" != "android" ]; then
1431 add_makefiles "
1432 toolkit/mozapps/update/updater/Makefile
1437 if [ "$MOZ_UPDATER" -o "$MOZ_UPDATE_PACKAGING" ]; then
1438 add_makefiles "
1439 other-licenses/bsdiff/Makefile
1443 if [ "$MOZ_URL_CLASSIFIER" ]; then
1444 add_makefiles "
1445 toolkit/components/url-classifier/Makefile
1449 if [ "$MOZ_X11" ]; then
1450 add_makefiles "
1451 widget/shared/x11/Makefile
1453 if [ "$MOZ_WIDGET_TOOLKIT" = "gtk2" ]; then
1454 add_makefiles "
1455 widget/gtkxtbin/Makefile
1460 if [ "$MOZ_XUL" ]; then
1461 add_makefiles "
1462 content/xul/templates/Makefile
1463 content/xul/templates/public/Makefile
1464 content/xul/templates/src/Makefile
1465 layout/xul/base/src/grid/Makefile
1466 layout/xul/base/src/tree/public/Makefile
1467 layout/xul/base/src/tree/src/Makefile
1468 toolkit/components/autocomplete/Makefile
1469 toolkit/components/satchel/Makefile
1473 if [ "$NECKO_WIFI" ]; then
1474 add_makefiles "
1475 netwerk/wifi/Makefile
1479 if [ "$NS_PRINTING" ]; then
1480 add_makefiles "
1481 layout/printing/Makefile
1482 toolkit/components/printing/Makefile
1484 if [ "$MOZ_XUL" ]; then
1485 add_makefiles "
1486 embedding/components/printingui/src/Makefile
1488 if [ "$MOZ_WIDGET_TOOLKIT" = "windows" ]; then
1489 add_makefiles "
1490 embedding/components/printingui/src/win/Makefile
1492 elif [ "$MOZ_WIDGET_TOOLKIT" = "cocoa" ]; then
1493 add_makefiles "
1494 embedding/components/printingui/src/mac/Makefile
1496 elif [ "$MOZ_WIDGET_TOOLKIT" = "os2" ]; then
1497 add_makefiles "
1498 embedding/components/printingui/src/os2/Makefile
1500 elif [ "$MOZ_PDF_PRINTING" ]; then
1501 add_makefiles "
1502 embedding/components/printingui/src/unixshared/Makefile
1508 if [ "$MOZ_ZIPWRITER" ]; then
1509 add_makefiles "
1510 modules/libjar/zipwriter/Makefile
1511 modules/libjar/zipwriter/public/Makefile
1512 modules/libjar/zipwriter/src/Makefile
1516 if [ "$MOZ_TREE_CAIRO" ]; then
1517 add_makefiles "
1518 gfx/cairo/Makefile
1519 gfx/cairo/cairo/src/Makefile
1520 gfx/cairo/cairo/src/cairo-features.h
1522 if [ "$MOZ_TREE_PIXMAN" ]; then
1523 add_makefiles "
1524 gfx/cairo/libpixman/src/Makefile
1529 if [ "$MOZ_UNIVERSALCHARDET" ]; then
1530 add_makefiles "
1531 extensions/universalchardet/Makefile
1532 extensions/universalchardet/src/Makefile
1533 extensions/universalchardet/src/base/Makefile
1534 extensions/universalchardet/src/xpcom/Makefile
1538 if [ "$MOZ_AUTH_EXTENSION" ]; then
1539 add_makefiles "
1540 extensions/auth/Makefile
1544 if [ "$MOZ_PSM" ]; then
1545 add_makefiles "
1546 security/build/Makefile
1547 security/manager/Makefile
1548 security/manager/boot/Makefile
1549 security/manager/boot/src/Makefile
1550 security/manager/ssl/Makefile
1551 security/manager/ssl/src/Makefile
1552 security/manager/pki/Makefile
1553 security/manager/pki/resources/Makefile
1554 security/manager/pki/src/Makefile
1555 security/manager/pki/public/Makefile
1556 security/manager/locales/Makefile
1560 if [ ! "$MOZ_NATIVE_JPEG" ]; then
1561 add_makefiles "
1562 media/libjpeg/Makefile
1563 media/libjpeg/simd/Makefile
1567 if [ ! "$MOZ_NATIVE_ZLIB" ]; then
1568 add_makefiles "
1569 modules/zlib/Makefile
1570 modules/zlib/src/Makefile
1574 if [ "$MOZ_UPDATE_PACKAGING" ]; then
1575 add_makefiles "
1576 tools/update-packaging/Makefile
1580 if [ ! "$MOZ_NATIVE_PNG" ]; then
1581 add_makefiles "
1582 media/libpng/Makefile
1586 if [ "$MOZ_JPROF" ]; then
1587 add_makefiles "
1588 tools/jprof/Makefile
1589 tools/jprof/stub/Makefile
1593 if [ "$NS_TRACE_MALLOC" ]; then
1594 add_makefiles "
1595 tools/trace-malloc/Makefile
1596 tools/trace-malloc/lib/Makefile
1600 if [ "$MOZ_MAPINFO" ]; then
1601 add_makefiles "
1602 tools/codesighs/Makefile
1606 if [ "$MOZ_XTF" ]; then
1607 add_makefiles "
1608 content/xtf/Makefile
1609 content/xtf/public/Makefile
1610 content/xtf/src/Makefile
1614 if [ "$MOZ_MEDIA" ]; then
1615 add_makefiles "
1616 content/media/Makefile
1620 if [ "$MOZ_VORBIS" ]; then
1621 add_makefiles "
1622 media/libvorbis/Makefile
1623 media/libvorbis/lib/Makefile
1624 media/libvorbis/include/Makefile
1625 media/libvorbis/include/vorbis/Makefile
1629 if [ "$MOZ_TREMOR" ]; then
1630 add_makefiles "
1631 media/libtremor/Makefile
1632 media/libtremor/lib/Makefile
1633 media/libtremor/include/tremor/Makefile
1637 if [ "$MOZ_OPUS" ]; then
1638 add_makefiles "
1639 media/libopus/Makefile
1643 if [ "$MOZ_OGG" ]; then
1644 add_makefiles "
1645 content/media/ogg/Makefile
1646 media/libogg/Makefile
1647 media/libogg/src/Makefile
1648 media/libogg/include/Makefile
1649 media/libogg/include/ogg/Makefile
1650 media/libtheora/Makefile
1651 media/libtheora/lib/Makefile
1652 media/libtheora/include/Makefile
1653 media/libtheora/include/theora/Makefile
1657 if [ "$MOZ_RAW" ]; then
1658 add_makefiles "
1659 content/media/raw/Makefile
1663 if [ "$MOZ_WEBM" ]; then
1664 add_makefiles "
1665 content/media/webm/Makefile
1666 media/libnestegg/Makefile
1667 media/libnestegg/include/Makefile
1668 media/libnestegg/src/Makefile
1671 if [ "$MOZ_VP8" ]; then
1672 if [ ! "$MOZ_NATIVE_LIBVPX" ]; then
1673 add_makefiles "
1674 media/libvpx/Makefile
1679 if [ "$MOZ_MEDIA_PLUGINS" ]; then
1680 add_makefiles "
1681 content/media/plugins/Makefile
1685 if [ "$MOZ_OMX_PLUGIN" ]; then
1686 add_makefiles "
1687 media/omx-plugin/Makefile
1688 media/omx-plugin/lib/ics/libutils/Makefile
1689 media/omx-plugin/lib/ics/libstagefright/Makefile
1693 if [ "$MOZ_WAVE" ]; then
1694 add_makefiles "
1695 content/media/wave/Makefile
1699 if [ "$MOZ_CUBEB" ]; then
1700 add_makefiles "
1701 media/libcubeb/Makefile
1702 media/libcubeb/include/Makefile
1703 media/libcubeb/src/Makefile
1707 if [ "$MOZ_SYDNEYAUDIO" ]; then
1708 add_makefiles "
1709 media/libsydneyaudio/Makefile
1710 media/libsydneyaudio/include/Makefile
1711 media/libsydneyaudio/src/Makefile
1715 if [ "$MOZ_WEBRTC" ]; then
1716 add_makefiles "
1717 media/webrtc/Makefile
1718 media/mtransport/test/Makefile
1719 media/mtransport/build/Makefile
1720 media/mtransport/standalone/Makefile
1721 media/webrtc/signaling/test/Makefile
1725 if [ "$MOZ_SPEEX_RESAMPLER" ]; then
1726 add_makefiles "
1727 media/libspeex_resampler/Makefile
1728 media/libspeex_resampler/src/Makefile