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 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3552 'svg/SVGPathStringBuilder.cpp', | 3552 'svg/SVGPathStringBuilder.cpp', |
3553 'svg/SVGPathStringBuilder.h', | 3553 'svg/SVGPathStringBuilder.h', |
3554 'svg/SVGPathStringSource.cpp', | 3554 'svg/SVGPathStringSource.cpp', |
3555 'svg/SVGPathStringSource.h', | 3555 'svg/SVGPathStringSource.h', |
3556 'svg/SVGPathTraversalStateBuilder.cpp', | 3556 'svg/SVGPathTraversalStateBuilder.cpp', |
3557 'svg/SVGPathTraversalStateBuilder.h', | 3557 'svg/SVGPathTraversalStateBuilder.h', |
3558 'svg/SVGPathUtilities.cpp', | 3558 'svg/SVGPathUtilities.cpp', |
3559 'svg/SVGPathUtilities.h', | 3559 'svg/SVGPathUtilities.h', |
3560 'svg/SVGPatternElement.cpp', | 3560 'svg/SVGPatternElement.cpp', |
3561 'svg/SVGPatternElement.h', | 3561 'svg/SVGPatternElement.h', |
| 3562 'svg/SVGPoint.h', |
3562 'svg/SVGPointList.cpp', | 3563 'svg/SVGPointList.cpp', |
3563 'svg/SVGPointList.h', | 3564 'svg/SVGPointList.h', |
3564 'svg/SVGPolyElement.cpp', | 3565 'svg/SVGPolyElement.cpp', |
3565 'svg/SVGPolyElement.h', | 3566 'svg/SVGPolyElement.h', |
3566 'svg/SVGPolygonElement.cpp', | 3567 'svg/SVGPolygonElement.cpp', |
3567 'svg/SVGPolygonElement.h', | 3568 'svg/SVGPolygonElement.h', |
3568 'svg/SVGPolylineElement.cpp', | 3569 'svg/SVGPolylineElement.cpp', |
3569 'svg/SVGPolylineElement.h', | 3570 'svg/SVGPolylineElement.h', |
3570 'svg/SVGPreserveAspectRatio.cpp', | 3571 'svg/SVGPreserveAspectRatio.cpp', |
3571 'svg/SVGRadialGradientElement.cpp', | 3572 'svg/SVGRadialGradientElement.cpp', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3791 'bison_exe': 'bison', | 3792 'bison_exe': 'bison', |
3792 # We specify a preprocess so it happens locally and won't get | 3793 # We specify a preprocess so it happens locally and won't get |
3793 # distributed to goma. | 3794 # distributed to goma. |
3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3795 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3795 # use /usr/bin/clang once we require Xcode 4.x. | 3796 # use /usr/bin/clang once we require Xcode 4.x. |
3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3797 }], | 3798 }], |
3798 ], | 3799 ], |
3799 } | 3800 } |
3800 } | 3801 } |
OLD | NEW |