Bug 910754 - Add a header to moz.build indicating that it shouldn't be edited by mortals r=vlad DONTBUILD

This commit is contained in:
George Wright 2014-02-19 17:10:33 -05:00
Родитель c9884673c2
Коммит c827aa0352
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,11 @@ import os
import locale
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
header = """
# Please note this file is autogenerated from generate_mozbuild.py, so do not modify it directly
"""
footer = """
# left out of UNIFIED_SOURCES for now; that's not C++ anyway, nothing else to unify it with
@ -252,6 +257,7 @@ def write_mozbuild(includes, sources):
filename = 'moz.build'
f = open(filename, 'w')
f.write(header)
write_list(f, 'EXPORTS.skia', includes, 0)

Просмотреть файл

@ -1,3 +1,5 @@
# Please note this file is autogenerated from generate_mozbuild.py, so do not modify it directly
EXPORTS.skia += [
'trunk/include/animator/SkAnimator.h',
'trunk/include/animator/SkAnimatorView.h',