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

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

Issue 1956893003: compositor-worker: Add CompositorProxyClient worker client of CompositorWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create TestCompositorProxyClient for CompositorWorkerThreadTest. Created 4 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
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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 'dom/ClassCollection.cpp', 2370 'dom/ClassCollection.cpp',
2371 'dom/ClassCollection.h', 2371 'dom/ClassCollection.h',
2372 'dom/ClientRect.cpp', 2372 'dom/ClientRect.cpp',
2373 'dom/ClientRect.h', 2373 'dom/ClientRect.h',
2374 'dom/ClientRectList.cpp', 2374 'dom/ClientRectList.cpp',
2375 'dom/ClientRectList.h', 2375 'dom/ClientRectList.h',
2376 'dom/Comment.cpp', 2376 'dom/Comment.cpp',
2377 'dom/Comment.h', 2377 'dom/Comment.h',
2378 'dom/CompositorProxy.cpp', 2378 'dom/CompositorProxy.cpp',
2379 'dom/CompositorProxy.h', 2379 'dom/CompositorProxy.h',
2380 'dom/CompositorProxyClient.cpp',
2381 'dom/CompositorProxyClient.h',
2380 'dom/ContainerNode.cpp', 2382 'dom/ContainerNode.cpp',
2381 'dom/ContextFeatures.cpp', 2383 'dom/ContextFeatures.cpp',
2382 'dom/ContextFeatures.h', 2384 'dom/ContextFeatures.h',
2383 'dom/ContextLifecycleNotifier.cpp', 2385 'dom/ContextLifecycleNotifier.cpp',
2384 'dom/ContextLifecycleNotifier.h', 2386 'dom/ContextLifecycleNotifier.h',
2385 'dom/ContextLifecycleObserver.h', 2387 'dom/ContextLifecycleObserver.h',
2386 'dom/CrossThreadTask.h', 2388 'dom/CrossThreadTask.h',
2387 'dom/DOMArrayBuffer.cpp', 2389 'dom/DOMArrayBuffer.cpp',
2388 'dom/DOMArrayBuffer.h', 2390 'dom/DOMArrayBuffer.h',
2389 'dom/DOMArrayBufferBase.h', 2391 'dom/DOMArrayBufferBase.h',
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 'svg/SVGPathParserTest.cpp', 4122 'svg/SVGPathParserTest.cpp',
4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4122 'testing/PrivateScriptTestTest.cpp', 4124 'testing/PrivateScriptTestTest.cpp',
4123 'timing/MemoryInfoTest.cpp', 4125 'timing/MemoryInfoTest.cpp',
4124 'workers/WorkerThreadTest.cpp', 4126 'workers/WorkerThreadTest.cpp',
4125 'workers/WorkerThreadTestHelper.h', 4127 'workers/WorkerThreadTestHelper.h',
4126 'xml/parser/SharedBufferReaderTest.cpp', 4128 'xml/parser/SharedBufferReaderTest.cpp',
4127 ], 4129 ],
4128 } 4130 }
4129 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698