зеркало из https://github.com/mozilla/gecko-dev.git
Add a few recently created makefiles to toolkit-makefiles.sh (no bug); rs=build a=build-only
This commit is contained in:
Родитель
6e33b717e5
Коммит
6991ff4007
|
@ -542,6 +542,10 @@ MAKEFILES_profiler="
|
||||||
tools/profiler/Makefile
|
tools/profiler/Makefile
|
||||||
"
|
"
|
||||||
|
|
||||||
|
MAKEFILES_snappy="
|
||||||
|
other-licenses/snappy/Makefile
|
||||||
|
"
|
||||||
|
|
||||||
add_makefiles "
|
add_makefiles "
|
||||||
$MAKEFILES_dom
|
$MAKEFILES_dom
|
||||||
$MAKEFILES_editor
|
$MAKEFILES_editor
|
||||||
|
@ -577,6 +581,7 @@ add_makefiles "
|
||||||
$MAKEFILES_hal
|
$MAKEFILES_hal
|
||||||
$MAKEFILES_psm_public
|
$MAKEFILES_psm_public
|
||||||
$MAKEFILES_profiler
|
$MAKEFILES_profiler
|
||||||
|
$MAKEFILES_snappy
|
||||||
"
|
"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -926,6 +931,7 @@ if [ "$ENABLE_TESTS" ]; then
|
||||||
accessible/tests/mochitest/actions/Makefile
|
accessible/tests/mochitest/actions/Makefile
|
||||||
accessible/tests/mochitest/attributes/Makefile
|
accessible/tests/mochitest/attributes/Makefile
|
||||||
accessible/tests/mochitest/editabletext/Makefile
|
accessible/tests/mochitest/editabletext/Makefile
|
||||||
|
accessible/tests/mochitest/elm/Makefile
|
||||||
accessible/tests/mochitest/events/Makefile
|
accessible/tests/mochitest/events/Makefile
|
||||||
accessible/tests/mochitest/focus/Makefile
|
accessible/tests/mochitest/focus/Makefile
|
||||||
accessible/tests/mochitest/hyperlink/Makefile
|
accessible/tests/mochitest/hyperlink/Makefile
|
||||||
|
@ -1144,6 +1150,14 @@ if [ "$MOZ_ANGLE" ]; then
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$MOZ_B2G_RIL" ]; then
|
||||||
|
add_makefiles "
|
||||||
|
dom/system/b2g/Makefile
|
||||||
|
dom/telephony/Makefile
|
||||||
|
ipc/ril/Makefile
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$MOZ_CRASHREPORTER" ]; then
|
if [ "$MOZ_CRASHREPORTER" ]; then
|
||||||
add_makefiles "
|
add_makefiles "
|
||||||
toolkit/crashreporter/Makefile
|
toolkit/crashreporter/Makefile
|
||||||
|
|
Загрузка…
Ссылка в новой задаче