Skip to content

Commit

Permalink
Bug 784841 - Part 18κ: Convert /uriloader; f=Ms2ger rs=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Feb 25, 2013
1 parent a487270 commit 13d7329
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 15 deletions.
6 changes: 0 additions & 6 deletions uriloader/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

PARALLEL_DIRS = \
base \
exthandler \
prefetch \
$(NULL)

include $(topsrcdir)/config/rules.mk
5 changes: 5 additions & 0 deletions uriloader/base/moz.build
Original file line number Diff line number Diff line change
@@ -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/.

5 changes: 0 additions & 5 deletions uriloader/exthandler/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ srcdir = @srcdir@

include $(DEPTH)/config/autoconf.mk

DIRS = \
$(NULL)

TEST_DIRS += tests

ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
OSDIR = os2
else
Expand Down
6 changes: 6 additions & 0 deletions uriloader/exthandler/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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/.

TEST_DIRS += ['tests']
4 changes: 0 additions & 4 deletions uriloader/exthandler/tests/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#
# 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/.
Expand All @@ -9,9 +8,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

DIRS += mochitest \
$(NULL)

include $(DEPTH)/config/autoconf.mk

MODULE = test_uriloader_exthandler
Expand Down
5 changes: 5 additions & 0 deletions uriloader/exthandler/tests/mochitest/moz.build
Original file line number Diff line number Diff line change
@@ -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/.

7 changes: 7 additions & 0 deletions uriloader/exthandler/tests/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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 += ['mochitest']

10 changes: 10 additions & 0 deletions uriloader/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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/.

PARALLEL_DIRS += [
'base',
'exthandler',
'prefetch',
]
5 changes: 5 additions & 0 deletions uriloader/prefetch/moz.build
Original file line number Diff line number Diff line change
@@ -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/.

0 comments on commit 13d7329

Please sign in to comment.