| 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 3504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3515 'svg/SVGSetElement.cpp', | 3515 'svg/SVGSetElement.cpp', |
| 3516 'svg/SVGSetElement.h', | 3516 'svg/SVGSetElement.h', |
| 3517 'svg/SVGStopElement.cpp', | 3517 'svg/SVGStopElement.cpp', |
| 3518 'svg/SVGStopElement.h', | 3518 'svg/SVGStopElement.h', |
| 3519 'svg/SVGStringList.cpp', | 3519 'svg/SVGStringList.cpp', |
| 3520 'svg/SVGStringList.h', | 3520 'svg/SVGStringList.h', |
| 3521 'svg/SVGStyleElement.cpp', | 3521 'svg/SVGStyleElement.cpp', |
| 3522 'svg/SVGStyleElement.h', | 3522 'svg/SVGStyleElement.h', |
| 3523 'svg/SVGStyledElement.cpp', | 3523 'svg/SVGStyledElement.cpp', |
| 3524 'svg/SVGStyledElement.h', | 3524 'svg/SVGStyledElement.h', |
| 3525 'svg/SVGStyledLocatableElement.cpp', | |
| 3526 'svg/SVGStyledLocatableElement.h', | |
| 3527 'svg/SVGSwitchElement.cpp', | 3525 'svg/SVGSwitchElement.cpp', |
| 3528 'svg/SVGSwitchElement.h', | 3526 'svg/SVGSwitchElement.h', |
| 3529 'svg/SVGSymbolElement.cpp', | 3527 'svg/SVGSymbolElement.cpp', |
| 3530 'svg/SVGSymbolElement.h', | 3528 'svg/SVGSymbolElement.h', |
| 3531 'svg/SVGTRefElement.cpp', | 3529 'svg/SVGTRefElement.cpp', |
| 3532 'svg/SVGTRefElement.h', | 3530 'svg/SVGTRefElement.h', |
| 3533 'svg/SVGTSpanElement.cpp', | 3531 'svg/SVGTSpanElement.cpp', |
| 3534 'svg/SVGTSpanElement.h', | 3532 'svg/SVGTSpanElement.h', |
| 3535 'svg/SVGTests.cpp', | 3533 'svg/SVGTests.cpp', |
| 3536 'svg/SVGTests.h', | 3534 'svg/SVGTests.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3707 'bison_exe': 'bison', | 3705 'bison_exe': 'bison', |
| 3708 # We specify a preprocess so it happens locally and won't get | 3706 # We specify a preprocess so it happens locally and won't get |
| 3709 # distributed to goma. | 3707 # distributed to goma. |
| 3710 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3708 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3711 # use /usr/bin/clang once we require Xcode 4.x. | 3709 # use /usr/bin/clang once we require Xcode 4.x. |
| 3712 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3710 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3713 }], | 3711 }], |
| 3714 ], | 3712 ], |
| 3715 } | 3713 } |
| 3716 } | 3714 } |
| OLD | NEW |