| 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 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1740 'dom/CustomElementCallbackDispatcher.h', | 1740 'dom/CustomElementCallbackDispatcher.h', |
| 1741 'dom/CustomElementCallbackInvocation.cpp', | 1741 'dom/CustomElementCallbackInvocation.cpp', |
| 1742 'dom/CustomElementCallbackInvocation.h', | 1742 'dom/CustomElementCallbackInvocation.h', |
| 1743 'dom/CustomElementCallbackQueue.cpp', | 1743 'dom/CustomElementCallbackQueue.cpp', |
| 1744 'dom/CustomElementCallbackQueue.h', | 1744 'dom/CustomElementCallbackQueue.h', |
| 1745 'dom/CustomElementDefinition.cpp', | 1745 'dom/CustomElementDefinition.cpp', |
| 1746 'dom/CustomElementDefinition.h', | 1746 'dom/CustomElementDefinition.h', |
| 1747 'dom/CustomElementDescriptor.h', | 1747 'dom/CustomElementDescriptor.h', |
| 1748 'dom/CustomElementDescriptorHash.h', | 1748 'dom/CustomElementDescriptorHash.h', |
| 1749 'dom/CustomElementLifecycleCallbacks.h', | 1749 'dom/CustomElementLifecycleCallbacks.h', |
| 1750 'dom/CustomElementRegistrationContext.cpp', |
| 1751 'dom/CustomElementRegistrationContext.h', |
| 1750 'dom/CustomElementRegistry.cpp', | 1752 'dom/CustomElementRegistry.cpp', |
| 1751 'dom/CustomElementRegistry.h', | 1753 'dom/CustomElementRegistry.h', |
| 1752 'dom/CustomElementUpgradeCandidateMap.cpp', | 1754 'dom/CustomElementUpgradeCandidateMap.cpp', |
| 1753 'dom/CustomElementUpgradeCandidateMap.h', | 1755 'dom/CustomElementUpgradeCandidateMap.h', |
| 1754 'dom/CustomEvent.cpp', | 1756 'dom/CustomEvent.cpp', |
| 1755 'dom/CustomEvent.h', | 1757 'dom/CustomEvent.h', |
| 1756 'dom/DOMError.cpp', | 1758 'dom/DOMError.cpp', |
| 1757 'dom/DOMError.h', | 1759 'dom/DOMError.h', |
| 1758 'dom/DOMException.cpp', | 1760 'dom/DOMException.cpp', |
| 1759 'dom/DOMException.h', | 1761 'dom/DOMException.h', |
| (...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 'bison_exe': 'bison', | 3771 'bison_exe': 'bison', |
| 3770 # We specify a preprocess so it happens locally and won't get | 3772 # We specify a preprocess so it happens locally and won't get |
| 3771 # distributed to goma. | 3773 # distributed to goma. |
| 3772 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3774 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3773 # use /usr/bin/clang once we require Xcode 4.x. | 3775 # use /usr/bin/clang once we require Xcode 4.x. |
| 3774 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3776 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3775 }], | 3777 }], |
| 3776 ], | 3778 ], |
| 3777 } | 3779 } |
| 3778 } | 3780 } |
| OLD | NEW |