dom/browser-element/moz.build

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:9e2d742415f1
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/.
6
7 EXPORTS.mozilla += [
8 'BrowserElementParent.h',
9 ]
10
11 SOURCES += [
12 'BrowserElementParent.cpp',
13 ]
14
15 EXTRA_COMPONENTS += [
16 'BrowserElementParent.js',
17 'BrowserElementParent.manifest',
18 ]
19
20 EXTRA_JS_MODULES += [
21 'BrowserElementParent.jsm',
22 'BrowserElementPromptService.jsm',
23 ]
24
25 FAIL_ON_WARNINGS = True
26
27 LOCAL_INCLUDES += [
28 '../bluetooth',
29 '/content/html/content/src',
30 ]
31
32 include('/ipc/chromium/chromium-config.mozbuild')
33
34 FINAL_LIBRARY = 'gklayout'
35
36 LOCAL_INCLUDES += [
37 '/content/base/src',
38 '/dom/',
39 '/dom/base',
40 '/dom/ipc',
41 ]
42
43 MOCHITEST_MANIFESTS += [
44 'mochitest/mochitest-oop.ini',
45 'mochitest/mochitest.ini',
46 'mochitest/priority/mochitest.ini',
47 ]

mercurial