| 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 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 'html/HTMLLegendElement.h', | 2151 'html/HTMLLegendElement.h', |
| 2152 'html/HTMLLinkElement.cpp', | 2152 'html/HTMLLinkElement.cpp', |
| 2153 'html/HTMLLinkElement.h', | 2153 'html/HTMLLinkElement.h', |
| 2154 'html/HTMLMapElement.cpp', | 2154 'html/HTMLMapElement.cpp', |
| 2155 'html/HTMLMapElement.h', | 2155 'html/HTMLMapElement.h', |
| 2156 'html/HTMLMarqueeElement.cpp', | 2156 'html/HTMLMarqueeElement.cpp', |
| 2157 'html/HTMLMarqueeElement.h', | 2157 'html/HTMLMarqueeElement.h', |
| 2158 'html/HTMLMediaElement.cpp', | 2158 'html/HTMLMediaElement.cpp', |
| 2159 'html/HTMLMenuElement.cpp', | 2159 'html/HTMLMenuElement.cpp', |
| 2160 'html/HTMLMenuElement.h', | 2160 'html/HTMLMenuElement.h', |
| 2161 'html/HTMLMetaElement.cpp', | |
| 2162 'html/HTMLMetaElement.h', | 2161 'html/HTMLMetaElement.h', |
| 2163 'html/HTMLMeterElement.cpp', | 2162 'html/HTMLMeterElement.cpp', |
| 2164 'html/HTMLMeterElement.h', | 2163 'html/HTMLMeterElement.h', |
| 2165 'html/HTMLModElement.cpp', | 2164 'html/HTMLModElement.cpp', |
| 2166 'html/HTMLModElement.h', | 2165 'html/HTMLModElement.h', |
| 2167 'html/HTMLNameCollection.cpp', | 2166 'html/HTMLNameCollection.cpp', |
| 2168 'html/HTMLNameCollection.h', | 2167 'html/HTMLNameCollection.h', |
| 2169 'html/HTMLOListElement.cpp', | 2168 'html/HTMLOListElement.cpp', |
| 2170 'html/HTMLOListElement.h', | 2169 'html/HTMLOListElement.h', |
| 2171 'html/HTMLObjectElement.cpp', | 2170 'html/HTMLObjectElement.cpp', |
| (...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3836 'bison_exe': 'bison', | 3835 'bison_exe': 'bison', |
| 3837 # We specify a preprocess so it happens locally and won't get | 3836 # We specify a preprocess so it happens locally and won't get |
| 3838 # distributed to goma. | 3837 # distributed to goma. |
| 3839 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3838 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3840 # use /usr/bin/clang once we require Xcode 4.x. | 3839 # use /usr/bin/clang once we require Xcode 4.x. |
| 3841 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3840 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3842 }], | 3841 }], |
| 3843 ], | 3842 ], |
| 3844 } | 3843 } |
| 3845 } | 3844 } |
| OLD | NEW |