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

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

Issue 2235823002: [layoutng] Add a basic unit test for NGBlockLayoutAlgorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more try Created 4 years, 4 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/ng/ng_block_layout_algorithm.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 4187 matching lines...) Expand 10 before | Expand all | Expand 10 after
4198 'layout/LayoutThemeTest.cpp', 4198 'layout/LayoutThemeTest.cpp',
4199 'layout/MapCoordinatesTest.cpp', 4199 'layout/MapCoordinatesTest.cpp',
4200 'layout/MultiColumnFragmentainerGroupTest.cpp', 4200 'layout/MultiColumnFragmentainerGroupTest.cpp',
4201 'layout/OverflowModelTest.cpp', 4201 'layout/OverflowModelTest.cpp',
4202 'layout/PaginationTest.cpp', 4202 'layout/PaginationTest.cpp',
4203 'layout/PaintContainmentTest.cpp', 4203 'layout/PaintContainmentTest.cpp',
4204 'layout/ScrollAnchorTest.cpp', 4204 'layout/ScrollAnchorTest.cpp',
4205 'layout/TextAutosizerTest.cpp', 4205 'layout/TextAutosizerTest.cpp',
4206 'layout/VisualRectMappingTest.cpp', 4206 'layout/VisualRectMappingTest.cpp',
4207 'layout/compositing/CompositedLayerMappingTest.cpp', 4207 'layout/compositing/CompositedLayerMappingTest.cpp',
4208 'layout/ng/ng_block_layout_algorithm_test.cc',
4208 'layout/shapes/BoxShapeTest.cpp', 4209 'layout/shapes/BoxShapeTest.cpp',
4209 'layout/svg/LayoutSVGRootTest.cpp', 4210 'layout/svg/LayoutSVGRootTest.cpp',
4210 'loader/DocumentLoadTimingTest.cpp', 4211 'loader/DocumentLoadTimingTest.cpp',
4211 'loader/FrameFetchContextTest.cpp', 4212 'loader/FrameFetchContextTest.cpp',
4212 'loader/LinkLoaderTest.cpp', 4213 'loader/LinkLoaderTest.cpp',
4213 'loader/MixedContentCheckerTest.cpp', 4214 'loader/MixedContentCheckerTest.cpp',
4214 'loader/TextResourceDecoderBuilderTest.cpp', 4215 'loader/TextResourceDecoderBuilderTest.cpp',
4215 'loader/ThreadableLoaderTest.cpp', 4216 'loader/ThreadableLoaderTest.cpp',
4216 'origin_trials/OriginTrialContextTest.cpp', 4217 'origin_trials/OriginTrialContextTest.cpp',
4217 'page/ChromeClientTest.cpp', 4218 'page/ChromeClientTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4249 'testing/PrivateScriptTestTest.cpp', 4250 'testing/PrivateScriptTestTest.cpp',
4250 'timing/MemoryInfoTest.cpp', 4251 'timing/MemoryInfoTest.cpp',
4251 'timing/PerformanceBaseTest.cpp', 4252 'timing/PerformanceBaseTest.cpp',
4252 'timing/PerformanceObserverTest.cpp', 4253 'timing/PerformanceObserverTest.cpp',
4253 'workers/WorkerThreadTest.cpp', 4254 'workers/WorkerThreadTest.cpp',
4254 'workers/WorkerThreadTestHelper.h', 4255 'workers/WorkerThreadTestHelper.h',
4255 'xml/parser/SharedBufferReaderTest.cpp', 4256 'xml/parser/SharedBufferReaderTest.cpp',
4256 ], 4257 ],
4257 } 4258 }
4258 } 4259 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698