gecko/dom/src/moz.build
Reuben Morais 6752dc564b Bug 906027 - Remove dom/src/foo. r=bent
--HG--
extra : rebase_source : 2a52e8b5b0050320fbc7ff79015bbc40318c5e52
2013-08-26 21:42:10 -03:00

16 lines
428 B
Python

# -*- 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/.
DIRS += [
'jsurl',
'events',
'storage',
'offline',
'json',
'geolocation',
'notification',
]