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

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

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied code review suggestions. Also rebased. Created 6 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 '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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'rendering/style/StyleFetchedImage.cpp', 1706 'rendering/style/StyleFetchedImage.cpp',
1707 'rendering/style/StyleFetchedImageSet.cpp', 1707 'rendering/style/StyleFetchedImageSet.cpp',
1708 'rendering/style/StyleFilterData.cpp', 1708 'rendering/style/StyleFilterData.cpp',
1709 'rendering/style/StyleFlexibleBoxData.cpp', 1709 'rendering/style/StyleFlexibleBoxData.cpp',
1710 'rendering/style/StyleGeneratedImage.cpp', 1710 'rendering/style/StyleGeneratedImage.cpp',
1711 'rendering/style/StyleGridData.cpp', 1711 'rendering/style/StyleGridData.cpp',
1712 'rendering/style/StyleGridItemData.cpp', 1712 'rendering/style/StyleGridItemData.cpp',
1713 'rendering/style/StyleInheritedData.cpp', 1713 'rendering/style/StyleInheritedData.cpp',
1714 'rendering/style/StyleMarqueeData.cpp', 1714 'rendering/style/StyleMarqueeData.cpp',
1715 'rendering/style/StyleMultiColData.cpp', 1715 'rendering/style/StyleMultiColData.cpp',
1716 'rendering/style/StyleNavigationData.cpp',
1717 'rendering/style/StyleNavigationData.h',
1718 'rendering/style/StyleNavigationValue.h',
1716 'rendering/style/StylePendingImage.h', 1719 'rendering/style/StylePendingImage.h',
1717 'rendering/style/StyleRareInheritedData.cpp', 1720 'rendering/style/StyleRareInheritedData.cpp',
1718 'rendering/style/StyleRareNonInheritedData.cpp', 1721 'rendering/style/StyleRareNonInheritedData.cpp',
1719 'rendering/style/StyleSurroundData.cpp', 1722 'rendering/style/StyleSurroundData.cpp',
1720 'rendering/style/StyleTransformData.cpp', 1723 'rendering/style/StyleTransformData.cpp',
1721 'rendering/style/StyleVisualData.cpp', 1724 'rendering/style/StyleVisualData.cpp',
1722 'rendering/style/StyleWillChangeData.cpp', 1725 'rendering/style/StyleWillChangeData.cpp',
1723 'rendering/svg/SVGInlineFlowBox.cpp', 1726 'rendering/svg/SVGInlineFlowBox.cpp',
1724 'rendering/svg/SVGInlineFlowBox.h', 1727 'rendering/svg/SVGInlineFlowBox.h',
1725 'rendering/svg/SVGInlineTextBox.cpp', 1728 'rendering/svg/SVGInlineTextBox.cpp',
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 'html/track/vtt/BufferedLineReaderTest.cpp', 3379 'html/track/vtt/BufferedLineReaderTest.cpp',
3377 'html/track/vtt/VTTScannerTest.cpp', 3380 'html/track/vtt/VTTScannerTest.cpp',
3378 'rendering/RenderOverflowTest.cpp', 3381 'rendering/RenderOverflowTest.cpp',
3379 'rendering/shapes/BoxShapeTest.cpp', 3382 'rendering/shapes/BoxShapeTest.cpp',
3380 'testing/UnitTestHelpers.cpp', 3383 'testing/UnitTestHelpers.cpp',
3381 'testing/UnitTestHelpers.h', 3384 'testing/UnitTestHelpers.h',
3382 'xml/parser/SharedBufferReaderTest.cpp', 3385 'xml/parser/SharedBufferReaderTest.cpp',
3383 ], 3386 ],
3384 } 3387 }
3385 } 3388 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698