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

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

Issue 887463003: Turn WorkerLoaderProxy into a threadsafe, ref-counted object. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clarify WorkerLoaderProxyProvider's obligations on shutdown Created 5 years, 10 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 | Source/core/fetch/MemoryCache.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'workers/WorkerConsole.h', 1971 'workers/WorkerConsole.h',
1972 'workers/WorkerEventQueue.cpp', 1972 'workers/WorkerEventQueue.cpp',
1973 'workers/WorkerEventQueue.h', 1973 'workers/WorkerEventQueue.h',
1974 'workers/WorkerGlobalScope.cpp', 1974 'workers/WorkerGlobalScope.cpp',
1975 'workers/WorkerGlobalScope.h', 1975 'workers/WorkerGlobalScope.h',
1976 'workers/WorkerGlobalScopeProxy.h', 1976 'workers/WorkerGlobalScopeProxy.h',
1977 'workers/WorkerGlobalScopeProxyProvider.cpp', 1977 'workers/WorkerGlobalScopeProxyProvider.cpp',
1978 'workers/WorkerGlobalScopeProxyProvider.h', 1978 'workers/WorkerGlobalScopeProxyProvider.h',
1979 'workers/WorkerInspectorProxy.cpp', 1979 'workers/WorkerInspectorProxy.cpp',
1980 'workers/WorkerInspectorProxy.h', 1980 'workers/WorkerInspectorProxy.h',
1981 'workers/WorkerLoaderProxy.cpp',
1981 'workers/WorkerLoaderProxy.h', 1982 'workers/WorkerLoaderProxy.h',
1982 'workers/WorkerLocation.h', 1983 'workers/WorkerLocation.h',
1983 'workers/WorkerMessagingProxy.cpp', 1984 'workers/WorkerMessagingProxy.cpp',
1984 'workers/WorkerMessagingProxy.h', 1985 'workers/WorkerMessagingProxy.h',
1985 'workers/WorkerNavigator.cpp', 1986 'workers/WorkerNavigator.cpp',
1986 'workers/WorkerNavigator.h', 1987 'workers/WorkerNavigator.h',
1987 'workers/WorkerObjectProxy.cpp', 1988 'workers/WorkerObjectProxy.cpp',
1988 'workers/WorkerObjectProxy.h', 1989 'workers/WorkerObjectProxy.h',
1989 'workers/WorkerReportingProxy.h', 1990 'workers/WorkerReportingProxy.h',
1990 'workers/WorkerScriptLoader.cpp', 1991 'workers/WorkerScriptLoader.cpp',
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 'rendering/style/SVGRenderStyleTest.cpp', 3768 'rendering/style/SVGRenderStyleTest.cpp',
3768 'streams/ExclusiveStreamReaderTest.cpp', 3769 'streams/ExclusiveStreamReaderTest.cpp',
3769 'streams/ReadableStreamTest.cpp', 3770 'streams/ReadableStreamTest.cpp',
3770 'testing/PrivateScriptTestTest.cpp', 3771 'testing/PrivateScriptTestTest.cpp',
3771 'testing/UnitTestHelpers.cpp', 3772 'testing/UnitTestHelpers.cpp',
3772 'testing/UnitTestHelpers.h', 3773 'testing/UnitTestHelpers.h',
3773 'xml/parser/SharedBufferReaderTest.cpp', 3774 'xml/parser/SharedBufferReaderTest.cpp',
3774 ], 3775 ],
3775 } 3776 }
3776 } 3777 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/MemoryCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698