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

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

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 '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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'dom/Node.idl', 83 'dom/Node.idl',
84 'dom/NodeFilter.idl', 84 'dom/NodeFilter.idl',
85 'dom/NodeIterator.idl', 85 'dom/NodeIterator.idl',
86 'dom/NodeList.idl', 86 'dom/NodeList.idl',
87 'dom/Notation.idl', 87 'dom/Notation.idl',
88 'dom/OverflowEvent.idl', 88 'dom/OverflowEvent.idl',
89 'dom/PageTransitionEvent.idl', 89 'dom/PageTransitionEvent.idl',
90 'dom/PopStateEvent.idl', 90 'dom/PopStateEvent.idl',
91 'dom/ProcessingInstruction.idl', 91 'dom/ProcessingInstruction.idl',
92 'dom/ProgressEvent.idl', 92 'dom/ProgressEvent.idl',
93 'dom/Promise.idl',
93 'dom/Range.idl', 94 'dom/Range.idl',
94 'dom/RequestAnimationFrameCallback.idl', 95 'dom/RequestAnimationFrameCallback.idl',
95 'dom/ResourceProgressEvent.idl', 96 'dom/ResourceProgressEvent.idl',
96 'dom/SecurityPolicyViolationEvent.idl', 97 'dom/SecurityPolicyViolationEvent.idl',
97 'dom/StringCallback.idl', 98 'dom/StringCallback.idl',
98 'dom/Text.idl', 99 'dom/Text.idl',
99 'dom/TextEvent.idl', 100 'dom/TextEvent.idl',
100 'dom/Touch.idl', 101 'dom/Touch.idl',
101 'dom/TouchEvent.idl', 102 'dom/TouchEvent.idl',
102 'dom/TouchList.idl', 103 'dom/TouchList.idl',
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'dom/PendingScript.cpp', 1839 'dom/PendingScript.cpp',
1839 'dom/PopStateEvent.cpp', 1840 'dom/PopStateEvent.cpp',
1840 'dom/PopStateEvent.h', 1841 'dom/PopStateEvent.h',
1841 'dom/Position.cpp', 1842 'dom/Position.cpp',
1842 'dom/PositionIterator.cpp', 1843 'dom/PositionIterator.cpp',
1843 'dom/PositionIterator.h', 1844 'dom/PositionIterator.h',
1844 'dom/ProcessingInstruction.cpp', 1845 'dom/ProcessingInstruction.cpp',
1845 'dom/ProcessingInstruction.h', 1846 'dom/ProcessingInstruction.h',
1846 'dom/ProgressEvent.cpp', 1847 'dom/ProgressEvent.cpp',
1847 'dom/ProgressEvent.h', 1848 'dom/ProgressEvent.h',
1849 'dom/Promise.h',
1848 'dom/PseudoElement.cpp', 1850 'dom/PseudoElement.cpp',
1849 'dom/QualifiedName.cpp', 1851 'dom/QualifiedName.cpp',
1850 'dom/Range.cpp', 1852 'dom/Range.cpp',
1851 'dom/RawDataDocumentParser.h', 1853 'dom/RawDataDocumentParser.h',
1852 'dom/RegisteredEventListener.cpp', 1854 'dom/RegisteredEventListener.cpp',
1853 'dom/RequestAnimationFrameCallback.h', 1855 'dom/RequestAnimationFrameCallback.h',
1854 'dom/ResourceProgressEvent.cpp', 1856 'dom/ResourceProgressEvent.cpp',
1855 'dom/ResourceProgressEvent.h', 1857 'dom/ResourceProgressEvent.h',
1856 'dom/ScopedEventQueue.cpp', 1858 'dom/ScopedEventQueue.cpp',
1857 'dom/ScopedEventQueue.h', 1859 'dom/ScopedEventQueue.h',
(...skipping 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 'platform/chromium/support/WebTransformKeyframe.cpp', 3639 'platform/chromium/support/WebTransformKeyframe.cpp',
3638 'platform/chromium/support/WebURL.cpp', 3640 'platform/chromium/support/WebURL.cpp',
3639 'platform/chromium/support/WebURLError.cpp', 3641 'platform/chromium/support/WebURLError.cpp',
3640 'platform/chromium/support/WebURLRequest.cpp', 3642 'platform/chromium/support/WebURLRequest.cpp',
3641 'platform/chromium/support/WebURLRequestPrivate.h', 3643 'platform/chromium/support/WebURLRequestPrivate.h',
3642 'platform/chromium/support/WebURLResponse.cpp', 3644 'platform/chromium/support/WebURLResponse.cpp',
3643 'platform/chromium/support/WebURLResponsePrivate.h', 3645 'platform/chromium/support/WebURLResponsePrivate.h',
3644 'platform/chromium/support/WrappedResourceRequest.h', 3646 'platform/chromium/support/WrappedResourceRequest.h',
3645 'platform/chromium/support/WrappedResourceResponse.h', 3647 'platform/chromium/support/WrappedResourceResponse.h',
3646 ], 3648 ],
3649 'core_dom_binding_js_files': [
3650 'dom/Promise.js',
3651 ],
3647 'core_unittest_files': [ 3652 'core_unittest_files': [
3648 'animation/DocumentTimelineTest.cpp', 3653 'animation/DocumentTimelineTest.cpp',
3649 'animation/PlayerTest.cpp', 3654 'animation/PlayerTest.cpp',
3650 'animation/TimedItemCalculationsTest.cpp', 3655 'animation/TimedItemCalculationsTest.cpp',
3651 'animation/TimedItemTest.cpp', 3656 'animation/TimedItemTest.cpp',
3652 'platform/DecimalTest.cpp', 3657 'platform/DecimalTest.cpp',
3653 'platform/SharedBufferTest.cpp', 3658 'platform/SharedBufferTest.cpp',
3654 'platform/chromium/ClipboardChromiumTest.cpp', 3659 'platform/chromium/ClipboardChromiumTest.cpp',
3655 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', 3660 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3656 'platform/image-decoders/ImageDecoderTest.cpp', 3661 'platform/image-decoders/ImageDecoderTest.cpp',
(...skipping 28 matching lines...) Expand all
3685 'bison_exe': 'bison', 3690 'bison_exe': 'bison',
3686 # We specify a preprocess so it happens locally and won't get 3691 # We specify a preprocess so it happens locally and won't get
3687 # distributed to goma. 3692 # distributed to goma.
3688 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3693 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3689 # use /usr/bin/clang once we require Xcode 4.x. 3694 # use /usr/bin/clang once we require Xcode 4.x.
3690 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3695 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3691 }], 3696 }],
3692 ], 3697 ],
3693 } 3698 }
3694 } 3699 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698