| 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 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1744 'dom/CustomElementCallbackInvocation.h', | 1744 'dom/CustomElementCallbackInvocation.h', |
| 1745 'dom/CustomElementCallbackQueue.cpp', | 1745 'dom/CustomElementCallbackQueue.cpp', |
| 1746 'dom/CustomElementCallbackQueue.h', | 1746 'dom/CustomElementCallbackQueue.h', |
| 1747 'dom/CustomElementDefinition.cpp', | 1747 'dom/CustomElementDefinition.cpp', |
| 1748 'dom/CustomElementDefinition.h', | 1748 'dom/CustomElementDefinition.h', |
| 1749 'dom/CustomElementDescriptor.h', | 1749 'dom/CustomElementDescriptor.h', |
| 1750 'dom/CustomElementDescriptorHash.h', | 1750 'dom/CustomElementDescriptorHash.h', |
| 1751 'dom/CustomElementLifecycleCallbacks.h', | 1751 'dom/CustomElementLifecycleCallbacks.h', |
| 1752 'dom/CustomElementRegistrationContext.cpp', | 1752 'dom/CustomElementRegistrationContext.cpp', |
| 1753 'dom/CustomElementRegistrationContext.h', | 1753 'dom/CustomElementRegistrationContext.h', |
| 1754 'dom/CustomElementRegistrationContextualizer.cpp', |
| 1755 'dom/CustomElementRegistrationContextualizer.h', |
| 1754 'dom/CustomElementRegistry.cpp', | 1756 'dom/CustomElementRegistry.cpp', |
| 1755 'dom/CustomElementRegistry.h', | 1757 'dom/CustomElementRegistry.h', |
| 1756 'dom/CustomElementUpgradeCandidateMap.cpp', | 1758 'dom/CustomElementUpgradeCandidateMap.cpp', |
| 1757 'dom/CustomElementUpgradeCandidateMap.h', | 1759 'dom/CustomElementUpgradeCandidateMap.h', |
| 1758 'dom/CustomEvent.cpp', | 1760 'dom/CustomEvent.cpp', |
| 1759 'dom/CustomEvent.h', | 1761 'dom/CustomEvent.h', |
| 1760 'dom/DOMError.cpp', | 1762 'dom/DOMError.cpp', |
| 1761 'dom/DOMError.h', | 1763 'dom/DOMError.h', |
| 1762 'dom/DOMException.cpp', | 1764 'dom/DOMException.cpp', |
| 1763 'dom/DOMException.h', | 1765 'dom/DOMException.h', |
| (...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3791 'bison_exe': 'bison', | 3793 'bison_exe': 'bison', |
| 3792 # We specify a preprocess so it happens locally and won't get | 3794 # We specify a preprocess so it happens locally and won't get |
| 3793 # distributed to goma. | 3795 # distributed to goma. |
| 3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3796 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3795 # use /usr/bin/clang once we require Xcode 4.x. | 3797 # use /usr/bin/clang once we require Xcode 4.x. |
| 3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3798 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3797 }], | 3799 }], |
| 3798 ], | 3800 ], |
| 3799 } | 3801 } |
| 3800 } | 3802 } |
| OLD | NEW |