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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'xml/XMLHttpRequestProgressEvent.idl', | 283 'xml/XMLHttpRequestProgressEvent.idl', |
284 'xml/XMLHttpRequestUpload.idl', | 284 'xml/XMLHttpRequestUpload.idl', |
285 'xml/XMLSerializer.idl', | 285 'xml/XMLSerializer.idl', |
286 'xml/XPathEvaluator.idl', | 286 'xml/XPathEvaluator.idl', |
287 'xml/XPathExpression.idl', | 287 'xml/XPathExpression.idl', |
288 'xml/XPathNSResolver.idl', | 288 'xml/XPathNSResolver.idl', |
289 'xml/XPathResult.idl', | 289 'xml/XPathResult.idl', |
290 'xml/XSLTProcessor.idl', | 290 'xml/XSLTProcessor.idl', |
291 ], | 291 ], |
292 'python_core_idl_files': [ | 292 'python_core_idl_files': [ |
| 293 'css/CSSVariablesMapForEachCallback.idl', |
293 'css/RGBColor.idl', | 294 'css/RGBColor.idl', |
294 'css/Rect.idl', | 295 'css/Rect.idl', |
295 'dom/ChildNode.idl', | 296 'dom/ChildNode.idl', |
296 'dom/DocumentFullscreen.idl', | 297 'dom/DocumentFullscreen.idl', |
297 'dom/RequestAnimationFrameCallback.idl', | 298 'dom/RequestAnimationFrameCallback.idl', |
298 'dom/StringCallback.idl', | 299 'dom/StringCallback.idl', |
299 'html/VoidCallback.idl', | 300 'html/VoidCallback.idl', |
300 'html/canvas/CanvasPattern.idl', | 301 'html/canvas/CanvasPattern.idl', |
301 'html/canvas/EXTFragDepth.idl', | 302 'html/canvas/EXTFragDepth.idl', |
302 'html/canvas/OESElementIndexUint.idl', | 303 'html/canvas/OESElementIndexUint.idl', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'css/CSSToStyleMap.cpp', | 670 'css/CSSToStyleMap.cpp', |
670 'css/CSSToStyleMap.h', | 671 'css/CSSToStyleMap.h', |
671 'css/CSSTransformValue.cpp', | 672 'css/CSSTransformValue.cpp', |
672 'css/CSSUnicodeRangeValue.cpp', | 673 'css/CSSUnicodeRangeValue.cpp', |
673 'css/CSSUnicodeRangeValue.h', | 674 'css/CSSUnicodeRangeValue.h', |
674 'css/CSSUnknownRule.h', | 675 'css/CSSUnknownRule.h', |
675 'css/CSSValue.cpp', | 676 'css/CSSValue.cpp', |
676 'css/CSSValueList.cpp', | 677 'css/CSSValueList.cpp', |
677 'css/CSSValuePool.cpp', | 678 'css/CSSValuePool.cpp', |
678 'css/CSSValuePool.h', | 679 'css/CSSValuePool.h', |
| 680 'css/CSSVariablesIterator.h', |
679 'css/CSSVariablesMap.cpp', | 681 'css/CSSVariablesMap.cpp', |
680 'css/CSSVariablesMap.h', | 682 'css/CSSVariablesMap.h', |
| 683 'css/CSSVariablesMapForEachCallback.h', |
681 'css/CSSVariableValue.h', | 684 'css/CSSVariableValue.h', |
682 'css/CSSViewportRule.h', | 685 'css/CSSViewportRule.h', |
683 'css/CSSViewportRule.cpp', | 686 'css/CSSViewportRule.cpp', |
684 'css/Counter.h', | 687 'css/Counter.h', |
685 'css/DOMWindowCSS.cpp', | 688 'css/DOMWindowCSS.cpp', |
686 'css/DOMWindowCSS.h', | 689 'css/DOMWindowCSS.h', |
687 'css/DocumentRuleSets.cpp', | 690 'css/DocumentRuleSets.cpp', |
688 'css/DocumentRuleSets.h', | 691 'css/DocumentRuleSets.h', |
689 'css/ElementRuleCollector.cpp', | 692 'css/ElementRuleCollector.cpp', |
690 'css/ElementRuleCollector.h', | 693 'css/ElementRuleCollector.h', |
(...skipping 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3875 'bison_exe': 'bison', | 3878 'bison_exe': 'bison', |
3876 # We specify a preprocess so it happens locally and won't get | 3879 # We specify a preprocess so it happens locally and won't get |
3877 # distributed to goma. | 3880 # distributed to goma. |
3878 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3881 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3879 # use /usr/bin/clang once we require Xcode 4.x. | 3882 # use /usr/bin/clang once we require Xcode 4.x. |
3880 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3883 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3881 }], | 3884 }], |
3882 ], | 3885 ], |
3883 } | 3886 } |
3884 } | 3887 } |
OLD | NEW |