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

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

Issue 2264543002: Move createCrossThreadTask to ExecutionContextTask.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 3 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2424 matching lines...) Expand 10 before | Expand all | Expand 10 after
2435 'dom/CompositorProxy.cpp', 2435 'dom/CompositorProxy.cpp',
2436 'dom/CompositorProxy.h', 2436 'dom/CompositorProxy.h',
2437 'dom/CompositorProxyClient.cpp', 2437 'dom/CompositorProxyClient.cpp',
2438 'dom/CompositorProxyClient.h', 2438 'dom/CompositorProxyClient.h',
2439 'dom/ContainerNode.cpp', 2439 'dom/ContainerNode.cpp',
2440 'dom/ContextFeatures.cpp', 2440 'dom/ContextFeatures.cpp',
2441 'dom/ContextFeatures.h', 2441 'dom/ContextFeatures.h',
2442 'dom/ContextLifecycleNotifier.cpp', 2442 'dom/ContextLifecycleNotifier.cpp',
2443 'dom/ContextLifecycleNotifier.h', 2443 'dom/ContextLifecycleNotifier.h',
2444 'dom/ContextLifecycleObserver.h', 2444 'dom/ContextLifecycleObserver.h',
2445 'dom/CrossThreadTask.h',
2446 'dom/DOMArrayBuffer.cpp', 2445 'dom/DOMArrayBuffer.cpp',
2447 'dom/DOMArrayBuffer.h', 2446 'dom/DOMArrayBuffer.h',
2448 'dom/DOMArrayBufferBase.h', 2447 'dom/DOMArrayBufferBase.h',
2449 'dom/DOMArrayBufferView.h', 2448 'dom/DOMArrayBufferView.h',
2450 'dom/DOMArrayPiece.cpp', 2449 'dom/DOMArrayPiece.cpp',
2451 'dom/DOMArrayPiece.h', 2450 'dom/DOMArrayPiece.h',
2452 'dom/DOMDataView.cpp', 2451 'dom/DOMDataView.cpp',
2453 'dom/DOMDataView.h', 2452 'dom/DOMDataView.h',
2454 'dom/DOMError.cpp', 2453 'dom/DOMError.cpp',
2455 'dom/DOMError.h', 2454 'dom/DOMError.h',
(...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'css/parser/CSSSelectorParserTest.cpp', 4084 'css/parser/CSSSelectorParserTest.cpp',
4086 'css/parser/CSSTokenizerTest.cpp', 4085 'css/parser/CSSTokenizerTest.cpp',
4087 'css/parser/MediaConditionTest.cpp', 4086 'css/parser/MediaConditionTest.cpp',
4088 'css/parser/SizesAttributeParserTest.cpp', 4087 'css/parser/SizesAttributeParserTest.cpp',
4089 'css/parser/SizesCalcParserTest.cpp', 4088 'css/parser/SizesCalcParserTest.cpp',
4090 'css/resolver/FontBuilderTest.cpp', 4089 'css/resolver/FontBuilderTest.cpp',
4091 'css/resolver/MatchResultTest.cpp', 4090 'css/resolver/MatchResultTest.cpp',
4092 'dom/ActiveDOMObjectTest.cpp', 4091 'dom/ActiveDOMObjectTest.cpp',
4093 'dom/AttrTest.cpp', 4092 'dom/AttrTest.cpp',
4094 'dom/CSSSelectorWatchTest.cpp', 4093 'dom/CSSSelectorWatchTest.cpp',
4095 'dom/CrossThreadTaskTest.cpp',
4096 'dom/DOMImplementationTest.cpp', 4094 'dom/DOMImplementationTest.cpp',
4097 'dom/DocumentStatisticsCollectorTest.cpp', 4095 'dom/DocumentStatisticsCollectorTest.cpp',
4098 'dom/DocumentTest.cpp', 4096 'dom/DocumentTest.cpp',
4099 'dom/ElementTest.cpp', 4097 'dom/ElementTest.cpp',
4098 'dom/ExecutionContextTaskTest.cpp',
4100 'dom/MainThreadTaskRunnerTest.cpp', 4099 'dom/MainThreadTaskRunnerTest.cpp',
4101 'dom/NodeTest.cpp', 4100 'dom/NodeTest.cpp',
4102 'dom/NthIndexCacheTest.cpp', 4101 'dom/NthIndexCacheTest.cpp',
4103 'dom/RangeTest.cpp', 4102 'dom/RangeTest.cpp',
4104 'dom/ScriptRunnerTest.cpp', 4103 'dom/ScriptRunnerTest.cpp',
4105 'dom/SelectorQueryTest.cpp', 4104 'dom/SelectorQueryTest.cpp',
4106 'dom/StaticRangeTest.cpp', 4105 'dom/StaticRangeTest.cpp',
4107 'dom/StyleElementTest.cpp', 4106 'dom/StyleElementTest.cpp',
4108 'dom/StyleEngineTest.cpp', 4107 'dom/StyleEngineTest.cpp',
4109 'dom/TextTest.cpp', 4108 'dom/TextTest.cpp',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4293 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4294 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4295 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4296 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4297 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4298 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4299 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4300 ],
4302 } 4301 }
4303 } 4302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698