2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-12-07 21:09:28 +03:00
|
|
|
|
2015-09-22 08:58:20 +03:00
|
|
|
# TODO This list should be emitted to a .pp file via
|
2016-05-11 00:35:56 +03:00
|
|
|
# GenerateCSSPropsGenerated.py (bug 1281614)
|
2015-09-22 08:58:20 +03:00
|
|
|
csspropsidlnames_dependencies = \
|
|
|
|
$(srcdir)/nsCSSPropList.h \
|
|
|
|
$(srcdir)/nsCSSPropAliasList.h \
|
|
|
|
$(srcdir)/nsCSSPropsGenerated.inc.in \
|
|
|
|
$(srcdir)/PythonCSSProps.h \
|
|
|
|
$(srcdir)/GenerateCSSPropsGenerated.py \
|
|
|
|
$(GLOBAL_DEPS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
nsCSSPropsGenerated.inc : $(csspropsidlnames_dependencies)
|