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

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

Issue 1681403004: Unit tests for LayoutObject::mapLocalToAncestor() (and overrides). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ahem considered useless. Let's try a different approach. Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/MapLocalToAncestorTest.cpp » ('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 4003 matching lines...) Expand 10 before | Expand all | Expand 10 after
4014 'layout/LayoutBoxTest.cpp', 4014 'layout/LayoutBoxTest.cpp',
4015 'layout/LayoutInlineTest.cpp', 4015 'layout/LayoutInlineTest.cpp',
4016 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4016 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4017 'layout/LayoutObjectTest.cpp', 4017 'layout/LayoutObjectTest.cpp',
4018 'layout/LayoutPartTest.cpp', 4018 'layout/LayoutPartTest.cpp',
4019 'layout/LayoutTableCellTest.cpp', 4019 'layout/LayoutTableCellTest.cpp',
4020 'layout/LayoutTableRowTest.cpp', 4020 'layout/LayoutTableRowTest.cpp',
4021 'layout/LayoutTestHelper.cpp', 4021 'layout/LayoutTestHelper.cpp',
4022 'layout/LayoutTestHelper.h', 4022 'layout/LayoutTestHelper.h',
4023 'layout/LayoutThemeTest.cpp', 4023 'layout/LayoutThemeTest.cpp',
4024 'layout/MapLocalToAncestorTest.cpp',
4024 'layout/MultiColumnFragmentainerGroupTest.cpp', 4025 'layout/MultiColumnFragmentainerGroupTest.cpp',
4025 'layout/OverflowModelTest.cpp', 4026 'layout/OverflowModelTest.cpp',
4026 'layout/PaginationTest.cpp', 4027 'layout/PaginationTest.cpp',
4027 'layout/PaintContainmentTest.cpp', 4028 'layout/PaintContainmentTest.cpp',
4028 'layout/ScrollAnchorTest.cpp', 4029 'layout/ScrollAnchorTest.cpp',
4029 'layout/compositing/CompositedLayerMappingTest.cpp', 4030 'layout/compositing/CompositedLayerMappingTest.cpp',
4030 'layout/shapes/BoxShapeTest.cpp', 4031 'layout/shapes/BoxShapeTest.cpp',
4031 'loader/FrameFetchContextTest.cpp', 4032 'loader/FrameFetchContextTest.cpp',
4032 'loader/LinkHeaderTest.cpp', 4033 'loader/LinkHeaderTest.cpp',
4033 'loader/LinkLoaderTest.cpp', 4034 'loader/LinkLoaderTest.cpp',
(...skipping 24 matching lines...) Expand all
4058 'style/SVGComputedStyleTest.cpp', 4059 'style/SVGComputedStyleTest.cpp',
4059 'svg/SVGPathParserTest.cpp', 4060 'svg/SVGPathParserTest.cpp',
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4061 'testing/PrivateScriptTestTest.cpp', 4062 'testing/PrivateScriptTestTest.cpp',
4062 'timing/MemoryInfoTest.cpp', 4063 'timing/MemoryInfoTest.cpp',
4063 'workers/WorkerThreadTest.cpp', 4064 'workers/WorkerThreadTest.cpp',
4064 'xml/parser/SharedBufferReaderTest.cpp', 4065 'xml/parser/SharedBufferReaderTest.cpp',
4065 ], 4066 ],
4066 } 4067 }
4067 } 4068 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/MapLocalToAncestorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698