mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784841 - Part 18ζ: Convert /storage; r=glandium
This commit is contained in:
parent
330f1756a6
commit
a98ca9945e
@ -12,14 +12,4 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
|
|
||||||
MODULE = storage
|
MODULE = storage
|
||||||
|
|
||||||
DIRS += public \
|
|
||||||
src \
|
|
||||||
build \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
|
||||||
TOOL_DIRS += test
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
5
storage/build/moz.build
Normal file
5
storage/build/moz.build
Normal file
@ -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/.
|
||||||
|
|
8
storage/moz.build
Normal file
8
storage/moz.build
Normal file
@ -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']
|
5
storage/public/moz.build
Normal file
5
storage/public/moz.build
Normal file
@ -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
storage/src/moz.build
Normal file
5
storage/src/moz.build
Normal file
@ -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
storage/test/moz.build
Normal file
5
storage/test/moz.build
Normal file
@ -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/.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user