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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1677 'dom/AnimationEvent.h', | 1677 'dom/AnimationEvent.h', |
1678 'dom/Attr.cpp', | 1678 'dom/Attr.cpp', |
1679 'dom/AutocompleteErrorEvent.h', | 1679 'dom/AutocompleteErrorEvent.h', |
1680 'dom/BeforeLoadEvent.h', | 1680 'dom/BeforeLoadEvent.h', |
1681 'dom/BeforeTextInsertedEvent.cpp', | 1681 'dom/BeforeTextInsertedEvent.cpp', |
1682 'dom/BeforeTextInsertedEvent.h', | 1682 'dom/BeforeTextInsertedEvent.h', |
1683 'dom/BeforeUnloadEvent.cpp', | 1683 'dom/BeforeUnloadEvent.cpp', |
1684 'dom/BeforeUnloadEvent.h', | 1684 'dom/BeforeUnloadEvent.h', |
1685 'dom/CDATASection.cpp', | 1685 'dom/CDATASection.cpp', |
1686 'dom/CDATASection.h', | 1686 'dom/CDATASection.h', |
| 1687 'dom/CSSSelectorWatch.cpp', |
1687 'dom/CharacterData.cpp', | 1688 'dom/CharacterData.cpp', |
1688 'dom/CheckedRadioButtons.cpp', | 1689 'dom/CheckedRadioButtons.cpp', |
1689 'dom/ChildListMutationScope.cpp', | 1690 'dom/ChildListMutationScope.cpp', |
1690 'dom/ChildListMutationScope.h', | 1691 'dom/ChildListMutationScope.h', |
1691 'dom/ChildNodeList.cpp', | 1692 'dom/ChildNodeList.cpp', |
1692 'dom/ChildNodeList.h', | 1693 'dom/ChildNodeList.h', |
1693 'dom/ClassNodeList.cpp', | 1694 'dom/ClassNodeList.cpp', |
1694 'dom/ClassNodeList.h', | 1695 'dom/ClassNodeList.h', |
1695 'dom/ClientRect.cpp', | 1696 'dom/ClientRect.cpp', |
1696 'dom/ClientRect.h', | 1697 'dom/ClientRect.h', |
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3767 'bison_exe': 'bison', | 3768 'bison_exe': 'bison', |
3768 # We specify a preprocess so it happens locally and won't get | 3769 # We specify a preprocess so it happens locally and won't get |
3769 # distributed to goma. | 3770 # distributed to goma. |
3770 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3771 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3771 # use /usr/bin/clang once we require Xcode 4.x. | 3772 # use /usr/bin/clang once we require Xcode 4.x. |
3772 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3773 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3773 }], | 3774 }], |
3774 ], | 3775 ], |
3775 } | 3776 } |
3776 } | 3777 } |
OLD | NEW |