Bug 1058101 - Flatten dom/src/ into parent directory. r=mccr8

--HG--
rename : dom/src/jar.mn => dom/jar.mn
rename : dom/src/res/hiddenWindow.html => dom/res/hiddenWindow.html
This commit is contained in:
Birunthan Mohanathas 2014-08-30 21:43:46 -07:00
Родитель defd5128d0
Коммит d4f56676e7
5 изменённых файлов: 3 добавлений и 9 удалений

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

@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Skia update needs a CLOBBER on all platforms.
dom/ flattening might need a CLOBBER.

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

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

@ -4,6 +4,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
JAR_MANIFESTS += ['jar.mn']
interfaces = [
'base',
'canvas',
@ -71,7 +73,6 @@ DIRS += [
'settings',
'storage',
'mobilemessage',
'src',
'time',
'locales',
'network',

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

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

@ -1,7 +0,0 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
JAR_MANIFESTS += ['jar.mn']