diff --git a/CLOBBER b/CLOBBER index 11c6689b2612..27253369765e 100644 --- a/CLOBBER +++ b/CLOBBER @@ -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. diff --git a/dom/src/jar.mn b/dom/jar.mn similarity index 100% rename from dom/src/jar.mn rename to dom/jar.mn diff --git a/dom/moz.build b/dom/moz.build index 0571ae0177f9..78769d262373 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -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', diff --git a/dom/src/res/hiddenWindow.html b/dom/res/hiddenWindow.html similarity index 100% rename from dom/src/res/hiddenWindow.html rename to dom/res/hiddenWindow.html diff --git a/dom/src/moz.build b/dom/src/moz.build deleted file mode 100644 index 3bbe6729759c..000000000000 --- a/dom/src/moz.build +++ /dev/null @@ -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']