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