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

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

Issue 2141493002: Add missing traces for Supplement<> classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 'workers/SharedWorker.h', 2264 'workers/SharedWorker.h',
2265 'workers/SharedWorkerGlobalScope.cpp', 2265 'workers/SharedWorkerGlobalScope.cpp',
2266 'workers/SharedWorkerGlobalScope.h', 2266 'workers/SharedWorkerGlobalScope.h',
2267 'workers/SharedWorkerRepositoryClient.h', 2267 'workers/SharedWorkerRepositoryClient.h',
2268 'workers/SharedWorkerThread.cpp', 2268 'workers/SharedWorkerThread.cpp',
2269 'workers/SharedWorkerThread.h', 2269 'workers/SharedWorkerThread.h',
2270 'workers/Worker.cpp', 2270 'workers/Worker.cpp',
2271 'workers/Worker.h', 2271 'workers/Worker.h',
2272 'workers/WorkerBackingThread.cpp', 2272 'workers/WorkerBackingThread.cpp',
2273 'workers/WorkerBackingThread.h', 2273 'workers/WorkerBackingThread.h',
2274 'workers/WorkerClients.cpp',
2274 'workers/WorkerClients.h', 2275 'workers/WorkerClients.h',
2275 'workers/WorkerEventQueue.cpp', 2276 'workers/WorkerEventQueue.cpp',
2276 'workers/WorkerEventQueue.h', 2277 'workers/WorkerEventQueue.h',
2277 'workers/WorkerGlobalScope.cpp', 2278 'workers/WorkerGlobalScope.cpp',
2278 'workers/WorkerGlobalScope.h', 2279 'workers/WorkerGlobalScope.h',
2279 'workers/WorkerInspectorProxy.cpp', 2280 'workers/WorkerInspectorProxy.cpp',
2280 'workers/WorkerInspectorProxy.h', 2281 'workers/WorkerInspectorProxy.h',
2281 'workers/WorkerLoaderProxy.cpp', 2282 'workers/WorkerLoaderProxy.cpp',
2282 'workers/WorkerLoaderProxy.h', 2283 'workers/WorkerLoaderProxy.h',
2283 'workers/WorkerLocation.h', 2284 'workers/WorkerLocation.h',
(...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 'testing/PrivateScriptTestTest.cpp', 4207 'testing/PrivateScriptTestTest.cpp',
4207 'timing/MemoryInfoTest.cpp', 4208 'timing/MemoryInfoTest.cpp',
4208 'timing/PerformanceBaseTest.cpp', 4209 'timing/PerformanceBaseTest.cpp',
4209 'timing/PerformanceObserverTest.cpp', 4210 'timing/PerformanceObserverTest.cpp',
4210 'workers/WorkerThreadTest.cpp', 4211 'workers/WorkerThreadTest.cpp',
4211 'workers/WorkerThreadTestHelper.h', 4212 'workers/WorkerThreadTestHelper.h',
4212 'xml/parser/SharedBufferReaderTest.cpp', 4213 'xml/parser/SharedBufferReaderTest.cpp',
4213 ], 4214 ],
4214 } 4215 }
4215 } 4216 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698