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

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

Issue 2243513003: [LayoutNG] Add tests for ng_length_utils. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. 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_length_utils.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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 4204 matching lines...) Expand 10 before | Expand all | Expand 10 after
4215 'layout/MapCoordinatesTest.cpp', 4215 'layout/MapCoordinatesTest.cpp',
4216 'layout/MultiColumnFragmentainerGroupTest.cpp', 4216 'layout/MultiColumnFragmentainerGroupTest.cpp',
4217 'layout/OverflowModelTest.cpp', 4217 'layout/OverflowModelTest.cpp',
4218 'layout/PaginationTest.cpp', 4218 'layout/PaginationTest.cpp',
4219 'layout/PaintContainmentTest.cpp', 4219 'layout/PaintContainmentTest.cpp',
4220 'layout/ScrollAnchorTest.cpp', 4220 'layout/ScrollAnchorTest.cpp',
4221 'layout/TextAutosizerTest.cpp', 4221 'layout/TextAutosizerTest.cpp',
4222 'layout/VisualRectMappingTest.cpp', 4222 'layout/VisualRectMappingTest.cpp',
4223 'layout/compositing/CompositedLayerMappingTest.cpp', 4223 'layout/compositing/CompositedLayerMappingTest.cpp',
4224 'layout/ng/ng_block_layout_algorithm_test.cc', 4224 'layout/ng/ng_block_layout_algorithm_test.cc',
4225 'layout/ng/ng_length_utils_test.cc',
4225 'layout/shapes/BoxShapeTest.cpp', 4226 'layout/shapes/BoxShapeTest.cpp',
4226 'layout/svg/LayoutSVGRootTest.cpp', 4227 'layout/svg/LayoutSVGRootTest.cpp',
4227 'loader/DocumentLoadTimingTest.cpp', 4228 'loader/DocumentLoadTimingTest.cpp',
4228 'loader/FrameFetchContextTest.cpp', 4229 'loader/FrameFetchContextTest.cpp',
4229 'loader/LinkLoaderTest.cpp', 4230 'loader/LinkLoaderTest.cpp',
4230 'loader/MixedContentCheckerTest.cpp', 4231 'loader/MixedContentCheckerTest.cpp',
4231 'loader/TextResourceDecoderBuilderTest.cpp', 4232 'loader/TextResourceDecoderBuilderTest.cpp',
4232 'loader/ThreadableLoaderTest.cpp', 4233 'loader/ThreadableLoaderTest.cpp',
4233 'origin_trials/OriginTrialContextTest.cpp', 4234 'origin_trials/OriginTrialContextTest.cpp',
4234 'page/ChromeClientTest.cpp', 4235 'page/ChromeClientTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 'testing/PrivateScriptTestTest.cpp', 4267 'testing/PrivateScriptTestTest.cpp',
4267 'timing/MemoryInfoTest.cpp', 4268 'timing/MemoryInfoTest.cpp',
4268 'timing/PerformanceBaseTest.cpp', 4269 'timing/PerformanceBaseTest.cpp',
4269 'timing/PerformanceObserverTest.cpp', 4270 'timing/PerformanceObserverTest.cpp',
4270 'workers/WorkerThreadTest.cpp', 4271 'workers/WorkerThreadTest.cpp',
4271 'workers/WorkerThreadTestHelper.h', 4272 'workers/WorkerThreadTestHelper.h',
4272 'xml/parser/SharedBufferReaderTest.cpp', 4273 'xml/parser/SharedBufferReaderTest.cpp',
4273 ], 4274 ],
4274 } 4275 }
4275 } 4276 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_length_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698