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

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

Issue 1745253002: [Worklets] Add basic debugging to main thread worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix non-oilpan build. Created 4 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
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 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 'workers/AbstractWorker.cpp', 2201 'workers/AbstractWorker.cpp',
2202 'workers/AbstractWorker.h', 2202 'workers/AbstractWorker.h',
2203 'workers/DedicatedWorkerGlobalScope.cpp', 2203 'workers/DedicatedWorkerGlobalScope.cpp',
2204 'workers/DedicatedWorkerGlobalScope.h', 2204 'workers/DedicatedWorkerGlobalScope.h',
2205 'workers/DedicatedWorkerMessagingProxy.cpp', 2205 'workers/DedicatedWorkerMessagingProxy.cpp',
2206 'workers/DedicatedWorkerMessagingProxy.h', 2206 'workers/DedicatedWorkerMessagingProxy.h',
2207 'workers/DedicatedWorkerThread.cpp', 2207 'workers/DedicatedWorkerThread.cpp',
2208 'workers/DedicatedWorkerThread.h', 2208 'workers/DedicatedWorkerThread.h',
2209 'workers/InProcessWorkerBase.cpp', 2209 'workers/InProcessWorkerBase.cpp',
2210 'workers/InProcessWorkerBase.h', 2210 'workers/InProcessWorkerBase.h',
2211 'workers/MainThreadWorkletGlobalScope.h',
2211 'workers/SharedWorker.cpp', 2212 'workers/SharedWorker.cpp',
2212 'workers/SharedWorker.h', 2213 'workers/SharedWorker.h',
2213 'workers/SharedWorkerGlobalScope.cpp', 2214 'workers/SharedWorkerGlobalScope.cpp',
2214 'workers/SharedWorkerGlobalScope.h', 2215 'workers/SharedWorkerGlobalScope.h',
2215 'workers/SharedWorkerRepositoryClient.h', 2216 'workers/SharedWorkerRepositoryClient.h',
2216 'workers/SharedWorkerThread.cpp', 2217 'workers/SharedWorkerThread.cpp',
2217 'workers/SharedWorkerThread.h', 2218 'workers/SharedWorkerThread.h',
2218 'workers/Worker.cpp', 2219 'workers/Worker.cpp',
2219 'workers/Worker.h', 2220 'workers/Worker.h',
2220 'workers/WorkerClients.h', 2221 'workers/WorkerClients.h',
(...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
4063 'style/SVGComputedStyleTest.cpp', 4064 'style/SVGComputedStyleTest.cpp',
4064 'svg/SVGPathParserTest.cpp', 4065 'svg/SVGPathParserTest.cpp',
4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4066 'testing/PrivateScriptTestTest.cpp', 4067 'testing/PrivateScriptTestTest.cpp',
4067 'timing/MemoryInfoTest.cpp', 4068 'timing/MemoryInfoTest.cpp',
4068 'workers/WorkerThreadTest.cpp', 4069 'workers/WorkerThreadTest.cpp',
4069 'xml/parser/SharedBufferReaderTest.cpp', 4070 'xml/parser/SharedBufferReaderTest.cpp',
4070 ], 4071 ],
4071 } 4072 }
4072 } 4073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698