Bumping manifests a=b2g-bump
[gecko.git] / dom / vr / moz.build
blob0b23ecffe29f1557ad363cc86082d68ce1002895
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 EXPORTS.mozilla.dom += [
8     'VRDevice.h',
9     ]
11 UNIFIED_SOURCES = [
12     'VRDevice.cpp',
13     ]
15 FAIL_ON_WARNINGS = True
17 include('/ipc/chromium/chromium-config.mozbuild')
19 FINAL_LIBRARY = 'xul'
20 LOCAL_INCLUDES += [
21     '/dom/base'