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

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

Issue 1861003003: VisualRectMappingTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Optional
Patch Set: CORE_EXPORT PaintInvalidationState Created 4 years, 8 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 | third_party/WebKit/Source/core/layout/LayoutObject.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 4028 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 'layout/LayoutTableSectionTest.cpp', 4039 'layout/LayoutTableSectionTest.cpp',
4040 'layout/LayoutTestHelper.cpp', 4040 'layout/LayoutTestHelper.cpp',
4041 'layout/LayoutTestHelper.h', 4041 'layout/LayoutTestHelper.h',
4042 'layout/LayoutThemeTest.cpp', 4042 'layout/LayoutThemeTest.cpp',
4043 'layout/MapCoordinatesTest.cpp', 4043 'layout/MapCoordinatesTest.cpp',
4044 'layout/MultiColumnFragmentainerGroupTest.cpp', 4044 'layout/MultiColumnFragmentainerGroupTest.cpp',
4045 'layout/OverflowModelTest.cpp', 4045 'layout/OverflowModelTest.cpp',
4046 'layout/PaginationTest.cpp', 4046 'layout/PaginationTest.cpp',
4047 'layout/PaintContainmentTest.cpp', 4047 'layout/PaintContainmentTest.cpp',
4048 'layout/ScrollAnchorTest.cpp', 4048 'layout/ScrollAnchorTest.cpp',
4049 'layout/VisualRectMappingTest.cpp',
4049 'layout/compositing/CompositedLayerMappingTest.cpp', 4050 'layout/compositing/CompositedLayerMappingTest.cpp',
4050 'layout/shapes/BoxShapeTest.cpp', 4051 'layout/shapes/BoxShapeTest.cpp',
4051 'layout/svg/LayoutSVGRootTest.cpp', 4052 'layout/svg/LayoutSVGRootTest.cpp',
4052 'loader/DocumentLoadTimingTest.cpp', 4053 'loader/DocumentLoadTimingTest.cpp',
4053 'loader/FrameFetchContextTest.cpp', 4054 'loader/FrameFetchContextTest.cpp',
4054 'loader/LinkHeaderTest.cpp', 4055 'loader/LinkHeaderTest.cpp',
4055 'loader/LinkLoaderTest.cpp', 4056 'loader/LinkLoaderTest.cpp',
4056 'loader/MixedContentCheckerTest.cpp', 4057 'loader/MixedContentCheckerTest.cpp',
4057 'loader/TextResourceDecoderBuilderTest.cpp', 4058 'loader/TextResourceDecoderBuilderTest.cpp',
4058 'loader/ThreadableLoaderTest.cpp', 4059 'loader/ThreadableLoaderTest.cpp',
(...skipping 27 matching lines...) Expand all
4086 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4088 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4089 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4090 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4091 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4092 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4093 ], 4094 ],
4094 } 4095 }
4095 } 4096 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698