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

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

Issue 400153002: Change WokerThread to use a blink::WebThread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix issues from jochen's review. Created 6 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 | 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 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'workers/WorkerGlobalScopeProxyProvider.h', 1822 'workers/WorkerGlobalScopeProxyProvider.h',
1823 'workers/WorkerLoaderProxy.h', 1823 'workers/WorkerLoaderProxy.h',
1824 'workers/WorkerLocation.h', 1824 'workers/WorkerLocation.h',
1825 'workers/WorkerMessagingProxy.cpp', 1825 'workers/WorkerMessagingProxy.cpp',
1826 'workers/WorkerMessagingProxy.h', 1826 'workers/WorkerMessagingProxy.h',
1827 'workers/WorkerNavigator.cpp', 1827 'workers/WorkerNavigator.cpp',
1828 'workers/WorkerNavigator.h', 1828 'workers/WorkerNavigator.h',
1829 'workers/WorkerObjectProxy.cpp', 1829 'workers/WorkerObjectProxy.cpp',
1830 'workers/WorkerObjectProxy.h', 1830 'workers/WorkerObjectProxy.h',
1831 'workers/WorkerReportingProxy.h', 1831 'workers/WorkerReportingProxy.h',
1832 'workers/WorkerRunLoop.cpp',
1833 'workers/WorkerScriptLoader.cpp', 1832 'workers/WorkerScriptLoader.cpp',
1834 'workers/WorkerScriptLoader.h', 1833 'workers/WorkerScriptLoader.h',
1835 'workers/WorkerScriptLoaderClient.h', 1834 'workers/WorkerScriptLoaderClient.h',
1836 'workers/WorkerThread.cpp', 1835 'workers/WorkerThread.cpp',
1837 'workers/WorkerThreadStartupData.cpp', 1836 'workers/WorkerThreadStartupData.cpp',
1838 'workers/WorkerThreadStartupData.h', 1837 'workers/WorkerThreadStartupData.h',
1839 'xml/DOMParser.cpp', 1838 'xml/DOMParser.cpp',
1840 'xml/DOMParser.h', 1839 'xml/DOMParser.h',
1841 'xml/DocumentXPathEvaluator.cpp', 1840 'xml/DocumentXPathEvaluator.cpp',
1842 'xml/DocumentXPathEvaluator.h', 1841 'xml/DocumentXPathEvaluator.h',
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 'rendering/RenderOverflowTest.cpp', 3422 'rendering/RenderOverflowTest.cpp',
3424 'rendering/RenderTableCellTest.cpp', 3423 'rendering/RenderTableCellTest.cpp',
3425 'rendering/RenderTableRowTest.cpp', 3424 'rendering/RenderTableRowTest.cpp',
3426 'rendering/shapes/BoxShapeTest.cpp', 3425 'rendering/shapes/BoxShapeTest.cpp',
3427 'testing/UnitTestHelpers.cpp', 3426 'testing/UnitTestHelpers.cpp',
3428 'testing/UnitTestHelpers.h', 3427 'testing/UnitTestHelpers.h',
3429 'xml/parser/SharedBufferReaderTest.cpp', 3428 'xml/parser/SharedBufferReaderTest.cpp',
3430 ], 3429 ],
3431 } 3430 }
3432 } 3431 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698