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

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

Issue 907453003: Move overdraw tracking code from GraphicsContext to CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding missing test file 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 | Annotate | Revision Log
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 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after
3737 'frame/SubresourceIntegrityTest.cpp', 3737 'frame/SubresourceIntegrityTest.cpp',
3738 'frame/csp/ContentSecurityPolicyTest.cpp', 3738 'frame/csp/ContentSecurityPolicyTest.cpp',
3739 'html/HTMLDimensionTest.cpp', 3739 'html/HTMLDimensionTest.cpp',
3740 'html/HTMLFormControlElementTest.cpp', 3740 'html/HTMLFormControlElementTest.cpp',
3741 'html/HTMLInputElementTest.cpp', 3741 'html/HTMLInputElementTest.cpp',
3742 'html/HTMLLinkElementSizesAttributeTest.cpp', 3742 'html/HTMLLinkElementSizesAttributeTest.cpp',
3743 'html/HTMLSelectElementTest.cpp', 3743 'html/HTMLSelectElementTest.cpp',
3744 'html/HTMLTextFormControlElementTest.cpp', 3744 'html/HTMLTextFormControlElementTest.cpp',
3745 'html/LinkRelAttributeTest.cpp', 3745 'html/LinkRelAttributeTest.cpp',
3746 'html/TimeRangesTest.cpp', 3746 'html/TimeRangesTest.cpp',
3747 'html/canvas/CanvasRenderingContext2DTest.cpp',
3747 'html/forms/FileInputTypeTest.cpp', 3748 'html/forms/FileInputTypeTest.cpp',
3748 'html/parser/HTMLParserThreadTest.cpp', 3749 'html/parser/HTMLParserThreadTest.cpp',
3749 'html/parser/HTMLSrcsetParserTest.cpp', 3750 'html/parser/HTMLSrcsetParserTest.cpp',
3750 'html/track/vtt/BufferedLineReaderTest.cpp', 3751 'html/track/vtt/BufferedLineReaderTest.cpp',
3751 'html/track/vtt/VTTScannerTest.cpp', 3752 'html/track/vtt/VTTScannerTest.cpp',
3752 'layout/LayoutTableCellTest.cpp', 3753 'layout/LayoutTableCellTest.cpp',
3753 'layout/LayoutTableRowTest.cpp', 3754 'layout/LayoutTableRowTest.cpp',
3754 'layout/LayoutThemeTest.cpp', 3755 'layout/LayoutThemeTest.cpp',
3755 'layout/shapes/BoxShapeTest.cpp', 3756 'layout/shapes/BoxShapeTest.cpp',
3756 'loader/LinkHeaderTest.cpp', 3757 'loader/LinkHeaderTest.cpp',
(...skipping 17 matching lines...) Expand all
3774 'rendering/style/SVGRenderStyleTest.cpp', 3775 'rendering/style/SVGRenderStyleTest.cpp',
3775 'streams/ExclusiveStreamReaderTest.cpp', 3776 'streams/ExclusiveStreamReaderTest.cpp',
3776 'streams/ReadableStreamTest.cpp', 3777 'streams/ReadableStreamTest.cpp',
3777 'testing/PrivateScriptTestTest.cpp', 3778 'testing/PrivateScriptTestTest.cpp',
3778 'testing/UnitTestHelpers.cpp', 3779 'testing/UnitTestHelpers.cpp',
3779 'testing/UnitTestHelpers.h', 3780 'testing/UnitTestHelpers.h',
3780 'xml/parser/SharedBufferReaderTest.cpp', 3781 'xml/parser/SharedBufferReaderTest.cpp',
3781 ], 3782 ],
3782 } 3783 }
3783 } 3784 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLCanvasElement.h » ('j') | Source/core/html/HTMLCanvasElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698