| 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 'css/CSSFontFaceSource.cpp', | 590 'css/CSSFontFaceSource.cpp', |
| 591 'css/CSSFontFaceSource.h', | 591 'css/CSSFontFaceSource.h', |
| 592 'css/CSSFontFaceSrcValue.cpp', | 592 'css/CSSFontFaceSrcValue.cpp', |
| 593 'css/CSSFontFaceSrcValue.h', | 593 'css/CSSFontFaceSrcValue.h', |
| 594 'css/CSSFontSelector.cpp', | 594 'css/CSSFontSelector.cpp', |
| 595 'css/CSSFontSelector.h', | 595 'css/CSSFontSelector.h', |
| 596 'css/CSSFunctionValue.cpp', | 596 'css/CSSFunctionValue.cpp', |
| 597 'css/CSSFunctionValue.h', | 597 'css/CSSFunctionValue.h', |
| 598 'css/CSSGradientValue.cpp', | 598 'css/CSSGradientValue.cpp', |
| 599 'css/CSSGradientValue.h', | 599 'css/CSSGradientValue.h', |
| 600 'css/CSSGridTemplateValue.cpp', |
| 601 'css/CSSGridTemplateValue.h', |
| 600 'css/CSSGroupingRule.cpp', | 602 'css/CSSGroupingRule.cpp', |
| 601 'css/CSSGroupingRule.h', | 603 'css/CSSGroupingRule.h', |
| 602 'css/CSSHostRule.cpp', | 604 'css/CSSHostRule.cpp', |
| 603 'css/CSSHostRule.h', | 605 'css/CSSHostRule.h', |
| 604 'css/CSSImageGeneratorValue.cpp', | 606 'css/CSSImageGeneratorValue.cpp', |
| 605 'css/CSSImageSetValue.cpp', | 607 'css/CSSImageSetValue.cpp', |
| 606 'css/CSSImageValue.cpp', | 608 'css/CSSImageValue.cpp', |
| 607 'css/CSSImportRule.cpp', | 609 'css/CSSImportRule.cpp', |
| 608 'css/CSSImportRule.h', | 610 'css/CSSImportRule.h', |
| 609 'css/CSSInheritedValue.cpp', | 611 'css/CSSInheritedValue.cpp', |
| (...skipping 3188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3798 'bison_exe': 'bison', | 3800 'bison_exe': 'bison', |
| 3799 # We specify a preprocess so it happens locally and won't get | 3801 # We specify a preprocess so it happens locally and won't get |
| 3800 # distributed to goma. | 3802 # distributed to goma. |
| 3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3803 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3802 # use /usr/bin/clang once we require Xcode 4.x. | 3804 # use /usr/bin/clang once we require Xcode 4.x. |
| 3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3805 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3804 }], | 3806 }], |
| 3805 ], | 3807 ], |
| 3806 } | 3808 } |
| 3807 } | 3809 } |
| OLD | NEW |