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

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

Issue 302093002: Remove scheduleLayerUpdate from RenderLayerCompositor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/core/frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 'frame/DOMWindowBase64.h', 1131 'frame/DOMWindowBase64.h',
1132 'frame/DOMWindowEventHandlers.h', 1132 'frame/DOMWindowEventHandlers.h',
1133 'frame/DOMWindowLifecycleNotifier.cpp', 1133 'frame/DOMWindowLifecycleNotifier.cpp',
1134 'frame/DOMWindowLifecycleNotifier.h', 1134 'frame/DOMWindowLifecycleNotifier.h',
1135 'frame/DOMWindowLifecycleObserver.cpp', 1135 'frame/DOMWindowLifecycleObserver.cpp',
1136 'frame/DOMWindowLifecycleObserver.h', 1136 'frame/DOMWindowLifecycleObserver.h',
1137 'frame/DOMWindowProperty.cpp', 1137 'frame/DOMWindowProperty.cpp',
1138 'frame/DOMWindowProperty.h', 1138 'frame/DOMWindowProperty.h',
1139 'frame/DOMWindowTimers.cpp', 1139 'frame/DOMWindowTimers.cpp',
1140 'frame/DOMWindowTimers.h', 1140 'frame/DOMWindowTimers.h',
1141 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.cpp',
1142 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h',
1143 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1141 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1144 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1142 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1145 'frame/DeviceSensorEventController.cpp', 1143 'frame/DeviceSensorEventController.cpp',
1146 'frame/DeviceSensorEventController.h', 1144 'frame/DeviceSensorEventController.h',
1147 'frame/DeviceSensorEventDispatcher.cpp', 1145 'frame/DeviceSensorEventDispatcher.cpp',
1148 'frame/DeviceSensorEventDispatcher.h', 1146 'frame/DeviceSensorEventDispatcher.h',
1149 'frame/EventHandlerRegistry.cpp', 1147 'frame/EventHandlerRegistry.cpp',
1150 'frame/EventHandlerRegistry.h', 1148 'frame/EventHandlerRegistry.h',
1151 'frame/Frame.cpp', 1149 'frame/Frame.cpp',
1152 'frame/Frame.h', 1150 'frame/Frame.h',
(...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 'loader/MixedContentCheckerTest.cpp', 3401 'loader/MixedContentCheckerTest.cpp',
3404 'page/NetworkStateNotifierTest.cpp', 3402 'page/NetworkStateNotifierTest.cpp',
3405 'rendering/RenderOverflowTest.cpp', 3403 'rendering/RenderOverflowTest.cpp',
3406 'rendering/shapes/BoxShapeTest.cpp', 3404 'rendering/shapes/BoxShapeTest.cpp',
3407 'testing/UnitTestHelpers.cpp', 3405 'testing/UnitTestHelpers.cpp',
3408 'testing/UnitTestHelpers.h', 3406 'testing/UnitTestHelpers.h',
3409 'xml/parser/SharedBufferReaderTest.cpp', 3407 'xml/parser/SharedBufferReaderTest.cpp',
3410 ], 3408 ],
3411 } 3409 }
3412 } 3410 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698