| 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 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1698 'dom/AnimationEvent.h', | 1698 'dom/AnimationEvent.h', |
| 1699 'dom/Attr.cpp', | 1699 'dom/Attr.cpp', |
| 1700 'dom/AutocompleteErrorEvent.h', | 1700 'dom/AutocompleteErrorEvent.h', |
| 1701 'dom/BeforeLoadEvent.h', | 1701 'dom/BeforeLoadEvent.h', |
| 1702 'dom/BeforeTextInsertedEvent.cpp', | 1702 'dom/BeforeTextInsertedEvent.cpp', |
| 1703 'dom/BeforeTextInsertedEvent.h', | 1703 'dom/BeforeTextInsertedEvent.h', |
| 1704 'dom/BeforeUnloadEvent.cpp', | 1704 'dom/BeforeUnloadEvent.cpp', |
| 1705 'dom/BeforeUnloadEvent.h', | 1705 'dom/BeforeUnloadEvent.h', |
| 1706 'dom/CDATASection.cpp', | 1706 'dom/CDATASection.cpp', |
| 1707 'dom/CDATASection.h', | 1707 'dom/CDATASection.h', |
| 1708 'dom/CSSSelectorWatch.cpp', |
| 1708 'dom/CharacterData.cpp', | 1709 'dom/CharacterData.cpp', |
| 1709 'dom/CheckedRadioButtons.cpp', | 1710 'dom/CheckedRadioButtons.cpp', |
| 1710 'dom/ChildListMutationScope.cpp', | 1711 'dom/ChildListMutationScope.cpp', |
| 1711 'dom/ChildListMutationScope.h', | 1712 'dom/ChildListMutationScope.h', |
| 1712 'dom/ChildNodeList.cpp', | 1713 'dom/ChildNodeList.cpp', |
| 1713 'dom/ChildNodeList.h', | 1714 'dom/ChildNodeList.h', |
| 1714 'dom/ClassNodeList.cpp', | 1715 'dom/ClassNodeList.cpp', |
| 1715 'dom/ClassNodeList.h', | 1716 'dom/ClassNodeList.h', |
| 1716 'dom/ClientRect.cpp', | 1717 'dom/ClientRect.cpp', |
| 1717 'dom/ClientRect.h', | 1718 'dom/ClientRect.h', |
| (...skipping 2085 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 |