1 # The GN build definitions for these variables are in scripts.gni.
4 'scripts_for_in_files': [
5 # jinja2/__init__.py contains version string, so sufficient as
6 # dependency for whole jinja2 package
7 '<(DEPTH)/third_party/jinja2/__init__.py',
8 '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep
14 'template_expander.py',
15 'templates/macros.tmpl',
17 'css_properties_files': [
18 '<@(scripts_for_in_files)',
20 '../../core/css/CSSProperties.in',
22 'make_event_factory_files': [
23 '<@(scripts_for_in_files)',
24 'make_event_factory.py',
25 'templates/EventFactory.cpp.tmpl',
28 '<@(scripts_for_in_files)',
30 'templates/MakeNames.cpp.tmpl',
31 'templates/MakeNames.h.tmpl',
33 'make_qualified_names_files': [
34 '<@(scripts_for_in_files)',
35 'make_qualified_names.py',
36 'templates/MakeQualifiedNames.cpp.tmpl',
37 'templates/MakeQualifiedNames.h.tmpl',
39 'make_element_factory_files': [
40 '<@(make_qualified_names_files)',
41 'make_element_factory.py',
42 'templates/ElementFactory.cpp.tmpl',
43 'templates/ElementFactory.h.tmpl',
45 'make_element_type_helpers_files': [
46 '<@(make_qualified_names_files)',
47 'make_element_type_helpers.py',
48 'templates/ElementTypeHelpers.h.tmpl',
52 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
53 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',