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

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

Issue 200923002: Post a microtask to load <img> elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments (retry) Created 6 years, 7 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 '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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 'dom/FullscreenElementStack.cpp', 2014 'dom/FullscreenElementStack.cpp',
2015 'dom/FullscreenElementStack.h', 2015 'dom/FullscreenElementStack.h',
2016 'dom/GlobalEventHandlers.h', 2016 'dom/GlobalEventHandlers.h',
2017 'dom/IconURL.cpp', 2017 'dom/IconURL.cpp',
2018 'dom/IconURL.h', 2018 'dom/IconURL.h',
2019 'dom/IdTargetObserver.cpp', 2019 'dom/IdTargetObserver.cpp',
2020 'dom/IdTargetObserver.h', 2020 'dom/IdTargetObserver.h',
2021 'dom/IdTargetObserverRegistry.cpp', 2021 'dom/IdTargetObserverRegistry.cpp',
2022 'dom/IdTargetObserverRegistry.h', 2022 'dom/IdTargetObserverRegistry.h',
2023 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2023 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2024 'dom/IncrementLoadEventDelayCount.cpp',
2025 'dom/IncrementLoadEventDelayCount.h',
2024 'dom/LiveNodeList.cpp', 2026 'dom/LiveNodeList.cpp',
2025 'dom/LiveNodeList.h', 2027 'dom/LiveNodeList.h',
2026 'dom/LiveNodeListBase.cpp', 2028 'dom/LiveNodeListBase.cpp',
2027 'dom/LiveNodeListBase.h', 2029 'dom/LiveNodeListBase.h',
2028 'dom/MainThreadTaskRunner.cpp', 2030 'dom/MainThreadTaskRunner.cpp',
2029 'dom/MainThreadTaskRunner.h', 2031 'dom/MainThreadTaskRunner.h',
2030 'dom/MessageChannel.cpp', 2032 'dom/MessageChannel.cpp',
2031 'dom/MessageChannel.h', 2033 'dom/MessageChannel.h',
2032 'dom/MessagePort.cpp', 2034 'dom/MessagePort.cpp',
2033 'dom/Microtask.cpp', 2035 'dom/Microtask.cpp',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'html/track/vtt/VTTScannerTest.cpp', 3397 'html/track/vtt/VTTScannerTest.cpp',
3396 'loader/MixedContentCheckerTest.cpp', 3398 'loader/MixedContentCheckerTest.cpp',
3397 'rendering/RenderOverflowTest.cpp', 3399 'rendering/RenderOverflowTest.cpp',
3398 'rendering/shapes/BoxShapeTest.cpp', 3400 'rendering/shapes/BoxShapeTest.cpp',
3399 'testing/UnitTestHelpers.cpp', 3401 'testing/UnitTestHelpers.cpp',
3400 'testing/UnitTestHelpers.h', 3402 'testing/UnitTestHelpers.h',
3401 'xml/parser/SharedBufferReaderTest.cpp', 3403 'xml/parser/SharedBufferReaderTest.cpp',
3402 ], 3404 ],
3403 } 3405 }
3404 } 3406 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698