| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'core_idl_files': [ | 3 '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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'workers/SharedWorkerContext.idl', | 303 'workers/SharedWorkerContext.idl', |
| 304 'workers/Worker.idl', | 304 'workers/Worker.idl', |
| 305 'workers/WorkerContext.idl', | 305 'workers/WorkerContext.idl', |
| 306 'workers/WorkerLocation.idl', | 306 'workers/WorkerLocation.idl', |
| 307 'xml/DOMParser.idl', | 307 'xml/DOMParser.idl', |
| 308 'xml/XMLHttpRequest.idl', | 308 'xml/XMLHttpRequest.idl', |
| 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/XPathException.idl', | |
| 314 'xml/XPathExpression.idl', | 313 'xml/XPathExpression.idl', |
| 315 'xml/XPathNSResolver.idl', | 314 'xml/XPathNSResolver.idl', |
| 316 'xml/XPathResult.idl', | 315 'xml/XPathResult.idl', |
| 317 'xml/XSLTProcessor.idl', | 316 'xml/XSLTProcessor.idl', |
| 318 ], | 317 ], |
| 319 'svg_idl_files': [ | 318 'svg_idl_files': [ |
| 320 'svg/SVGAElement.idl', | 319 'svg/SVGAElement.idl', |
| 321 'svg/SVGAltGlyphElement.idl', | 320 'svg/SVGAltGlyphElement.idl', |
| 322 'svg/SVGAltGlyphItemElement.idl', | 321 'svg/SVGAltGlyphItemElement.idl', |
| 323 'svg/SVGAltGlyphDefElement.idl', | 322 'svg/SVGAltGlyphDefElement.idl', |
| (...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 'xml/XMLHttpRequestProgressEventThrottle.cpp', | 1610 'xml/XMLHttpRequestProgressEventThrottle.cpp', |
| 1612 'xml/XMLHttpRequestProgressEventThrottle.h', | 1611 'xml/XMLHttpRequestProgressEventThrottle.h', |
| 1613 'xml/XMLHttpRequestUpload.cpp', | 1612 'xml/XMLHttpRequestUpload.cpp', |
| 1614 'xml/XMLHttpRequestUpload.h', | 1613 'xml/XMLHttpRequestUpload.h', |
| 1615 'xml/XMLSerializer.cpp', | 1614 'xml/XMLSerializer.cpp', |
| 1616 'xml/XMLSerializer.h', | 1615 'xml/XMLSerializer.h', |
| 1617 'xml/XMLTreeViewer.cpp', | 1616 'xml/XMLTreeViewer.cpp', |
| 1618 'xml/XMLTreeViewer.h', | 1617 'xml/XMLTreeViewer.h', |
| 1619 'xml/XPathEvaluator.cpp', | 1618 'xml/XPathEvaluator.cpp', |
| 1620 'xml/XPathEvaluator.h', | 1619 'xml/XPathEvaluator.h', |
| 1621 'xml/XPathException.cpp', | |
| 1622 'xml/XPathException.h', | |
| 1623 'xml/XPathExpression.cpp', | 1620 'xml/XPathExpression.cpp', |
| 1624 'xml/XPathExpression.h', | 1621 'xml/XPathExpression.h', |
| 1625 'xml/XPathExpressionNode.cpp', | 1622 'xml/XPathExpressionNode.cpp', |
| 1626 'xml/XPathExpressionNode.h', | 1623 'xml/XPathExpressionNode.h', |
| 1627 'xml/XPathFunctions.cpp', | 1624 'xml/XPathFunctions.cpp', |
| 1628 'xml/XPathFunctions.h', | 1625 'xml/XPathFunctions.h', |
| 1629 'xml/XPathNSResolver.cpp', | 1626 'xml/XPathNSResolver.cpp', |
| 1630 'xml/XPathNSResolver.h', | 1627 'xml/XPathNSResolver.h', |
| 1631 'xml/XPathNodeSet.cpp', | 1628 'xml/XPathNodeSet.cpp', |
| 1632 'xml/XPathNodeSet.h', | 1629 'xml/XPathNodeSet.h', |
| (...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 'bison_exe': 'bison', | 3689 'bison_exe': 'bison', |
| 3693 # We specify a preprocess so it happens locally and won't get | 3690 # We specify a preprocess so it happens locally and won't get |
| 3694 # distributed to goma. | 3691 # distributed to goma. |
| 3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3696 # use /usr/bin/clang once we require Xcode 4.x. | 3693 # use /usr/bin/clang once we require Xcode 4.x. |
| 3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3698 }], | 3695 }], |
| 3699 ], | 3696 ], |
| 3700 } | 3697 } |
| 3701 } | 3698 } |
| OLD | NEW |