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

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

Issue 403523003: Move Shadow DOM renderers into rendering/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/html/shadow/SliderThumbElement.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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'rendering/RenderScrollbar.h', 1618 'rendering/RenderScrollbar.h',
1619 'rendering/RenderScrollbarPart.cpp', 1619 'rendering/RenderScrollbarPart.cpp',
1620 'rendering/RenderScrollbarPart.h', 1620 'rendering/RenderScrollbarPart.h',
1621 'rendering/RenderScrollbarTheme.cpp', 1621 'rendering/RenderScrollbarTheme.cpp',
1622 'rendering/RenderScrollbarTheme.h', 1622 'rendering/RenderScrollbarTheme.h',
1623 'rendering/RenderSearchField.cpp', 1623 'rendering/RenderSearchField.cpp',
1624 'rendering/RenderSearchField.h', 1624 'rendering/RenderSearchField.h',
1625 'rendering/RenderSelectionInfo.h', 1625 'rendering/RenderSelectionInfo.h',
1626 'rendering/RenderSlider.cpp', 1626 'rendering/RenderSlider.cpp',
1627 'rendering/RenderSlider.h', 1627 'rendering/RenderSlider.h',
1628 'rendering/RenderSliderContainer.cpp',
1629 'rendering/RenderSliderContainer.h',
1630 'rendering/RenderSliderThumb.cpp',
1631 'rendering/RenderSliderThumb.h',
1628 'rendering/RenderTable.cpp', 1632 'rendering/RenderTable.cpp',
1629 'rendering/RenderTable.h', 1633 'rendering/RenderTable.h',
1630 'rendering/RenderTableCaption.cpp', 1634 'rendering/RenderTableCaption.cpp',
1631 'rendering/RenderTableCaption.h', 1635 'rendering/RenderTableCaption.h',
1632 'rendering/RenderTableCell.cpp', 1636 'rendering/RenderTableCell.cpp',
1633 'rendering/RenderTableCell.h', 1637 'rendering/RenderTableCell.h',
1634 'rendering/RenderTableCol.cpp', 1638 'rendering/RenderTableCol.cpp',
1635 'rendering/RenderTableCol.h', 1639 'rendering/RenderTableCol.h',
1636 'rendering/RenderTableRow.cpp', 1640 'rendering/RenderTableRow.cpp',
1637 'rendering/RenderTableRow.h', 1641 'rendering/RenderTableRow.h',
(...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'rendering/RenderOverflowTest.cpp', 3419 'rendering/RenderOverflowTest.cpp',
3416 'rendering/RenderTableCellTest.cpp', 3420 'rendering/RenderTableCellTest.cpp',
3417 'rendering/RenderTableRowTest.cpp', 3421 'rendering/RenderTableRowTest.cpp',
3418 'rendering/shapes/BoxShapeTest.cpp', 3422 'rendering/shapes/BoxShapeTest.cpp',
3419 'testing/UnitTestHelpers.cpp', 3423 'testing/UnitTestHelpers.cpp',
3420 'testing/UnitTestHelpers.h', 3424 'testing/UnitTestHelpers.h',
3421 'xml/parser/SharedBufferReaderTest.cpp', 3425 'xml/parser/SharedBufferReaderTest.cpp',
3422 ], 3426 ],
3423 } 3427 }
3424 } 3428 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/shadow/SliderThumbElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698