| 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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 'css/StyleSheetList.idl', | 34 'css/StyleSheetList.idl', |
| 35 'css/WebKitCSSFilterRule.idl', | 35 'css/WebKitCSSFilterRule.idl', |
| 36 'css/WebKitCSSFilterValue.idl', | 36 'css/WebKitCSSFilterValue.idl', |
| 37 'css/WebKitCSSMatrix.idl', | 37 'css/WebKitCSSMatrix.idl', |
| 38 'css/WebKitCSSMixFunctionValue.idl', | 38 'css/WebKitCSSMixFunctionValue.idl', |
| 39 'css/WebKitCSSRegionRule.idl', | 39 'css/WebKitCSSRegionRule.idl', |
| 40 'css/WebKitCSSTransformValue.idl', | 40 'css/WebKitCSSTransformValue.idl', |
| 41 'dom/Attr.idl', | 41 'dom/Attr.idl', |
| 42 'dom/AutocompleteErrorEvent.idl', | 42 'dom/AutocompleteErrorEvent.idl', |
| 43 'dom/BeforeLoadEvent.idl', | 43 'dom/BeforeLoadEvent.idl', |
| 44 'dom/BeforeUnloadEvent.idl', |
| 44 'dom/CDATASection.idl', | 45 'dom/CDATASection.idl', |
| 45 'dom/CharacterData.idl', | 46 'dom/CharacterData.idl', |
| 46 'dom/ClientRect.idl', | 47 'dom/ClientRect.idl', |
| 47 'dom/ClientRectList.idl', | 48 'dom/ClientRectList.idl', |
| 48 'dom/Clipboard.idl', | 49 'dom/Clipboard.idl', |
| 49 'dom/Comment.idl', | 50 'dom/Comment.idl', |
| 50 'dom/CompositionEvent.idl', | 51 'dom/CompositionEvent.idl', |
| 51 'dom/CustomEvent.idl', | 52 'dom/CustomEvent.idl', |
| 52 'dom/DOMError.idl', | 53 'dom/DOMError.idl', |
| 53 'dom/DOMException.idl', | 54 'dom/DOMException.idl', |
| (...skipping 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3843 'bison_exe': 'bison', | 3844 'bison_exe': 'bison', |
| 3844 # We specify a preprocess so it happens locally and won't get | 3845 # We specify a preprocess so it happens locally and won't get |
| 3845 # distributed to goma. | 3846 # distributed to goma. |
| 3846 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3847 # use /usr/bin/clang once we require Xcode 4.x. | 3848 # use /usr/bin/clang once we require Xcode 4.x. |
| 3848 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3849 }], | 3850 }], |
| 3850 ], | 3851 ], |
| 3851 } | 3852 } |
| 3852 } | 3853 } |
| OLD | NEW |