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

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

Issue 1075603003: workers: Move core worker functionality into InProcessWorkerBase. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/workers/DedicatedWorkerMessagingProxy.h » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 'timing/PerformanceResourceTiming.h', 1960 'timing/PerformanceResourceTiming.h',
1961 'timing/PerformanceTiming.cpp', 1961 'timing/PerformanceTiming.cpp',
1962 'timing/PerformanceTiming.h', 1962 'timing/PerformanceTiming.h',
1963 'timing/PerformanceUserTiming.cpp', 1963 'timing/PerformanceUserTiming.cpp',
1964 'timing/PerformanceUserTiming.h', 1964 'timing/PerformanceUserTiming.h',
1965 'timing/ResourceTimingInfo.h', 1965 'timing/ResourceTimingInfo.h',
1966 'workers/AbstractWorker.cpp', 1966 'workers/AbstractWorker.cpp',
1967 'workers/AbstractWorker.h', 1967 'workers/AbstractWorker.h',
1968 'workers/DedicatedWorkerGlobalScope.cpp', 1968 'workers/DedicatedWorkerGlobalScope.cpp',
1969 'workers/DedicatedWorkerGlobalScope.h', 1969 'workers/DedicatedWorkerGlobalScope.h',
1970 'workers/DedicatedWorkerMessagingProxy.cpp',
1971 'workers/DedicatedWorkerMessagingProxy.h',
1970 'workers/DedicatedWorkerThread.cpp', 1972 'workers/DedicatedWorkerThread.cpp',
1971 'workers/DedicatedWorkerThread.h', 1973 'workers/DedicatedWorkerThread.h',
1974 'workers/InProcessWorkerBase.cpp',
1975 'workers/InProcessWorkerBase.h',
1972 'workers/SharedWorker.cpp', 1976 'workers/SharedWorker.cpp',
1973 'workers/SharedWorker.h', 1977 'workers/SharedWorker.h',
1974 'workers/SharedWorkerGlobalScope.cpp', 1978 'workers/SharedWorkerGlobalScope.cpp',
1975 'workers/SharedWorkerGlobalScope.h', 1979 'workers/SharedWorkerGlobalScope.h',
1976 'workers/SharedWorkerRepositoryClient.h', 1980 'workers/SharedWorkerRepositoryClient.h',
1977 'workers/SharedWorkerThread.cpp', 1981 'workers/SharedWorkerThread.cpp',
1978 'workers/SharedWorkerThread.h', 1982 'workers/SharedWorkerThread.h',
1979 'workers/Worker.cpp', 1983 'workers/Worker.cpp',
1980 'workers/Worker.h', 1984 'workers/Worker.h',
1981 'workers/WorkerClients.h', 1985 'workers/WorkerClients.h',
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'paint/LayerClipRecorderTest.cpp', 3818 'paint/LayerClipRecorderTest.cpp',
3815 'paint/LayoutObjectDrawingRecorderTest.cpp', 3819 'paint/LayoutObjectDrawingRecorderTest.cpp',
3816 'paint/TextPainterTest.cpp', 3820 'paint/TextPainterTest.cpp',
3817 'streams/ReadableStreamReaderTest.cpp', 3821 'streams/ReadableStreamReaderTest.cpp',
3818 'streams/ReadableStreamTest.cpp', 3822 'streams/ReadableStreamTest.cpp',
3819 'testing/PrivateScriptTestTest.cpp', 3823 'testing/PrivateScriptTestTest.cpp',
3820 'xml/parser/SharedBufferReaderTest.cpp', 3824 'xml/parser/SharedBufferReaderTest.cpp',
3821 ], 3825 ],
3822 } 3826 }
3823 } 3827 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/DedicatedWorkerMessagingProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698