Bug 956597 - Package mozwebidlcodegen and gyp in the js source archive. r=gps

This commit is contained in:
Mike Hommey 2014-01-14 07:32:12 +09:00
Родитель 8fce0b0fa7
Коммит 2637a77ad2
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,16 @@ case $cmd in
cp -t ${tgtpath}/js/src -dRp \
${SRCDIR}/../../python
fi
if [ ! -e ${SRCDIR}/dom/bindings/mozwebidlcodegen ]; then
${MKDIR} -p ${tgtpath}/js/src/dom/bindings
cp -t ${tgtpath}/js/src/dom/bindings -dRp \
${SRCDIR}/../../dom/bindings/mozwebidlcodegen
fi
if [ ! -e ${SRCDIR}/media/webrtc/trunk/tools/gyp ]; then
${MKDIR} -p ${tgtpath}/js/src/media/webrtc/trunk/tools
cp -t ${tgtpath}/js/src/media/webrtc/trunk/tools -dRp \
${SRCDIR}/../../media/webrtc/trunk/tools/gyp
fi
if [ ! -e ${SRCDIR}/testing ]; then
${MKDIR} -p ${tgtpath}/js/src/testing
cp -t ${tgtpath}/js/src/testing -dRp \