OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'deprecated_perl_core_idl_files': [ | 3 'deprecated_perl_core_idl_files': [ |
4 'css/CSS.idl', | 4 'css/CSS.idl', |
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'xml/XMLHttpRequestProgressEvent.idl', | 309 'xml/XMLHttpRequestProgressEvent.idl', |
310 'xml/XMLHttpRequestUpload.idl', | 310 'xml/XMLHttpRequestUpload.idl', |
311 'xml/XMLSerializer.idl', | 311 'xml/XMLSerializer.idl', |
312 'xml/XPathEvaluator.idl', | 312 'xml/XPathEvaluator.idl', |
313 'xml/XPathExpression.idl', | 313 'xml/XPathExpression.idl', |
314 'xml/XPathNSResolver.idl', | 314 'xml/XPathNSResolver.idl', |
315 'xml/XPathResult.idl', | 315 'xml/XPathResult.idl', |
316 'xml/XSLTProcessor.idl', | 316 'xml/XSLTProcessor.idl', |
317 ], | 317 ], |
318 'python_core_idl_files': [ | 318 'python_core_idl_files': [ |
| 319 'css/CSSVariablesMapForEachCallback.idl', |
319 'dom/ChildNode.idl', | 320 'dom/ChildNode.idl', |
320 'dom/DocumentFullscreen.idl', | 321 'dom/DocumentFullscreen.idl', |
321 'dom/ParentNode.idl', | 322 'dom/ParentNode.idl', |
322 'dom/RequestAnimationFrameCallback.idl', | 323 'dom/RequestAnimationFrameCallback.idl', |
323 'dom/StringCallback.idl', | 324 'dom/StringCallback.idl', |
324 'html/VoidCallback.idl', | 325 'html/VoidCallback.idl', |
325 'page/WindowPagePopup.idl', | 326 'page/WindowPagePopup.idl', |
326 'workers/AbstractWorker.idl', | 327 'workers/AbstractWorker.idl', |
327 ], | 328 ], |
328 'deprecated_perl_svg_idl_files': [ | 329 'deprecated_perl_svg_idl_files': [ |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'css/CSSToStyleMap.cpp', | 667 'css/CSSToStyleMap.cpp', |
667 'css/CSSToStyleMap.h', | 668 'css/CSSToStyleMap.h', |
668 'css/CSSTransformValue.cpp', | 669 'css/CSSTransformValue.cpp', |
669 'css/CSSUnicodeRangeValue.cpp', | 670 'css/CSSUnicodeRangeValue.cpp', |
670 'css/CSSUnicodeRangeValue.h', | 671 'css/CSSUnicodeRangeValue.h', |
671 'css/CSSUnknownRule.h', | 672 'css/CSSUnknownRule.h', |
672 'css/CSSValue.cpp', | 673 'css/CSSValue.cpp', |
673 'css/CSSValueList.cpp', | 674 'css/CSSValueList.cpp', |
674 'css/CSSValuePool.cpp', | 675 'css/CSSValuePool.cpp', |
675 'css/CSSValuePool.h', | 676 'css/CSSValuePool.h', |
| 677 'css/CSSVariablesIterator.h', |
676 'css/CSSVariablesMap.cpp', | 678 'css/CSSVariablesMap.cpp', |
677 'css/CSSVariablesMap.h', | 679 'css/CSSVariablesMap.h', |
| 680 'css/CSSVariablesMapForEachCallback.h', |
678 'css/CSSVariableValue.h', | 681 'css/CSSVariableValue.h', |
679 'css/CSSViewportRule.h', | 682 'css/CSSViewportRule.h', |
680 'css/CSSViewportRule.cpp', | 683 'css/CSSViewportRule.cpp', |
681 'css/Counter.h', | 684 'css/Counter.h', |
682 'css/DOMWindowCSS.cpp', | 685 'css/DOMWindowCSS.cpp', |
683 'css/DOMWindowCSS.h', | 686 'css/DOMWindowCSS.h', |
684 'css/DocumentRuleSets.cpp', | 687 'css/DocumentRuleSets.cpp', |
685 'css/DocumentRuleSets.h', | 688 'css/DocumentRuleSets.h', |
686 'css/ElementRuleCollector.cpp', | 689 'css/ElementRuleCollector.cpp', |
687 'css/ElementRuleCollector.h', | 690 'css/ElementRuleCollector.h', |
(...skipping 3121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3809 'bison_exe': 'bison', | 3812 'bison_exe': 'bison', |
3810 # We specify a preprocess so it happens locally and won't get | 3813 # We specify a preprocess so it happens locally and won't get |
3811 # distributed to goma. | 3814 # distributed to goma. |
3812 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3815 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3813 # use /usr/bin/clang once we require Xcode 4.x. | 3816 # use /usr/bin/clang once we require Xcode 4.x. |
3814 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3817 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3815 }], | 3818 }], |
3816 ], | 3819 ], |
3817 } | 3820 } |
3818 } | 3821 } |
OLD | NEW |