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

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

Issue 1024233002: compositor-worker: Introduce CompositorProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ctrl-z-bitfields Created 5 years, 9 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 29 matching lines...) Expand all
40 'css/StyleSheetList.idl', 40 'css/StyleSheetList.idl',
41 'css/WebKitCSSMatrix.idl', 41 'css/WebKitCSSMatrix.idl',
42 'dom/ArrayBuffer.idl', 42 'dom/ArrayBuffer.idl',
43 'dom/ArrayBufferView.idl', 43 'dom/ArrayBufferView.idl',
44 'dom/Attr.idl', 44 'dom/Attr.idl',
45 'dom/CDATASection.idl', 45 'dom/CDATASection.idl',
46 'dom/CharacterData.idl', 46 'dom/CharacterData.idl',
47 'dom/ClientRect.idl', 47 'dom/ClientRect.idl',
48 'dom/ClientRectList.idl', 48 'dom/ClientRectList.idl',
49 'dom/Comment.idl', 49 'dom/Comment.idl',
50 'dom/CompositorProxy.idl',
50 'dom/DOMError.idl', 51 'dom/DOMError.idl',
51 'dom/DOMException.idl', 52 'dom/DOMException.idl',
52 'dom/DOMImplementation.idl', 53 'dom/DOMImplementation.idl',
53 'dom/DOMMatrix.idl', 54 'dom/DOMMatrix.idl',
54 'dom/DOMMatrixReadOnly.idl', 55 'dom/DOMMatrixReadOnly.idl',
55 'dom/DOMPoint.idl', 56 'dom/DOMPoint.idl',
56 'dom/DOMPointReadOnly.idl', 57 'dom/DOMPointReadOnly.idl',
57 'dom/DOMRect.idl', 58 'dom/DOMRect.idl',
58 'dom/DOMRectReadOnly.idl', 59 'dom/DOMRectReadOnly.idl',
59 'dom/DOMSettableTokenList.idl', 60 'dom/DOMSettableTokenList.idl',
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'dom/ChildNodeList.cpp', 2096 'dom/ChildNodeList.cpp',
2096 'dom/ChildNodeList.h', 2097 'dom/ChildNodeList.h',
2097 'dom/ClassCollection.cpp', 2098 'dom/ClassCollection.cpp',
2098 'dom/ClassCollection.h', 2099 'dom/ClassCollection.h',
2099 'dom/ClientRect.cpp', 2100 'dom/ClientRect.cpp',
2100 'dom/ClientRect.h', 2101 'dom/ClientRect.h',
2101 'dom/ClientRectList.cpp', 2102 'dom/ClientRectList.cpp',
2102 'dom/ClientRectList.h', 2103 'dom/ClientRectList.h',
2103 'dom/Comment.cpp', 2104 'dom/Comment.cpp',
2104 'dom/Comment.h', 2105 'dom/Comment.h',
2106 'dom/CompositorProxy.cpp',
2107 'dom/CompositorProxy.h',
2105 'dom/ContainerNode.cpp', 2108 'dom/ContainerNode.cpp',
2106 'dom/ContextFeatures.cpp', 2109 'dom/ContextFeatures.cpp',
2107 'dom/ContextFeatures.h', 2110 'dom/ContextFeatures.h',
2108 'dom/ContextLifecycleNotifier.cpp', 2111 'dom/ContextLifecycleNotifier.cpp',
2109 'dom/ContextLifecycleNotifier.h', 2112 'dom/ContextLifecycleNotifier.h',
2110 'dom/ContextLifecycleObserver.h', 2113 'dom/ContextLifecycleObserver.h',
2111 'dom/CrossThreadTask.h', 2114 'dom/CrossThreadTask.h',
2112 'dom/DOMArrayBuffer.cpp', 2115 'dom/DOMArrayBuffer.cpp',
2113 'dom/DOMArrayBuffer.h', 2116 'dom/DOMArrayBuffer.h',
2114 'dom/DOMArrayBufferDeallocationObserver.cpp', 2117 'dom/DOMArrayBufferDeallocationObserver.cpp',
(...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'paint/LayoutObjectDrawingRecorderTest.cpp', 3809 'paint/LayoutObjectDrawingRecorderTest.cpp',
3807 'paint/TextPainterTest.cpp', 3810 'paint/TextPainterTest.cpp',
3808 'paint/ViewDisplayListTest.cpp', 3811 'paint/ViewDisplayListTest.cpp',
3809 'streams/ReadableStreamReaderTest.cpp', 3812 'streams/ReadableStreamReaderTest.cpp',
3810 'streams/ReadableStreamTest.cpp', 3813 'streams/ReadableStreamTest.cpp',
3811 'testing/PrivateScriptTestTest.cpp', 3814 'testing/PrivateScriptTestTest.cpp',
3812 'xml/parser/SharedBufferReaderTest.cpp', 3815 'xml/parser/SharedBufferReaderTest.cpp',
3813 ], 3816 ],
3814 } 3817 }
3815 } 3818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698