| 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 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3605 'svg/SVGTitleElement.h', | 3605 'svg/SVGTitleElement.h', |
| 3606 'svg/SVGTransform.cpp', | 3606 'svg/SVGTransform.cpp', |
| 3607 'svg/SVGTransformDistance.cpp', | 3607 'svg/SVGTransformDistance.cpp', |
| 3608 'svg/SVGTransformDistance.h', | 3608 'svg/SVGTransformDistance.h', |
| 3609 'svg/SVGTransformList.cpp', | 3609 'svg/SVGTransformList.cpp', |
| 3610 'svg/SVGTransformable.cpp', | 3610 'svg/SVGTransformable.cpp', |
| 3611 'svg/SVGTransformable.h', | 3611 'svg/SVGTransformable.h', |
| 3612 'svg/SVGURIReference.cpp', | 3612 'svg/SVGURIReference.cpp', |
| 3613 'svg/SVGURIReference.h', | 3613 'svg/SVGURIReference.h', |
| 3614 'svg/SVGUnitTypes.h', | 3614 'svg/SVGUnitTypes.h', |
| 3615 'svg/SVGUnknownElement.cpp', |
| 3616 'svg/SVGUnknownElement.h', |
| 3615 'svg/SVGUseElement.cpp', | 3617 'svg/SVGUseElement.cpp', |
| 3616 'svg/SVGUseElement.h', | 3618 'svg/SVGUseElement.h', |
| 3617 'svg/SVGVKernElement.cpp', | 3619 'svg/SVGVKernElement.cpp', |
| 3618 'svg/SVGVKernElement.h', | 3620 'svg/SVGVKernElement.h', |
| 3619 'svg/SVGViewElement.cpp', | 3621 'svg/SVGViewElement.cpp', |
| 3620 'svg/SVGViewElement.h', | 3622 'svg/SVGViewElement.h', |
| 3621 'svg/SVGViewSpec.cpp', | 3623 'svg/SVGViewSpec.cpp', |
| 3622 'svg/SVGViewSpec.h', | 3624 'svg/SVGViewSpec.h', |
| 3623 'svg/SVGZoomAndPan.cpp', | 3625 'svg/SVGZoomAndPan.cpp', |
| 3624 'svg/SVGZoomAndPan.h', | 3626 'svg/SVGZoomAndPan.h', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3801 'bison_exe': 'bison', | 3803 'bison_exe': 'bison', |
| 3802 # We specify a preprocess so it happens locally and won't get | 3804 # We specify a preprocess so it happens locally and won't get |
| 3803 # distributed to goma. | 3805 # distributed to goma. |
| 3804 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3805 # use /usr/bin/clang once we require Xcode 4.x. | 3807 # use /usr/bin/clang once we require Xcode 4.x. |
| 3806 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3807 }], | 3809 }], |
| 3808 ], | 3810 ], |
| 3809 } | 3811 } |
| 3810 } | 3812 } |
| OLD | NEW |