Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: Source/core/core.gypi

Issue 15786003: WIP don't review: Implement Future (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'dom/Document.idl', 64 'dom/Document.idl',
65 'dom/DocumentFragment.idl', 65 'dom/DocumentFragment.idl',
66 'dom/DocumentType.idl', 66 'dom/DocumentType.idl',
67 'dom/Element.idl', 67 'dom/Element.idl',
68 'dom/Entity.idl', 68 'dom/Entity.idl',
69 'dom/ErrorEvent.idl', 69 'dom/ErrorEvent.idl',
70 'dom/Event.idl', 70 'dom/Event.idl',
71 'dom/EventException.idl', 71 'dom/EventException.idl',
72 'dom/EventTarget.idl', 72 'dom/EventTarget.idl',
73 'dom/FocusEvent.idl', 73 'dom/FocusEvent.idl',
74 'dom/Future.idl',
75 'dom/FutureResolver.idl',
74 'dom/HashChangeEvent.idl', 76 'dom/HashChangeEvent.idl',
75 'dom/KeyboardEvent.idl', 77 'dom/KeyboardEvent.idl',
76 'dom/MessageChannel.idl', 78 'dom/MessageChannel.idl',
77 'dom/MessageEvent.idl', 79 'dom/MessageEvent.idl',
78 'dom/MessagePort.idl', 80 'dom/MessagePort.idl',
79 'dom/MouseEvent.idl', 81 'dom/MouseEvent.idl',
80 'dom/MutationEvent.idl', 82 'dom/MutationEvent.idl',
81 'dom/MutationObserver.idl', 83 'dom/MutationObserver.idl',
82 'dom/MutationRecord.idl', 84 'dom/MutationRecord.idl',
83 'dom/DOMNamedFlowCollection.idl', 85 'dom/DOMNamedFlowCollection.idl',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 'xml/XSLTProcessor.cpp', 1647 'xml/XSLTProcessor.cpp',
1646 'xml/XSLTProcessor.h', 1648 'xml/XSLTProcessor.h',
1647 'xml/XSLTProcessorLibxslt.cpp', 1649 'xml/XSLTProcessorLibxslt.cpp',
1648 'xml/XSLTUnicodeSort.cpp', 1650 'xml/XSLTUnicodeSort.cpp',
1649 'xml/XSLTUnicodeSort.h', 1651 'xml/XSLTUnicodeSort.h',
1650 ], 1652 ],
1651 'webcore_dom_files': [ 1653 'webcore_dom_files': [
1652 'dom/ActiveDOMObject.cpp', 1654 'dom/ActiveDOMObject.cpp',
1653 'dom/AnimationEvent.cpp', 1655 'dom/AnimationEvent.cpp',
1654 'dom/AnimationEvent.h', 1656 'dom/AnimationEvent.h',
1657 'dom/AnyCallback.h',
1655 'dom/Attr.cpp', 1658 'dom/Attr.cpp',
1656 'dom/AutocompleteErrorEvent.h', 1659 'dom/AutocompleteErrorEvent.h',
1657 'dom/BeforeLoadEvent.h', 1660 'dom/BeforeLoadEvent.h',
1658 'dom/BeforeTextInsertedEvent.cpp', 1661 'dom/BeforeTextInsertedEvent.cpp',
1659 'dom/BeforeTextInsertedEvent.h', 1662 'dom/BeforeTextInsertedEvent.h',
1660 'dom/BeforeUnloadEvent.cpp', 1663 'dom/BeforeUnloadEvent.cpp',
1661 'dom/BeforeUnloadEvent.h', 1664 'dom/BeforeUnloadEvent.h',
1662 'dom/CDATASection.cpp', 1665 'dom/CDATASection.cpp',
1663 'dom/CDATASection.h', 1666 'dom/CDATASection.h',
1664 'dom/CharacterData.cpp', 1667 'dom/CharacterData.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 'dom/EventPathWalker.cpp', 1756 'dom/EventPathWalker.cpp',
1754 'dom/EventPathWalker.h', 1757 'dom/EventPathWalker.h',
1755 'dom/EventQueue.h', 1758 'dom/EventQueue.h',
1756 'dom/EventSender.h', 1759 'dom/EventSender.h',
1757 'dom/EventTarget.cpp', 1760 'dom/EventTarget.cpp',
1758 'dom/ExceptionBase.cpp', 1761 'dom/ExceptionBase.cpp',
1759 'dom/ExceptionBase.h', 1762 'dom/ExceptionBase.h',
1760 'dom/ExceptionCodePlaceholder.cpp', 1763 'dom/ExceptionCodePlaceholder.cpp',
1761 'dom/FocusEvent.cpp', 1764 'dom/FocusEvent.cpp',
1762 'dom/FocusEvent.h', 1765 'dom/FocusEvent.h',
1766 'dom/Future.cpp',
1767 'dom/Future.h',
1768 'dom/FutureInit.h',
1769 'dom/FutureResolver.cpp',
1770 'dom/FutureResolver.h',
1763 'dom/GenericEventQueue.cpp', 1771 'dom/GenericEventQueue.cpp',
1764 'dom/GenericEventQueue.h', 1772 'dom/GenericEventQueue.h',
1765 'dom/GestureEvent.cpp', 1773 'dom/GestureEvent.cpp',
1766 'dom/GestureEvent.h', 1774 'dom/GestureEvent.h',
1767 'dom/HashChangeEvent.h', 1775 'dom/HashChangeEvent.h',
1768 'dom/IgnoreDestructiveWriteCountIncrementer.h', 1776 'dom/IgnoreDestructiveWriteCountIncrementer.h',
1769 'dom/IconURL.cpp', 1777 'dom/IconURL.cpp',
1770 'dom/IconURL.h', 1778 'dom/IconURL.h',
1771 'dom/IdTargetObserver.cpp', 1779 'dom/IdTargetObserver.cpp',
1772 'dom/IdTargetObserver.h', 1780 'dom/IdTargetObserver.h',
(...skipping 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3678 'bison_exe': 'bison', 3686 'bison_exe': 'bison',
3679 # We specify a preprocess so it happens locally and won't get 3687 # We specify a preprocess so it happens locally and won't get
3680 # distributed to goma. 3688 # distributed to goma.
3681 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3689 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3682 # use /usr/bin/clang once we require Xcode 4.x. 3690 # use /usr/bin/clang once we require Xcode 4.x.
3683 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3691 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3684 }], 3692 }],
3685 ], 3693 ],
3686 } 3694 }
3687 } 3695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698