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 3807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3861 'bison_exe': 'bison', | 3862 'bison_exe': 'bison', |
3862 # We specify a preprocess so it happens locally and won't get | 3863 # We specify a preprocess so it happens locally and won't get |
3863 # distributed to goma. | 3864 # distributed to goma. |
3864 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3865 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3865 # use /usr/bin/clang once we require Xcode 4.x. | 3866 # use /usr/bin/clang once we require Xcode 4.x. |
3866 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3867 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3867 }], | 3868 }], |
3868 ], | 3869 ], |
3869 } | 3870 } |
3870 } | 3871 } |
OLD | NEW |