| 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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2103 'html/HTMLImageElement.cpp', | 2103 'html/HTMLImageElement.cpp', |
| 2104 'html/HTMLImageElement.h', | 2104 'html/HTMLImageElement.h', |
| 2105 'html/HTMLImageLoader.cpp', | 2105 'html/HTMLImageLoader.cpp', |
| 2106 'html/HTMLImageLoader.h', | 2106 'html/HTMLImageLoader.h', |
| 2107 'html/HTMLImport.cpp', | 2107 'html/HTMLImport.cpp', |
| 2108 'html/HTMLImport.h', | 2108 'html/HTMLImport.h', |
| 2109 'html/HTMLImportsController.cpp', | 2109 'html/HTMLImportsController.cpp', |
| 2110 'html/HTMLImportsController.h', | 2110 'html/HTMLImportsController.h', |
| 2111 'html/HTMLImportLoader.cpp', | 2111 'html/HTMLImportLoader.cpp', |
| 2112 'html/HTMLImportLoader.h', | 2112 'html/HTMLImportLoader.h', |
| 2113 'html/HTMLImportLoaderClient.h', |
| 2113 'html/HTMLInputElement.cpp', | 2114 'html/HTMLInputElement.cpp', |
| 2114 'html/HTMLKeygenElement.cpp', | 2115 'html/HTMLKeygenElement.cpp', |
| 2115 'html/HTMLKeygenElement.h', | 2116 'html/HTMLKeygenElement.h', |
| 2116 'html/HTMLLIElement.cpp', | 2117 'html/HTMLLIElement.cpp', |
| 2117 'html/HTMLLIElement.h', | 2118 'html/HTMLLIElement.h', |
| 2118 'html/HTMLLabelElement.cpp', | 2119 'html/HTMLLabelElement.cpp', |
| 2119 'html/HTMLLabelElement.h', | 2120 'html/HTMLLabelElement.h', |
| 2120 'html/HTMLLegendElement.cpp', | 2121 'html/HTMLLegendElement.cpp', |
| 2121 'html/HTMLLegendElement.h', | 2122 'html/HTMLLegendElement.h', |
| 2122 'html/HTMLLinkElement.cpp', | 2123 'html/HTMLLinkElement.cpp', |
| (...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3803 'bison_exe': 'bison', | 3804 'bison_exe': 'bison', |
| 3804 # We specify a preprocess so it happens locally and won't get | 3805 # We specify a preprocess so it happens locally and won't get |
| 3805 # distributed to goma. | 3806 # distributed to goma. |
| 3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3807 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3807 # use /usr/bin/clang once we require Xcode 4.x. | 3808 # use /usr/bin/clang once we require Xcode 4.x. |
| 3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3809 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3809 }], | 3810 }], |
| 3810 ], | 3811 ], |
| 3811 } | 3812 } |
| 3812 } | 3813 } |
| OLD | NEW |