Bug 913114 - Fix ref counting in winrt widget's GeckoContentController. r=bbondy
[gecko.git] / widget / windows / winrt / moz.build
blob0f379880d6c02238de1c2270f935c9778e2687a1
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 MODULE = 'widget'
9 CPP_SOURCES += [
10     'FrameworkView.cpp',
11     'MetroApp.cpp',
12     'MetroAppShell.cpp',
13     'MetroContracts.cpp',
14     'MetroInput.cpp',
15     'MetroUtils.cpp',
16     'MetroWidget.cpp',
17     'ToastNotificationHandler.cpp',
18     'UIAAccessibilityBridge.cpp',
19     'UIABridge.cpp',
20     'nsMetroFilePicker.cpp',
21     'nsWinMetroUtils.cpp',
22     'APZController.cpp',
25 EXTRA_COMPONENTS += [
26     'MetroUIUtils.js',
27     'MetroUIUtils.manifest',
30 LIBXUL_LIBRARY = True
32 LIBRARY_NAME = 'widget_winrt'