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

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

Issue 1510603005: [Do not submit] Worklet implementation. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A basic CompositorWorklet implementation. Created 5 years 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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 'timing/PerformanceTiming.h', 2149 'timing/PerformanceTiming.h',
2150 'timing/PerformanceUserTiming.cpp', 2150 'timing/PerformanceUserTiming.cpp',
2151 'timing/PerformanceUserTiming.h', 2151 'timing/PerformanceUserTiming.h',
2152 'timing/SharedWorkerPerformance.cpp', 2152 'timing/SharedWorkerPerformance.cpp',
2153 'timing/WorkerGlobalScopePerformance.cpp', 2153 'timing/WorkerGlobalScopePerformance.cpp',
2154 'timing/WorkerGlobalScopePerformance.h', 2154 'timing/WorkerGlobalScopePerformance.h',
2155 'timing/WorkerPerformance.cpp', 2155 'timing/WorkerPerformance.cpp',
2156 'timing/WorkerPerformance.h', 2156 'timing/WorkerPerformance.h',
2157 'workers/AbstractWorker.cpp', 2157 'workers/AbstractWorker.cpp',
2158 'workers/AbstractWorker.h', 2158 'workers/AbstractWorker.h',
2159 'workers/AbstractGlobalScope.h',
2159 'workers/DedicatedWorkerGlobalScope.cpp', 2160 'workers/DedicatedWorkerGlobalScope.cpp',
2160 'workers/DedicatedWorkerGlobalScope.h', 2161 'workers/DedicatedWorkerGlobalScope.h',
2161 'workers/DedicatedWorkerMessagingProxy.cpp', 2162 'workers/DedicatedWorkerMessagingProxy.cpp',
2162 'workers/DedicatedWorkerMessagingProxy.h', 2163 'workers/DedicatedWorkerMessagingProxy.h',
2163 'workers/DedicatedWorkerThread.cpp', 2164 'workers/DedicatedWorkerThread.cpp',
2164 'workers/DedicatedWorkerThread.h', 2165 'workers/DedicatedWorkerThread.h',
2165 'workers/InProcessWorkerBase.cpp', 2166 'workers/InProcessWorkerBase.cpp',
2166 'workers/InProcessWorkerBase.h', 2167 'workers/InProcessWorkerBase.h',
2167 'workers/SharedWorker.cpp', 2168 'workers/SharedWorker.cpp',
2168 'workers/SharedWorker.h', 2169 'workers/SharedWorker.h',
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
3967 'style/SVGComputedStyleTest.cpp', 3968 'style/SVGComputedStyleTest.cpp',
3968 'svg/SVGPathParserTest.cpp', 3969 'svg/SVGPathParserTest.cpp',
3969 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3970 'testing/PrivateScriptTestTest.cpp', 3971 'testing/PrivateScriptTestTest.cpp',
3971 'timing/MemoryInfoTest.cpp', 3972 'timing/MemoryInfoTest.cpp',
3972 'workers/WorkerThreadTest.cpp', 3973 'workers/WorkerThreadTest.cpp',
3973 'xml/parser/SharedBufferReaderTest.cpp', 3974 'xml/parser/SharedBufferReaderTest.cpp',
3974 ], 3975 ],
3975 } 3976 }
3976 } 3977 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/v8_utilities.py ('k') | third_party/WebKit/Source/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698