| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'svg/SVGScriptElement.idl', | 443 'svg/SVGScriptElement.idl', |
| 444 'svg/SVGSetElement.idl', | 444 'svg/SVGSetElement.idl', |
| 445 'svg/SVGStopElement.idl', | 445 'svg/SVGStopElement.idl', |
| 446 'svg/SVGStringList.idl', | 446 'svg/SVGStringList.idl', |
| 447 'svg/SVGStyleElement.idl', | 447 'svg/SVGStyleElement.idl', |
| 448 'svg/SVGStyledElement.idl', | 448 'svg/SVGStyledElement.idl', |
| 449 'svg/SVGSwitchElement.idl', | 449 'svg/SVGSwitchElement.idl', |
| 450 'svg/SVGSymbolElement.idl', | 450 'svg/SVGSymbolElement.idl', |
| 451 'svg/SVGTRefElement.idl', | 451 'svg/SVGTRefElement.idl', |
| 452 'svg/SVGTSpanElement.idl', | 452 'svg/SVGTSpanElement.idl', |
| 453 'svg/SVGTests.idl', |
| 453 'svg/SVGTextContentElement.idl', | 454 'svg/SVGTextContentElement.idl', |
| 454 'svg/SVGTextElement.idl', | 455 'svg/SVGTextElement.idl', |
| 455 'svg/SVGTextPathElement.idl', | 456 'svg/SVGTextPathElement.idl', |
| 456 'svg/SVGTextPositioningElement.idl', | 457 'svg/SVGTextPositioningElement.idl', |
| 457 'svg/SVGTitleElement.idl', | 458 'svg/SVGTitleElement.idl', |
| 458 'svg/SVGTransform.idl', | 459 'svg/SVGTransform.idl', |
| 459 'svg/SVGTransformList.idl', | 460 'svg/SVGTransformList.idl', |
| 460 'svg/SVGURIReference.idl', | 461 'svg/SVGURIReference.idl', |
| 461 'svg/SVGUnitTypes.idl', | 462 'svg/SVGUnitTypes.idl', |
| 462 'svg/SVGUseElement.idl', | 463 'svg/SVGUseElement.idl', |
| (...skipping 3229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 'bison_exe': 'bison', | 3693 'bison_exe': 'bison', |
| 3693 # We specify a preprocess so it happens locally and won't get | 3694 # We specify a preprocess so it happens locally and won't get |
| 3694 # distributed to goma. | 3695 # distributed to goma. |
| 3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3696 # use /usr/bin/clang once we require Xcode 4.x. | 3697 # use /usr/bin/clang once we require Xcode 4.x. |
| 3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3698 }], | 3699 }], |
| 3699 ], | 3700 ], |
| 3700 } | 3701 } |
| 3701 } | 3702 } |
| OLD | NEW |