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

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: Extracting paintCompositionBackgrounds() from paint(). 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
« no previous file with comments | « no previous file | Source/core/editing/CompositionUnderline.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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'editing/AppendNodeCommand.h', 966 'editing/AppendNodeCommand.h',
967 'editing/ApplyBlockElementCommand.cpp', 967 'editing/ApplyBlockElementCommand.cpp',
968 'editing/ApplyStyleCommand.cpp', 968 'editing/ApplyStyleCommand.cpp',
969 'editing/ApplyStyleCommand.h', 969 'editing/ApplyStyleCommand.h',
970 'editing/BreakBlockquoteCommand.cpp', 970 'editing/BreakBlockquoteCommand.cpp',
971 'editing/BreakBlockquoteCommand.h', 971 'editing/BreakBlockquoteCommand.h',
972 'editing/Caret.cpp', 972 'editing/Caret.cpp',
973 'editing/Caret.h', 973 'editing/Caret.h',
974 'editing/CompositeEditCommand.cpp', 974 'editing/CompositeEditCommand.cpp',
975 'editing/CompositionUnderline.h', 975 'editing/CompositionUnderline.h',
976 'editing/CompositionUnderlineRangeFilter.cpp',
977 'editing/CompositionUnderlineRangeFilter.h',
976 'editing/CreateLinkCommand.cpp', 978 'editing/CreateLinkCommand.cpp',
977 'editing/CreateLinkCommand.h', 979 'editing/CreateLinkCommand.h',
978 'editing/DeleteFromTextNodeCommand.cpp', 980 'editing/DeleteFromTextNodeCommand.cpp',
979 'editing/DeleteFromTextNodeCommand.h', 981 'editing/DeleteFromTextNodeCommand.h',
980 'editing/DeleteSelectionCommand.cpp', 982 'editing/DeleteSelectionCommand.cpp',
981 'editing/EditCommand.cpp', 983 'editing/EditCommand.cpp',
982 'editing/EditingBehavior.cpp', 984 'editing/EditingBehavior.cpp',
983 'editing/EditingBehavior.h', 985 'editing/EditingBehavior.h',
984 'editing/EditingStyle.cpp', 986 'editing/EditingStyle.cpp',
985 'editing/Editor.cpp', 987 'editing/Editor.cpp',
(...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 'css/parser/SizesAttributeParserTest.cpp', 3388 'css/parser/SizesAttributeParserTest.cpp',
3387 'css/parser/MediaConditionTest.cpp', 3389 'css/parser/MediaConditionTest.cpp',
3388 'css/resolver/FontBuilderTest.cpp', 3390 'css/resolver/FontBuilderTest.cpp',
3389 'dom/ActiveDOMObjectTest.cpp', 3391 'dom/ActiveDOMObjectTest.cpp',
3390 'dom/DOMImplementationTest.cpp', 3392 'dom/DOMImplementationTest.cpp',
3391 'dom/DocumentMarkerControllerTest.cpp', 3393 'dom/DocumentMarkerControllerTest.cpp',
3392 'dom/DocumentTest.cpp', 3394 'dom/DocumentTest.cpp',
3393 'dom/MainThreadTaskRunnerTest.cpp', 3395 'dom/MainThreadTaskRunnerTest.cpp',
3394 'dom/RangeTest.cpp', 3396 'dom/RangeTest.cpp',
3395 'dom/TreeScopeTest.cpp', 3397 'dom/TreeScopeTest.cpp',
3398 'editing/CompositionUnderlineRangeFilterTest.cpp',
3396 'editing/SurroundingTextTest.cpp', 3399 'editing/SurroundingTextTest.cpp',
3397 'editing/TextIteratorTest.cpp', 3400 'editing/TextIteratorTest.cpp',
3398 'editing/VisibleSelectionTest.cpp', 3401 'editing/VisibleSelectionTest.cpp',
3399 'fetch/CachingCorrectnessTest.cpp', 3402 'fetch/CachingCorrectnessTest.cpp',
3400 'fetch/ImageResourceTest.cpp', 3403 'fetch/ImageResourceTest.cpp',
3401 'fetch/MemoryCacheTest.cpp', 3404 'fetch/MemoryCacheTest.cpp',
3402 'fetch/RawResourceTest.cpp', 3405 'fetch/RawResourceTest.cpp',
3403 'fetch/ResourceFetcherTest.cpp', 3406 'fetch/ResourceFetcherTest.cpp',
3404 'frame/ImageBitmapTest.cpp', 3407 'frame/ImageBitmapTest.cpp',
3405 'html/HTMLDimensionTest.cpp', 3408 'html/HTMLDimensionTest.cpp',
3406 'html/HTMLLinkElementSizesAttributeTest.cpp', 3409 'html/HTMLLinkElementSizesAttributeTest.cpp',
3407 'html/LinkRelAttributeTest.cpp', 3410 'html/LinkRelAttributeTest.cpp',
3408 'html/TimeRangesTest.cpp', 3411 'html/TimeRangesTest.cpp',
3409 'html/parser/HTMLParserThreadTest.cpp', 3412 'html/parser/HTMLParserThreadTest.cpp',
3410 'html/parser/HTMLSrcsetParserTest.cpp', 3413 'html/parser/HTMLSrcsetParserTest.cpp',
3411 'html/track/vtt/BufferedLineReaderTest.cpp', 3414 'html/track/vtt/BufferedLineReaderTest.cpp',
3412 'html/track/vtt/VTTScannerTest.cpp', 3415 'html/track/vtt/VTTScannerTest.cpp',
3413 'loader/MixedContentCheckerTest.cpp', 3416 'loader/MixedContentCheckerTest.cpp',
3414 'page/NetworkStateNotifierTest.cpp', 3417 'page/NetworkStateNotifierTest.cpp',
3415 'rendering/RenderOverflowTest.cpp', 3418 'rendering/RenderOverflowTest.cpp',
3416 'rendering/shapes/BoxShapeTest.cpp', 3419 'rendering/shapes/BoxShapeTest.cpp',
3417 'testing/UnitTestHelpers.cpp', 3420 'testing/UnitTestHelpers.cpp',
3418 'testing/UnitTestHelpers.h', 3421 'testing/UnitTestHelpers.h',
3419 'xml/parser/SharedBufferReaderTest.cpp', 3422 'xml/parser/SharedBufferReaderTest.cpp',
3420 ], 3423 ],
3421 } 3424 }
3422 } 3425 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/CompositionUnderline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698