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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'svg/SVGRadialGradientElement.idl', | 444 'svg/SVGRadialGradientElement.idl', |
445 'svg/SVGRect.idl', | 445 'svg/SVGRect.idl', |
446 'svg/SVGRectElement.idl', | 446 'svg/SVGRectElement.idl', |
447 'svg/SVGRenderingIntent.idl', | 447 'svg/SVGRenderingIntent.idl', |
448 'svg/SVGSVGElement.idl', | 448 'svg/SVGSVGElement.idl', |
449 'svg/SVGScriptElement.idl', | 449 'svg/SVGScriptElement.idl', |
450 'svg/SVGSetElement.idl', | 450 'svg/SVGSetElement.idl', |
451 'svg/SVGStopElement.idl', | 451 'svg/SVGStopElement.idl', |
452 'svg/SVGStringList.idl', | 452 'svg/SVGStringList.idl', |
453 'svg/SVGStyleElement.idl', | 453 'svg/SVGStyleElement.idl', |
454 'svg/SVGStyledElement.idl', | |
455 'svg/SVGSwitchElement.idl', | 454 'svg/SVGSwitchElement.idl', |
456 'svg/SVGSymbolElement.idl', | 455 'svg/SVGSymbolElement.idl', |
457 'svg/SVGTRefElement.idl', | 456 'svg/SVGTRefElement.idl', |
458 'svg/SVGTSpanElement.idl', | 457 'svg/SVGTSpanElement.idl', |
459 'svg/SVGTextContentElement.idl', | 458 'svg/SVGTextContentElement.idl', |
460 'svg/SVGTextElement.idl', | 459 'svg/SVGTextElement.idl', |
461 'svg/SVGTextPathElement.idl', | 460 'svg/SVGTextPathElement.idl', |
462 'svg/SVGTextPositioningElement.idl', | 461 'svg/SVGTextPositioningElement.idl', |
463 'svg/SVGTitleElement.idl', | 462 'svg/SVGTitleElement.idl', |
464 'svg/SVGTransform.idl', | 463 'svg/SVGTransform.idl', |
(...skipping 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3576 'svg/SVGScriptElement.cpp', | 3575 'svg/SVGScriptElement.cpp', |
3577 'svg/SVGScriptElement.h', | 3576 'svg/SVGScriptElement.h', |
3578 'svg/SVGSetElement.cpp', | 3577 'svg/SVGSetElement.cpp', |
3579 'svg/SVGSetElement.h', | 3578 'svg/SVGSetElement.h', |
3580 'svg/SVGStopElement.cpp', | 3579 'svg/SVGStopElement.cpp', |
3581 'svg/SVGStopElement.h', | 3580 'svg/SVGStopElement.h', |
3582 'svg/SVGStringList.cpp', | 3581 'svg/SVGStringList.cpp', |
3583 'svg/SVGStringList.h', | 3582 'svg/SVGStringList.h', |
3584 'svg/SVGStyleElement.cpp', | 3583 'svg/SVGStyleElement.cpp', |
3585 'svg/SVGStyleElement.h', | 3584 'svg/SVGStyleElement.h', |
3586 'svg/SVGStyledElement.cpp', | |
3587 'svg/SVGStyledElement.h', | |
3588 'svg/SVGSwitchElement.cpp', | 3585 'svg/SVGSwitchElement.cpp', |
3589 'svg/SVGSwitchElement.h', | 3586 'svg/SVGSwitchElement.h', |
3590 'svg/SVGSymbolElement.cpp', | 3587 'svg/SVGSymbolElement.cpp', |
3591 'svg/SVGSymbolElement.h', | 3588 'svg/SVGSymbolElement.h', |
3592 'svg/SVGTRefElement.cpp', | 3589 'svg/SVGTRefElement.cpp', |
3593 'svg/SVGTRefElement.h', | 3590 'svg/SVGTRefElement.h', |
3594 'svg/SVGTSpanElement.cpp', | 3591 'svg/SVGTSpanElement.cpp', |
3595 'svg/SVGTSpanElement.h', | 3592 'svg/SVGTSpanElement.h', |
3596 'svg/SVGTests.cpp', | 3593 'svg/SVGTests.cpp', |
3597 'svg/SVGTests.h', | 3594 'svg/SVGTests.h', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3798 'bison_exe': 'bison', | 3795 'bison_exe': 'bison', |
3799 # We specify a preprocess so it happens locally and won't get | 3796 # We specify a preprocess so it happens locally and won't get |
3800 # distributed to goma. | 3797 # distributed to goma. |
3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3798 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3802 # use /usr/bin/clang once we require Xcode 4.x. | 3799 # use /usr/bin/clang once we require Xcode 4.x. |
3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3800 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3804 }], | 3801 }], |
3805 ], | 3802 ], |
3806 } | 3803 } |
3807 } | 3804 } |
OLD | NEW |