moz.build (720B)
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/. 6 7 SOURCES += [ 8 "UiaGrid.cpp", 9 "UiaGridItem.cpp", 10 "uiaRawElmProvider.cpp", 11 "UiaRoot.cpp", 12 "UiaText.cpp", 13 "UiaTextRange.cpp", 14 ] 15 16 LOCAL_INCLUDES += [ 17 "/accessible/base", 18 "/accessible/generic", 19 "/accessible/html", 20 "/accessible/windows/ia2", 21 "/accessible/windows/msaa", 22 "/accessible/xpcom", 23 "/accessible/xul", 24 ] 25 26 include("/ipc/chromium/chromium-config.mozbuild") 27 28 FINAL_LIBRARY = "xul"