OLD | NEW |
1 | 1 |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'css/CSSCharsetRule.idl', | 5 'css/CSSCharsetRule.idl', |
6 'css/CSSFontFaceLoadEvent.idl', | 6 'css/CSSFontFaceLoadEvent.idl', |
7 'css/CSSFontFaceRule.idl', | 7 'css/CSSFontFaceRule.idl', |
8 'css/CSSHostRule.idl', | 8 'css/CSSHostRule.idl', |
9 'css/CSSImportRule.idl', | 9 'css/CSSImportRule.idl', |
10 'css/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
(...skipping 3641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3652 'tests/HeapGraphSerializerTest.cpp', | 3652 'tests/HeapGraphSerializerTest.cpp', |
3653 'tests/LayoutUnit.cpp', | 3653 'tests/LayoutUnit.cpp', |
3654 'tests/LinkRelAttribute.cpp', | 3654 'tests/LinkRelAttribute.cpp', |
3655 'tests/WebSocketPerMessageDeflateTest.cpp' | 3655 'tests/WebSocketPerMessageDeflateTest.cpp' |
3656 ], | 3656 ], |
3657 'scripts_for_in_files': [ | 3657 'scripts_for_in_files': [ |
3658 'scripts/in_file.py', | 3658 'scripts/in_file.py', |
3659 'scripts/in_generator.py', | 3659 'scripts/in_generator.py', |
3660 'scripts/license.py', | 3660 'scripts/license.py', |
3661 'scripts/name_macros.py', | 3661 'scripts/name_macros.py', |
| 3662 'scripts/template_expander.py', |
| 3663 'scripts/templates/macros.tmpl', |
3662 ], | 3664 ], |
3663 'conditions': [ | 3665 'conditions': [ |
3664 ['OS=="win"', { | 3666 ['OS=="win"', { |
3665 # Using native perl rather than cygwin perl cuts execution time | 3667 # Using native perl rather than cygwin perl cuts execution time |
3666 # of idl preprocessing rules by a bit more than 50%. | 3668 # of idl preprocessing rules by a bit more than 50%. |
3667 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe', | 3669 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe', |
3668 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe', | 3670 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe', |
3669 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe', | 3671 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe', |
3670 # Using cl instead of cygwin gcc cuts the processing time from | 3672 # Using cl instead of cygwin gcc cuts the processing time from |
3671 # 1m58s to 0m52s. | 3673 # 1m58s to 0m52s. |
3672 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"', | 3674 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"', |
3673 },{ | 3675 },{ |
3674 'perl_exe': 'perl', | 3676 'perl_exe': 'perl', |
3675 'gperf_exe': 'gperf', | 3677 'gperf_exe': 'gperf', |
3676 'bison_exe': 'bison', | 3678 'bison_exe': 'bison', |
3677 # We specify a preprocess so it happens locally and won't get | 3679 # We specify a preprocess so it happens locally and won't get |
3678 # distributed to goma. | 3680 # distributed to goma. |
3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3681 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3680 # use /usr/bin/clang once we require Xcode 4.x. | 3682 # use /usr/bin/clang once we require Xcode 4.x. |
3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3683 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3682 }], | 3684 }], |
3683 ], | 3685 ], |
3684 } | 3686 } |
3685 } | 3687 } |
OLD | NEW |