| 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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'css/SVGCSSParser.cpp', | 731 'css/SVGCSSParser.cpp', |
| 732 'css/SelectorChecker.cpp', | 732 'css/SelectorChecker.cpp', |
| 733 'css/SelectorChecker.h', | 733 'css/SelectorChecker.h', |
| 734 'css/SelectorCheckerFastPath.cpp', | 734 'css/SelectorCheckerFastPath.cpp', |
| 735 'css/SelectorCheckerFastPath.h', | 735 'css/SelectorCheckerFastPath.h', |
| 736 'css/SelectorFilter.cpp', | 736 'css/SelectorFilter.cpp', |
| 737 'css/SelectorFilter.h', | 737 'css/SelectorFilter.h', |
| 738 'css/ShadowValue.cpp', | 738 'css/ShadowValue.cpp', |
| 739 'css/ShadowValue.h', | 739 'css/ShadowValue.h', |
| 740 'css/SiblingTraversalStrategies.h', | 740 'css/SiblingTraversalStrategies.h', |
| 741 'css/StyleColor.cpp', | |
| 742 'css/StyleColor.h', | 741 'css/StyleColor.h', |
| 743 'css/StyleInvalidationAnalysis.cpp', | 742 'css/StyleInvalidationAnalysis.cpp', |
| 744 'css/StyleInvalidationAnalysis.h', | 743 'css/StyleInvalidationAnalysis.h', |
| 745 'css/StyleMedia.cpp', | 744 'css/StyleMedia.cpp', |
| 746 'css/StyleMedia.h', | 745 'css/StyleMedia.h', |
| 747 'css/StylePropertySerializer.cpp', | 746 'css/StylePropertySerializer.cpp', |
| 748 'css/StylePropertySerializer.h', | 747 'css/StylePropertySerializer.h', |
| 749 'css/StylePropertySet.cpp', | 748 'css/StylePropertySet.cpp', |
| 750 'css/StylePropertySet.h', | 749 'css/StylePropertySet.h', |
| 751 'css/StylePropertyShorthandCustom.cpp', | 750 'css/StylePropertyShorthandCustom.cpp', |
| (...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3869 'bison_exe': 'bison', | 3868 'bison_exe': 'bison', |
| 3870 # We specify a preprocess so it happens locally and won't get | 3869 # We specify a preprocess so it happens locally and won't get |
| 3871 # distributed to goma. | 3870 # distributed to goma. |
| 3872 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3871 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3873 # use /usr/bin/clang once we require Xcode 4.x. | 3872 # use /usr/bin/clang once we require Xcode 4.x. |
| 3874 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3873 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3875 }], | 3874 }], |
| 3876 ], | 3875 ], |
| 3877 } | 3876 } |
| 3878 } | 3877 } |
| OLD | NEW |