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

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

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix memory leak. Created 4 years, 12 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 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.cpp',
2160 'workers/AbstractGlobalScope.h',
2159 'workers/DedicatedWorkerGlobalScope.cpp', 2161 'workers/DedicatedWorkerGlobalScope.cpp',
2160 'workers/DedicatedWorkerGlobalScope.h', 2162 'workers/DedicatedWorkerGlobalScope.h',
2161 'workers/DedicatedWorkerMessagingProxy.cpp', 2163 'workers/DedicatedWorkerMessagingProxy.cpp',
2162 'workers/DedicatedWorkerMessagingProxy.h', 2164 'workers/DedicatedWorkerMessagingProxy.h',
2163 'workers/DedicatedWorkerThread.cpp', 2165 'workers/DedicatedWorkerThread.cpp',
2164 'workers/DedicatedWorkerThread.h', 2166 'workers/DedicatedWorkerThread.h',
2165 'workers/InProcessWorkerBase.cpp', 2167 'workers/InProcessWorkerBase.cpp',
2166 'workers/InProcessWorkerBase.h', 2168 'workers/InProcessWorkerBase.h',
2167 'workers/SharedWorker.cpp', 2169 'workers/SharedWorker.cpp',
2168 'workers/SharedWorker.h', 2170 'workers/SharedWorker.h',
(...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after
3971 'style/SVGComputedStyleTest.cpp', 3973 'style/SVGComputedStyleTest.cpp',
3972 'svg/SVGPathParserTest.cpp', 3974 'svg/SVGPathParserTest.cpp',
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3975 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3974 'testing/PrivateScriptTestTest.cpp', 3976 'testing/PrivateScriptTestTest.cpp',
3975 'timing/MemoryInfoTest.cpp', 3977 'timing/MemoryInfoTest.cpp',
3976 'workers/WorkerThreadTest.cpp', 3978 'workers/WorkerThreadTest.cpp',
3977 'xml/parser/SharedBufferReaderTest.cpp', 3979 'xml/parser/SharedBufferReaderTest.cpp',
3978 ], 3980 ],
3979 } 3981 }
3980 } 3982 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698