From a98ca9945ee78dae611f06608418a285852bf25a Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Mon, 25 Feb 2013 13:05:31 -0800 Subject: [PATCH] =?UTF-8?q?Bug=20784841=20-=20Part=2018=CE=B6:=20Convert?= =?UTF-8?q?=20/storage;=20r=3Dglandium?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storage/Makefile.in | 10 ---------- storage/build/moz.build | 5 +++++ storage/moz.build | 8 ++++++++ storage/public/moz.build | 5 +++++ storage/src/moz.build | 5 +++++ storage/test/moz.build | 5 +++++ 6 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 storage/build/moz.build create mode 100644 storage/moz.build create mode 100644 storage/public/moz.build create mode 100644 storage/src/moz.build create mode 100644 storage/test/moz.build diff --git a/storage/Makefile.in b/storage/Makefile.in index da192af9ae1..9ec65206e6d 100644 --- a/storage/Makefile.in +++ b/storage/Makefile.in @@ -12,14 +12,4 @@ include $(DEPTH)/config/autoconf.mk MODULE = storage -DIRS += public \ - src \ - build \ - $(NULL) - -ifdef ENABLE_TESTS -TOOL_DIRS += test -endif - include $(topsrcdir)/config/rules.mk - diff --git a/storage/build/moz.build b/storage/build/moz.build new file mode 100644 index 00000000000..58ce5e27339 --- /dev/null +++ b/storage/build/moz.build @@ -0,0 +1,5 @@ +# 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/. + diff --git a/storage/moz.build b/storage/moz.build new file mode 100644 index 00000000000..21e85477e94 --- /dev/null +++ b/storage/moz.build @@ -0,0 +1,8 @@ +# 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/. + +DIRS += ['public', 'src', 'build'] + +TEST_TOOL_DIRS += ['test'] diff --git a/storage/public/moz.build b/storage/public/moz.build new file mode 100644 index 00000000000..58ce5e27339 --- /dev/null +++ b/storage/public/moz.build @@ -0,0 +1,5 @@ +# 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/. + diff --git a/storage/src/moz.build b/storage/src/moz.build new file mode 100644 index 00000000000..58ce5e27339 --- /dev/null +++ b/storage/src/moz.build @@ -0,0 +1,5 @@ +# 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/. + diff --git a/storage/test/moz.build b/storage/test/moz.build new file mode 100644 index 00000000000..58ce5e27339 --- /dev/null +++ b/storage/test/moz.build @@ -0,0 +1,5 @@ +# 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/. +