| 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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 'html/HTMLLegendElement.h', | 2110 'html/HTMLLegendElement.h', |
| 2111 'html/HTMLLinkElement.cpp', | 2111 'html/HTMLLinkElement.cpp', |
| 2112 'html/HTMLLinkElement.h', | 2112 'html/HTMLLinkElement.h', |
| 2113 'html/HTMLMapElement.cpp', | 2113 'html/HTMLMapElement.cpp', |
| 2114 'html/HTMLMapElement.h', | 2114 'html/HTMLMapElement.h', |
| 2115 'html/HTMLMarqueeElement.cpp', | 2115 'html/HTMLMarqueeElement.cpp', |
| 2116 'html/HTMLMarqueeElement.h', | 2116 'html/HTMLMarqueeElement.h', |
| 2117 'html/HTMLMediaElement.cpp', | 2117 'html/HTMLMediaElement.cpp', |
| 2118 'html/HTMLMenuElement.cpp', | 2118 'html/HTMLMenuElement.cpp', |
| 2119 'html/HTMLMenuElement.h', | 2119 'html/HTMLMenuElement.h', |
| 2120 'html/HTMLMetaElement.cpp', | |
| 2121 'html/HTMLMetaElement.h', | 2120 'html/HTMLMetaElement.h', |
| 2122 'html/HTMLMeterElement.cpp', | 2121 'html/HTMLMeterElement.cpp', |
| 2123 'html/HTMLMeterElement.h', | 2122 'html/HTMLMeterElement.h', |
| 2124 'html/HTMLModElement.cpp', | 2123 'html/HTMLModElement.cpp', |
| 2125 'html/HTMLModElement.h', | 2124 'html/HTMLModElement.h', |
| 2126 'html/HTMLNameCollection.cpp', | 2125 'html/HTMLNameCollection.cpp', |
| 2127 'html/HTMLNameCollection.h', | 2126 'html/HTMLNameCollection.h', |
| 2128 'html/HTMLOListElement.cpp', | 2127 'html/HTMLOListElement.cpp', |
| 2129 'html/HTMLOListElement.h', | 2128 'html/HTMLOListElement.h', |
| 2130 'html/HTMLObjectElement.cpp', | 2129 'html/HTMLObjectElement.cpp', |
| (...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3781 'bison_exe': 'bison', | 3780 'bison_exe': 'bison', |
| 3782 # We specify a preprocess so it happens locally and won't get | 3781 # We specify a preprocess so it happens locally and won't get |
| 3783 # distributed to goma. | 3782 # distributed to goma. |
| 3784 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3783 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3785 # use /usr/bin/clang once we require Xcode 4.x. | 3784 # use /usr/bin/clang once we require Xcode 4.x. |
| 3786 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3785 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3787 }], | 3786 }], |
| 3788 ], | 3787 ], |
| 3789 } | 3788 } |
| 3790 } | 3789 } |
| OLD | NEW |