| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'svg/SVGFEMergeElement.idl', | 374 'svg/SVGFEMergeElement.idl', |
| 375 'svg/SVGFEMergeNodeElement.idl', | 375 'svg/SVGFEMergeNodeElement.idl', |
| 376 'svg/SVGFEMorphologyElement.idl', | 376 'svg/SVGFEMorphologyElement.idl', |
| 377 'svg/SVGFEOffsetElement.idl', | 377 'svg/SVGFEOffsetElement.idl', |
| 378 'svg/SVGFEPointLightElement.idl', | 378 'svg/SVGFEPointLightElement.idl', |
| 379 'svg/SVGFESpecularLightingElement.idl', | 379 'svg/SVGFESpecularLightingElement.idl', |
| 380 'svg/SVGFESpotLightElement.idl', | 380 'svg/SVGFESpotLightElement.idl', |
| 381 'svg/SVGFETileElement.idl', | 381 'svg/SVGFETileElement.idl', |
| 382 'svg/SVGFETurbulenceElement.idl', | 382 'svg/SVGFETurbulenceElement.idl', |
| 383 'svg/SVGFilterElement.idl', | 383 'svg/SVGFilterElement.idl', |
| 384 'svg/SVGFilterPrimitiveStandardAttributes.idl', |
| 384 'svg/SVGFitToViewBox.idl', | 385 'svg/SVGFitToViewBox.idl', |
| 385 'svg/SVGFontElement.idl', | 386 'svg/SVGFontElement.idl', |
| 386 'svg/SVGFontFaceElement.idl', | 387 'svg/SVGFontFaceElement.idl', |
| 387 'svg/SVGFontFaceFormatElement.idl', | 388 'svg/SVGFontFaceFormatElement.idl', |
| 388 'svg/SVGFontFaceNameElement.idl', | 389 'svg/SVGFontFaceNameElement.idl', |
| 389 'svg/SVGFontFaceSrcElement.idl', | 390 'svg/SVGFontFaceSrcElement.idl', |
| 390 'svg/SVGFontFaceUriElement.idl', | 391 'svg/SVGFontFaceUriElement.idl', |
| 391 'svg/SVGForeignObjectElement.idl', | 392 'svg/SVGForeignObjectElement.idl', |
| 392 'svg/SVGGElement.idl', | 393 'svg/SVGGElement.idl', |
| 393 'svg/SVGGlyphElement.idl', | 394 'svg/SVGGlyphElement.idl', |
| (...skipping 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3708 'bison_exe': 'bison', | 3709 'bison_exe': 'bison', |
| 3709 # We specify a preprocess so it happens locally and won't get | 3710 # We specify a preprocess so it happens locally and won't get |
| 3710 # distributed to goma. | 3711 # distributed to goma. |
| 3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3712 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3712 # use /usr/bin/clang once we require Xcode 4.x. | 3713 # use /usr/bin/clang once we require Xcode 4.x. |
| 3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3714 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3714 }], | 3715 }], |
| 3715 ], | 3716 ], |
| 3716 } | 3717 } |
| 3717 } | 3718 } |
| OLD | NEW |