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

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

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after
2315 'dom/ClassCollection.cpp', 2315 'dom/ClassCollection.cpp',
2316 'dom/ClassCollection.h', 2316 'dom/ClassCollection.h',
2317 'dom/ClientRect.cpp', 2317 'dom/ClientRect.cpp',
2318 'dom/ClientRect.h', 2318 'dom/ClientRect.h',
2319 'dom/ClientRectList.cpp', 2319 'dom/ClientRectList.cpp',
2320 'dom/ClientRectList.h', 2320 'dom/ClientRectList.h',
2321 'dom/Comment.cpp', 2321 'dom/Comment.cpp',
2322 'dom/Comment.h', 2322 'dom/Comment.h',
2323 'dom/CompositorProxy.cpp', 2323 'dom/CompositorProxy.cpp',
2324 'dom/CompositorProxy.h', 2324 'dom/CompositorProxy.h',
2325 'dom/CompositorProxyClient.cpp',
2326 'dom/CompositorProxyClient.h',
2325 'dom/ContainerNode.cpp', 2327 'dom/ContainerNode.cpp',
2326 'dom/ContextFeatures.cpp', 2328 'dom/ContextFeatures.cpp',
2327 'dom/ContextFeatures.h', 2329 'dom/ContextFeatures.h',
2328 'dom/ContextLifecycleNotifier.cpp', 2330 'dom/ContextLifecycleNotifier.cpp',
2329 'dom/ContextLifecycleNotifier.h', 2331 'dom/ContextLifecycleNotifier.h',
2330 'dom/ContextLifecycleObserver.h', 2332 'dom/ContextLifecycleObserver.h',
2331 'dom/CrossThreadTask.h', 2333 'dom/CrossThreadTask.h',
2332 'dom/DOMArrayBuffer.cpp', 2334 'dom/DOMArrayBuffer.cpp',
2333 'dom/DOMArrayBuffer.h', 2335 'dom/DOMArrayBuffer.h',
2334 'dom/DOMArrayBufferBase.h', 2336 'dom/DOMArrayBufferBase.h',
(...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'style/SVGComputedStyleTest.cpp', 4026 'style/SVGComputedStyleTest.cpp',
4025 'svg/SVGPathParserTest.cpp', 4027 'svg/SVGPathParserTest.cpp',
4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4027 'testing/PrivateScriptTestTest.cpp', 4029 'testing/PrivateScriptTestTest.cpp',
4028 'timing/MemoryInfoTest.cpp', 4030 'timing/MemoryInfoTest.cpp',
4029 'workers/WorkerThreadTest.cpp', 4031 'workers/WorkerThreadTest.cpp',
4030 'xml/parser/SharedBufferReaderTest.cpp', 4032 'xml/parser/SharedBufferReaderTest.cpp',
4031 ], 4033 ],
4032 } 4034 }
4033 } 4035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698