no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / layout / forms / moz.build
blob838a17bf923860058fbd3ee7f91bc6773dcb15bf
1 # -*- Mode: python; 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 with Files("**"):
8     BUG_COMPONENT = ("Core", "Layout: Form Controls")
10 MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
11 MOCHITEST_CHROME_MANIFESTS += ["test/chrome.toml"]
13 EXPORTS += [
14     "nsIFormControlFrame.h",
15     "nsISelectControlFrame.h",
16     "nsITextControlFrame.h",
19 UNIFIED_SOURCES += [
20     "HTMLSelectEventListener.cpp",
21     "ListMutationObserver.cpp",
22     "nsButtonFrameRenderer.cpp",
23     "nsCheckboxRadioFrame.cpp",
24     "nsColorControlFrame.cpp",
25     "nsComboboxControlFrame.cpp",
26     "nsDateTimeControlFrame.cpp",
27     "nsFieldSetFrame.cpp",
28     "nsFileControlFrame.cpp",
29     "nsGfxButtonControlFrame.cpp",
30     "nsHTMLButtonControlFrame.cpp",
31     "nsImageControlFrame.cpp",
32     "nsListControlFrame.cpp",
33     "nsMeterFrame.cpp",
34     "nsNumberControlFrame.cpp",
35     "nsProgressFrame.cpp",
36     "nsRangeFrame.cpp",
37     "nsSearchControlFrame.cpp",
38     "nsSelectsAreaFrame.cpp",
39     "nsTextControlFrame.cpp",
42 FINAL_LIBRARY = "xul"
44 include("/ipc/chromium/chromium-config.mozbuild")
46 LOCAL_INCLUDES += [
47     "../base",
48     "../generic",
49     "../painting",
50     "../style",
51     "../xul",
52     "/dom/base",
53     "/dom/html",