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

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

Issue 157553002: Remove the Pagination struct, clean up viewport scroll policy propagation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master 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
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 'clipboard/Clipboard.idl', 8 'clipboard/Clipboard.idl',
9 'clipboard/DataTransferItem.idl', 9 'clipboard/DataTransferItem.idl',
10 'clipboard/DataTransferItemList.idl', 10 'clipboard/DataTransferItemList.idl',
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'rendering/ImageQualityController.h', 1392 'rendering/ImageQualityController.h',
1393 'rendering/InlineBox.cpp', 1393 'rendering/InlineBox.cpp',
1394 'rendering/InlineFlowBox.cpp', 1394 'rendering/InlineFlowBox.cpp',
1395 'rendering/InlineIterator.h', 1395 'rendering/InlineIterator.h',
1396 'rendering/InlineTextBox.cpp', 1396 'rendering/InlineTextBox.cpp',
1397 'rendering/LayoutRectRecorder.cpp', 1397 'rendering/LayoutRectRecorder.cpp',
1398 'rendering/LayoutRepainter.cpp', 1398 'rendering/LayoutRepainter.cpp',
1399 'rendering/LayoutState.cpp', 1399 'rendering/LayoutState.cpp',
1400 'rendering/OrderIterator.cpp', 1400 'rendering/OrderIterator.cpp',
1401 'rendering/OrderIterator.h', 1401 'rendering/OrderIterator.h',
1402 'rendering/Pagination.cpp',
1403 'rendering/Pagination.h',
1404 'rendering/PartialLayoutState.h', 1402 'rendering/PartialLayoutState.h',
1405 'rendering/PointerEventsHitRules.cpp', 1403 'rendering/PointerEventsHitRules.cpp',
1406 'rendering/PointerEventsHitRules.h', 1404 'rendering/PointerEventsHitRules.h',
1407 'rendering/RenderApplet.cpp', 1405 'rendering/RenderApplet.cpp',
1408 'rendering/RenderApplet.h', 1406 'rendering/RenderApplet.h',
1409 'rendering/RenderBR.cpp', 1407 'rendering/RenderBR.cpp',
1410 'rendering/RenderBlock.cpp', 1408 'rendering/RenderBlock.cpp',
1411 'rendering/RenderBlockFlow.cpp', 1409 'rendering/RenderBlockFlow.cpp',
1412 'rendering/RenderBlockLineLayout.cpp', 1410 'rendering/RenderBlockLineLayout.cpp',
1413 'rendering/RenderBox.cpp', 1411 'rendering/RenderBox.cpp',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'html/parser/HTMLParserThreadTest.cpp', 3267 'html/parser/HTMLParserThreadTest.cpp',
3270 'html/track/vtt/BufferedLineReaderTest.cpp', 3268 'html/track/vtt/BufferedLineReaderTest.cpp',
3271 'html/track/vtt/VTTScannerTest.cpp', 3269 'html/track/vtt/VTTScannerTest.cpp',
3272 'rendering/RenderOverflowTest.cpp', 3270 'rendering/RenderOverflowTest.cpp',
3273 'rendering/shapes/BoxShapeTest.cpp', 3271 'rendering/shapes/BoxShapeTest.cpp',
3274 'testing/UnitTestHelpers.cpp', 3272 'testing/UnitTestHelpers.cpp',
3275 'testing/UnitTestHelpers.h', 3273 'testing/UnitTestHelpers.h',
3276 ], 3274 ],
3277 } 3275 }
3278 } 3276 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/pagination/viewport-y-vertical-rl-rtl-expected.html ('k') | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698