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

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

Issue 1312493007: Fix table cell background caching issue about interest rect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3825 matching lines...) Expand 10 before | Expand all | Expand 10 after
3836 'loader/FrameFetchContextTest.cpp', 3836 'loader/FrameFetchContextTest.cpp',
3837 'loader/LinkHeaderTest.cpp', 3837 'loader/LinkHeaderTest.cpp',
3838 'loader/LinkLoaderTest.cpp', 3838 'loader/LinkLoaderTest.cpp',
3839 'loader/MixedContentCheckerTest.cpp', 3839 'loader/MixedContentCheckerTest.cpp',
3840 'page/ContextMenuControllerTest.cpp', 3840 'page/ContextMenuControllerTest.cpp',
3841 'page/NetworkStateNotifierTest.cpp', 3841 'page/NetworkStateNotifierTest.cpp',
3842 'page/PagePopupClientTest.cpp', 3842 'page/PagePopupClientTest.cpp',
3843 'page/PrintContextTest.cpp', 3843 'page/PrintContextTest.cpp',
3844 'page/scrolling/ScrollStateTest.cpp', 3844 'page/scrolling/ScrollStateTest.cpp',
3845 'paint/DisplayItemListPaintTest.cpp', 3845 'paint/DisplayItemListPaintTest.cpp',
3846 'paint/DisplayItemListPaintTest.h',
3846 'paint/LayerClipRecorderTest.cpp', 3847 'paint/LayerClipRecorderTest.cpp',
3847 'paint/LayoutObjectDrawingRecorderTest.cpp', 3848 'paint/LayoutObjectDrawingRecorderTest.cpp',
3848 'paint/NinePieceImageGridTest.cpp', 3849 'paint/NinePieceImageGridTest.cpp',
3850 'paint/TableCellPainterTest.cpp',
3849 'paint/TextPainterTest.cpp', 3851 'paint/TextPainterTest.cpp',
3850 'streams/ReadableStreamReaderTest.cpp', 3852 'streams/ReadableStreamReaderTest.cpp',
3851 'streams/ReadableStreamTest.cpp', 3853 'streams/ReadableStreamTest.cpp',
3852 'style/ComputedStyleTest.cpp', 3854 'style/ComputedStyleTest.cpp',
3853 'style/OutlineValueTest.cpp', 3855 'style/OutlineValueTest.cpp',
3854 'style/SVGComputedStyleTest.cpp', 3856 'style/SVGComputedStyleTest.cpp',
3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3856 'testing/PrivateScriptTestTest.cpp', 3858 'testing/PrivateScriptTestTest.cpp',
3857 'timing/MemoryInfoTest.cpp', 3859 'timing/MemoryInfoTest.cpp',
3858 'workers/WorkerThreadTest.cpp', 3860 'workers/WorkerThreadTest.cpp',
3859 'xml/parser/SharedBufferReaderTest.cpp', 3861 'xml/parser/SharedBufferReaderTest.cpp',
3860 ], 3862 ],
3861 } 3863 }
3862 } 3864 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698