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

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

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Introduce WorkerSettings 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 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 'workers/WorkerMessagingProxy.h', 1743 'workers/WorkerMessagingProxy.h',
1744 'workers/WorkerNavigator.cpp', 1744 'workers/WorkerNavigator.cpp',
1745 'workers/WorkerNavigator.h', 1745 'workers/WorkerNavigator.h',
1746 'workers/WorkerObjectProxy.cpp', 1746 'workers/WorkerObjectProxy.cpp',
1747 'workers/WorkerObjectProxy.h', 1747 'workers/WorkerObjectProxy.h',
1748 'workers/WorkerReportingProxy.h', 1748 'workers/WorkerReportingProxy.h',
1749 'workers/WorkerRunLoop.cpp', 1749 'workers/WorkerRunLoop.cpp',
1750 'workers/WorkerScriptLoader.cpp', 1750 'workers/WorkerScriptLoader.cpp',
1751 'workers/WorkerScriptLoader.h', 1751 'workers/WorkerScriptLoader.h',
1752 'workers/WorkerScriptLoaderClient.h', 1752 'workers/WorkerScriptLoaderClient.h',
1753 'workers/WorkerSettings.h',
1753 'workers/WorkerThread.cpp', 1754 'workers/WorkerThread.cpp',
1754 'workers/WorkerThreadStartupData.cpp', 1755 'workers/WorkerThreadStartupData.cpp',
1755 'workers/WorkerThreadStartupData.h', 1756 'workers/WorkerThreadStartupData.h',
1756 'xml/DOMParser.cpp', 1757 'xml/DOMParser.cpp',
1757 'xml/DOMParser.h', 1758 'xml/DOMParser.h',
1758 'xml/DocumentXPathEvaluator.cpp', 1759 'xml/DocumentXPathEvaluator.cpp',
1759 'xml/DocumentXPathEvaluator.h', 1760 'xml/DocumentXPathEvaluator.h',
1760 'xml/NativeXPathNSResolver.cpp', 1761 'xml/NativeXPathNSResolver.cpp',
1761 'xml/NativeXPathNSResolver.h', 1762 'xml/NativeXPathNSResolver.h',
1762 'xml/XMLErrors.cpp', 1763 'xml/XMLErrors.cpp',
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 'html/parser/HTMLParserThreadTest.cpp', 3265 'html/parser/HTMLParserThreadTest.cpp',
3265 'html/track/vtt/BufferedLineReaderTest.cpp', 3266 'html/track/vtt/BufferedLineReaderTest.cpp',
3266 'html/track/vtt/VTTScannerTest.cpp', 3267 'html/track/vtt/VTTScannerTest.cpp',
3267 'rendering/RenderOverflowTest.cpp', 3268 'rendering/RenderOverflowTest.cpp',
3268 'rendering/shapes/BoxShapeTest.cpp', 3269 'rendering/shapes/BoxShapeTest.cpp',
3269 'testing/UnitTestHelpers.cpp', 3270 'testing/UnitTestHelpers.cpp',
3270 'testing/UnitTestHelpers.h', 3271 'testing/UnitTestHelpers.h',
3271 ], 3272 ],
3272 } 3273 }
3273 } 3274 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/DedicatedWorkerGlobalScope.h » ('j') | Source/core/workers/WorkerGlobalScope.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698