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

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

Issue 146023008: Add layout states to DocumentLifecycle state machine (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Whitelist one more transition' Created 6 years, 10 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/dom/Document.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/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'frame/DOMWindowBase64.h', 1044 'frame/DOMWindowBase64.h',
1045 'frame/DOMWindowEventHandlers.h', 1045 'frame/DOMWindowEventHandlers.h',
1046 'frame/DOMWindowLifecycleNotifier.cpp', 1046 'frame/DOMWindowLifecycleNotifier.cpp',
1047 'frame/DOMWindowLifecycleNotifier.h', 1047 'frame/DOMWindowLifecycleNotifier.h',
1048 'frame/DOMWindowLifecycleObserver.cpp', 1048 'frame/DOMWindowLifecycleObserver.cpp',
1049 'frame/DOMWindowLifecycleObserver.h', 1049 'frame/DOMWindowLifecycleObserver.h',
1050 'frame/DOMWindowProperty.cpp', 1050 'frame/DOMWindowProperty.cpp',
1051 'frame/DOMWindowProperty.h', 1051 'frame/DOMWindowProperty.h',
1052 'frame/DOMWindowTimers.cpp', 1052 'frame/DOMWindowTimers.cpp',
1053 'frame/DOMWindowTimers.h', 1053 'frame/DOMWindowTimers.h',
1054 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1055 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1054 'frame/Frame.cpp', 1056 'frame/Frame.cpp',
1055 'frame/Frame.h', 1057 'frame/Frame.h',
1056 'frame/FrameDestructionObserver.cpp', 1058 'frame/FrameDestructionObserver.cpp',
1057 'frame/FrameDestructionObserver.h', 1059 'frame/FrameDestructionObserver.h',
1058 'frame/FrameHost.cpp', 1060 'frame/FrameHost.cpp',
1059 'frame/FrameHost.h', 1061 'frame/FrameHost.h',
1060 'frame/FrameView.cpp', 1062 'frame/FrameView.cpp',
1061 'frame/History.cpp', 1063 'frame/History.cpp',
1062 'frame/History.h', 1064 'frame/History.h',
1063 'frame/ImageBitmap.cpp', 1065 'frame/ImageBitmap.cpp',
(...skipping 2212 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 'html/parser/HTMLParserThreadTest.cpp', 3278 'html/parser/HTMLParserThreadTest.cpp',
3277 'html/track/vtt/BufferedLineReaderTest.cpp', 3279 'html/track/vtt/BufferedLineReaderTest.cpp',
3278 'html/track/vtt/VTTScannerTest.cpp', 3280 'html/track/vtt/VTTScannerTest.cpp',
3279 'rendering/RenderOverflowTest.cpp', 3281 'rendering/RenderOverflowTest.cpp',
3280 'rendering/shapes/BoxShapeTest.cpp', 3282 'rendering/shapes/BoxShapeTest.cpp',
3281 'testing/UnitTestHelpers.cpp', 3283 'testing/UnitTestHelpers.cpp',
3282 'testing/UnitTestHelpers.h', 3284 'testing/UnitTestHelpers.h',
3283 ], 3285 ],
3284 } 3286 }
3285 } 3287 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698