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

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

Issue 178663004: Oilpan: move WorkerGlobalScope to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'workers/WorkerConsole.cpp', 1735 'workers/WorkerConsole.cpp',
1736 'workers/WorkerConsole.h', 1736 'workers/WorkerConsole.h',
1737 'workers/WorkerEventQueue.cpp', 1737 'workers/WorkerEventQueue.cpp',
1738 'workers/WorkerEventQueue.h', 1738 'workers/WorkerEventQueue.h',
1739 'workers/WorkerGlobalScope.cpp', 1739 'workers/WorkerGlobalScope.cpp',
1740 'workers/WorkerGlobalScope.h', 1740 'workers/WorkerGlobalScope.h',
1741 'workers/WorkerGlobalScopeProxy.h', 1741 'workers/WorkerGlobalScopeProxy.h',
1742 'workers/WorkerGlobalScopeProxyProvider.cpp', 1742 'workers/WorkerGlobalScopeProxyProvider.cpp',
1743 'workers/WorkerGlobalScopeProxyProvider.h', 1743 'workers/WorkerGlobalScopeProxyProvider.h',
1744 'workers/WorkerLoaderProxy.h', 1744 'workers/WorkerLoaderProxy.h',
1745 'workers/WorkerLocation.cpp',
1745 'workers/WorkerLocation.h', 1746 'workers/WorkerLocation.h',
1746 'workers/WorkerMessagingProxy.cpp', 1747 'workers/WorkerMessagingProxy.cpp',
1747 'workers/WorkerMessagingProxy.h', 1748 'workers/WorkerMessagingProxy.h',
1748 'workers/WorkerNavigator.cpp', 1749 'workers/WorkerNavigator.cpp',
1749 'workers/WorkerNavigator.h', 1750 'workers/WorkerNavigator.h',
1750 'workers/WorkerObjectProxy.cpp', 1751 'workers/WorkerObjectProxy.cpp',
1751 'workers/WorkerObjectProxy.h', 1752 'workers/WorkerObjectProxy.h',
1752 'workers/WorkerReportingProxy.h', 1753 'workers/WorkerReportingProxy.h',
1753 'workers/WorkerRunLoop.cpp', 1754 'workers/WorkerRunLoop.cpp',
1754 'workers/WorkerScriptLoader.cpp', 1755 'workers/WorkerScriptLoader.cpp',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
3272 'html/parser/HTMLParserThreadTest.cpp', 3273 'html/parser/HTMLParserThreadTest.cpp',
3273 'html/track/vtt/BufferedLineReaderTest.cpp', 3274 'html/track/vtt/BufferedLineReaderTest.cpp',
3274 'html/track/vtt/VTTScannerTest.cpp', 3275 'html/track/vtt/VTTScannerTest.cpp',
3275 'rendering/RenderOverflowTest.cpp', 3276 'rendering/RenderOverflowTest.cpp',
3276 'rendering/shapes/BoxShapeTest.cpp', 3277 'rendering/shapes/BoxShapeTest.cpp',
3277 'testing/UnitTestHelpers.cpp', 3278 'testing/UnitTestHelpers.cpp',
3278 'testing/UnitTestHelpers.h', 3279 'testing/UnitTestHelpers.h',
3279 ], 3280 ],
3280 } 3281 }
3281 } 3282 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698