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

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

Issue 895383002: Let StyleResolver figure out differences between UA style and resolved style. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: I mean *remove* assert. Created 5 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
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleAdjuster.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'layout/shapes/RasterShape.cpp', 680 'layout/shapes/RasterShape.cpp',
681 'layout/shapes/RasterShape.h', 681 'layout/shapes/RasterShape.h',
682 'layout/shapes/RectangleShape.cpp', 682 'layout/shapes/RectangleShape.cpp',
683 'layout/shapes/RectangleShape.h', 683 'layout/shapes/RectangleShape.h',
684 'layout/shapes/Shape.cpp', 684 'layout/shapes/Shape.cpp',
685 'layout/shapes/Shape.h', 685 'layout/shapes/Shape.h',
686 'layout/shapes/ShapeInterval.h', 686 'layout/shapes/ShapeInterval.h',
687 'layout/shapes/ShapeOutsideInfo.cpp', 687 'layout/shapes/ShapeOutsideInfo.cpp',
688 'layout/shapes/ShapeOutsideInfo.h', 688 'layout/shapes/ShapeOutsideInfo.h',
689 'layout/style/AppliedTextDecoration.cpp', 689 'layout/style/AppliedTextDecoration.cpp',
690 'layout/style/AuthorStyleInfo.h',
690 'layout/style/BasicShapes.cpp', 691 'layout/style/BasicShapes.cpp',
691 'layout/style/BorderEdge.cpp', 692 'layout/style/BorderEdge.cpp',
692 'layout/style/BorderEdge.h', 693 'layout/style/BorderEdge.h',
693 'layout/style/BorderImageLength.h', 694 'layout/style/BorderImageLength.h',
694 'layout/style/BorderImageLengthBox.h', 695 'layout/style/BorderImageLengthBox.h',
695 'layout/style/CachedUAStyle.h', 696 'layout/style/CachedUAStyle.h',
696 'layout/style/ContentData.cpp', 697 'layout/style/ContentData.cpp',
697 'layout/style/CounterDirectives.cpp', 698 'layout/style/CounterDirectives.cpp',
698 'layout/style/FillLayer.cpp', 699 'layout/style/FillLayer.cpp',
699 'layout/style/GridCoordinate.h', 700 'layout/style/GridCoordinate.h',
(...skipping 3073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 'rendering/RenderingTestHelper.h', 3774 'rendering/RenderingTestHelper.h',
3774 'streams/ExclusiveStreamReaderTest.cpp', 3775 'streams/ExclusiveStreamReaderTest.cpp',
3775 'streams/ReadableStreamTest.cpp', 3776 'streams/ReadableStreamTest.cpp',
3776 'testing/PrivateScriptTestTest.cpp', 3777 'testing/PrivateScriptTestTest.cpp',
3777 'testing/UnitTestHelpers.cpp', 3778 'testing/UnitTestHelpers.cpp',
3778 'testing/UnitTestHelpers.h', 3779 'testing/UnitTestHelpers.h',
3779 'xml/parser/SharedBufferReaderTest.cpp', 3780 'xml/parser/SharedBufferReaderTest.cpp',
3780 ], 3781 ],
3781 } 3782 }
3782 } 3783 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleAdjuster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698