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

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

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 8 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 '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 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after
3816 'page/NetworkStateNotifierTest.cpp', 3816 'page/NetworkStateNotifierTest.cpp',
3817 'page/PrintContextTest.cpp', 3817 'page/PrintContextTest.cpp',
3818 'page/scrolling/ScrollStateTest.cpp', 3818 'page/scrolling/ScrollStateTest.cpp',
3819 'paint/DisplayItemListPaintTest.cpp', 3819 'paint/DisplayItemListPaintTest.cpp',
3820 'paint/LayerClipRecorderTest.cpp', 3820 'paint/LayerClipRecorderTest.cpp',
3821 'paint/LayoutObjectDrawingRecorderTest.cpp', 3821 'paint/LayoutObjectDrawingRecorderTest.cpp',
3822 'paint/TextPainterTest.cpp', 3822 'paint/TextPainterTest.cpp',
3823 'streams/ReadableStreamReaderTest.cpp', 3823 'streams/ReadableStreamReaderTest.cpp',
3824 'streams/ReadableStreamTest.cpp', 3824 'streams/ReadableStreamTest.cpp',
3825 'testing/PrivateScriptTestTest.cpp', 3825 'testing/PrivateScriptTestTest.cpp',
3826 'workers/WorkerThreadTest.cpp',
3826 'xml/parser/SharedBufferReaderTest.cpp', 3827 'xml/parser/SharedBufferReaderTest.cpp',
3827 ], 3828 ],
3828 } 3829 }
3829 } 3830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698