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

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

Issue 423303004: Change WokerThread to use a blink::WebThread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove changes made to WebThread. Created 6 years, 4 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
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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'workers/WorkerGlobalScopeProxyProvider.h', 1827 'workers/WorkerGlobalScopeProxyProvider.h',
1828 'workers/WorkerLoaderProxy.h', 1828 'workers/WorkerLoaderProxy.h',
1829 'workers/WorkerLocation.h', 1829 'workers/WorkerLocation.h',
1830 'workers/WorkerMessagingProxy.cpp', 1830 'workers/WorkerMessagingProxy.cpp',
1831 'workers/WorkerMessagingProxy.h', 1831 'workers/WorkerMessagingProxy.h',
1832 'workers/WorkerNavigator.cpp', 1832 'workers/WorkerNavigator.cpp',
1833 'workers/WorkerNavigator.h', 1833 'workers/WorkerNavigator.h',
1834 'workers/WorkerObjectProxy.cpp', 1834 'workers/WorkerObjectProxy.cpp',
1835 'workers/WorkerObjectProxy.h', 1835 'workers/WorkerObjectProxy.h',
1836 'workers/WorkerReportingProxy.h', 1836 'workers/WorkerReportingProxy.h',
1837 'workers/WorkerRunLoop.cpp',
1838 'workers/WorkerScriptLoader.cpp', 1837 'workers/WorkerScriptLoader.cpp',
1839 'workers/WorkerScriptLoader.h', 1838 'workers/WorkerScriptLoader.h',
1840 'workers/WorkerScriptLoaderClient.h', 1839 'workers/WorkerScriptLoaderClient.h',
1841 'workers/WorkerThread.cpp', 1840 'workers/WorkerThread.cpp',
1842 'workers/WorkerThreadStartupData.cpp', 1841 'workers/WorkerThreadStartupData.cpp',
1843 'workers/WorkerThreadStartupData.h', 1842 'workers/WorkerThreadStartupData.h',
1844 'xml/DOMParser.cpp', 1843 'xml/DOMParser.cpp',
1845 'xml/DOMParser.h', 1844 'xml/DOMParser.h',
1846 'xml/DocumentXPathEvaluator.cpp', 1845 'xml/DocumentXPathEvaluator.cpp',
1847 'xml/DocumentXPathEvaluator.h', 1846 'xml/DocumentXPathEvaluator.h',
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 'rendering/RenderTableCellTest.cpp', 3440 'rendering/RenderTableCellTest.cpp',
3442 'rendering/RenderTableRowTest.cpp', 3441 'rendering/RenderTableRowTest.cpp',
3443 'rendering/shapes/BoxShapeTest.cpp', 3442 'rendering/shapes/BoxShapeTest.cpp',
3444 'testing/PrivateScriptTestTest.cpp', 3443 'testing/PrivateScriptTestTest.cpp',
3445 'testing/UnitTestHelpers.cpp', 3444 'testing/UnitTestHelpers.cpp',
3446 'testing/UnitTestHelpers.h', 3445 'testing/UnitTestHelpers.h',
3447 'xml/parser/SharedBufferReaderTest.cpp', 3446 'xml/parser/SharedBufferReaderTest.cpp',
3448 ], 3447 ],
3449 } 3448 }
3450 } 3449 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/WorkerScriptDebugServer.cpp ('k') | Source/core/inspector/WorkerDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698