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

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

Issue 313233002: Adding backgroundColor to WebCompositionUnderline and using it for InlineTextBox drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'editing/AppendNodeCommand.h', 963 'editing/AppendNodeCommand.h',
964 'editing/ApplyBlockElementCommand.cpp', 964 'editing/ApplyBlockElementCommand.cpp',
965 'editing/ApplyStyleCommand.cpp', 965 'editing/ApplyStyleCommand.cpp',
966 'editing/ApplyStyleCommand.h', 966 'editing/ApplyStyleCommand.h',
967 'editing/BreakBlockquoteCommand.cpp', 967 'editing/BreakBlockquoteCommand.cpp',
968 'editing/BreakBlockquoteCommand.h', 968 'editing/BreakBlockquoteCommand.h',
969 'editing/Caret.cpp', 969 'editing/Caret.cpp',
970 'editing/Caret.h', 970 'editing/Caret.h',
971 'editing/CompositeEditCommand.cpp', 971 'editing/CompositeEditCommand.cpp',
972 'editing/CompositionUnderline.h', 972 'editing/CompositionUnderline.h',
973 'editing/CompositionUnderlineVisitor.cpp',
974 'editing/CompositionUnderlineVisitor.h',
973 'editing/CreateLinkCommand.cpp', 975 'editing/CreateLinkCommand.cpp',
974 'editing/CreateLinkCommand.h', 976 'editing/CreateLinkCommand.h',
975 'editing/DeleteFromTextNodeCommand.cpp', 977 'editing/DeleteFromTextNodeCommand.cpp',
976 'editing/DeleteFromTextNodeCommand.h', 978 'editing/DeleteFromTextNodeCommand.h',
977 'editing/DeleteSelectionCommand.cpp', 979 'editing/DeleteSelectionCommand.cpp',
978 'editing/EditCommand.cpp', 980 'editing/EditCommand.cpp',
979 'editing/EditingBehavior.cpp', 981 'editing/EditingBehavior.cpp',
980 'editing/EditingBehavior.h', 982 'editing/EditingBehavior.h',
981 'editing/EditingStyle.cpp', 983 'editing/EditingStyle.cpp',
982 'editing/Editor.cpp', 984 'editing/Editor.cpp',
(...skipping 2415 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 'loader/MixedContentCheckerTest.cpp', 3400 'loader/MixedContentCheckerTest.cpp',
3399 'page/NetworkStateNotifierTest.cpp', 3401 'page/NetworkStateNotifierTest.cpp',
3400 'rendering/RenderOverflowTest.cpp', 3402 'rendering/RenderOverflowTest.cpp',
3401 'rendering/shapes/BoxShapeTest.cpp', 3403 'rendering/shapes/BoxShapeTest.cpp',
3402 'testing/UnitTestHelpers.cpp', 3404 'testing/UnitTestHelpers.cpp',
3403 'testing/UnitTestHelpers.h', 3405 'testing/UnitTestHelpers.h',
3404 'xml/parser/SharedBufferReaderTest.cpp', 3406 'xml/parser/SharedBufferReaderTest.cpp',
3405 ], 3407 ],
3406 } 3408 }
3407 } 3409 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/CompositionUnderline.h » ('j') | Source/core/editing/CompositionUnderlineVisitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698