| 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 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2102 'html/HTMLHeadElement.cpp', | 2102 'html/HTMLHeadElement.cpp', |
| 2103 'html/HTMLHeadingElement.cpp', | 2103 'html/HTMLHeadingElement.cpp', |
| 2104 'html/HTMLHeadingElement.h', | 2104 'html/HTMLHeadingElement.h', |
| 2105 'html/HTMLHtmlElement.cpp', | 2105 'html/HTMLHtmlElement.cpp', |
| 2106 'html/HTMLHtmlElement.h', | 2106 'html/HTMLHtmlElement.h', |
| 2107 'html/HTMLIFrameElement.cpp', | 2107 'html/HTMLIFrameElement.cpp', |
| 2108 'html/HTMLImageElement.cpp', | 2108 'html/HTMLImageElement.cpp', |
| 2109 'html/HTMLImageElement.h', | 2109 'html/HTMLImageElement.h', |
| 2110 'html/HTMLImageLoader.cpp', | 2110 'html/HTMLImageLoader.cpp', |
| 2111 'html/HTMLImageLoader.h', | 2111 'html/HTMLImageLoader.h', |
| 2112 'html/HTMLImport.cpp', |
| 2113 'html/HTMLImport.h', |
| 2112 'html/HTMLImportsController.cpp', | 2114 'html/HTMLImportsController.cpp', |
| 2113 'html/HTMLImportsController.h', | 2115 'html/HTMLImportsController.h', |
| 2114 'html/HTMLInputElement.cpp', | 2116 'html/HTMLInputElement.cpp', |
| 2115 'html/HTMLKeygenElement.cpp', | 2117 'html/HTMLKeygenElement.cpp', |
| 2116 'html/HTMLKeygenElement.h', | 2118 'html/HTMLKeygenElement.h', |
| 2117 'html/HTMLLIElement.cpp', | 2119 'html/HTMLLIElement.cpp', |
| 2118 'html/HTMLLIElement.h', | 2120 'html/HTMLLIElement.h', |
| 2119 'html/HTMLLabelElement.cpp', | 2121 'html/HTMLLabelElement.cpp', |
| 2120 'html/HTMLLabelElement.h', | 2122 'html/HTMLLabelElement.h', |
| 2121 'html/HTMLLegendElement.cpp', | 2123 'html/HTMLLegendElement.cpp', |
| (...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3789 'bison_exe': 'bison', | 3791 'bison_exe': 'bison', |
| 3790 # We specify a preprocess so it happens locally and won't get | 3792 # We specify a preprocess so it happens locally and won't get |
| 3791 # distributed to goma. | 3793 # distributed to goma. |
| 3792 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3793 # use /usr/bin/clang once we require Xcode 4.x. | 3795 # use /usr/bin/clang once we require Xcode 4.x. |
| 3794 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3795 }], | 3797 }], |
| 3796 ], | 3798 ], |
| 3797 } | 3799 } |
| 3798 } | 3800 } |
| OLD | NEW |