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

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

Issue 2176343006: [LayoutNG] Add NGConstraintSpace class definition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase w/HEAD 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/NGConstraintSpace.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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'layout/api/LineLayoutListMarker.h', 534 'layout/api/LineLayoutListMarker.h',
535 'layout/api/LineLayoutRubyBase.h', 535 'layout/api/LineLayoutRubyBase.h',
536 'layout/api/LineLayoutRubyRun.h', 536 'layout/api/LineLayoutRubyRun.h',
537 'layout/api/LineLayoutRubyText.h', 537 'layout/api/LineLayoutRubyText.h',
538 'layout/api/LineLayoutSVGInline.h', 538 'layout/api/LineLayoutSVGInline.h',
539 'layout/api/LineLayoutSVGInlineText.h', 539 'layout/api/LineLayoutSVGInlineText.h',
540 'layout/api/LineLayoutSVGTextPath.h', 540 'layout/api/LineLayoutSVGTextPath.h',
541 'layout/api/LineLayoutText.h', 541 'layout/api/LineLayoutText.h',
542 'layout/api/LineLayoutTextCombine.h', 542 'layout/api/LineLayoutTextCombine.h',
543 'layout/api/SelectionState.h', 543 'layout/api/SelectionState.h',
544 'layout/ng/NGConstraintSpace.cpp',
545 'layout/ng/NGConstraintSpace.h',
544 'layout/BidiRun.h', 546 'layout/BidiRun.h',
545 'layout/BidiRunForLine.cpp', 547 'layout/BidiRunForLine.cpp',
546 'layout/BidiRunForLine.h', 548 'layout/BidiRunForLine.h',
547 'layout/ClipRect.cpp', 549 'layout/ClipRect.cpp',
548 'layout/ClipRect.h', 550 'layout/ClipRect.h',
549 'layout/ClipRects.h', 551 'layout/ClipRects.h',
550 'layout/ClipRectsCache.h', 552 'layout/ClipRectsCache.h',
551 'layout/ColumnBalancer.cpp', 553 'layout/ColumnBalancer.cpp',
552 'layout/ColumnBalancer.h', 554 'layout/ColumnBalancer.h',
553 'layout/CounterNode.cpp', 555 'layout/CounterNode.cpp',
(...skipping 3681 matching lines...) Expand 10 before | Expand all | Expand 10 after
4235 'testing/PrivateScriptTestTest.cpp', 4237 'testing/PrivateScriptTestTest.cpp',
4236 'timing/MemoryInfoTest.cpp', 4238 'timing/MemoryInfoTest.cpp',
4237 'timing/PerformanceBaseTest.cpp', 4239 'timing/PerformanceBaseTest.cpp',
4238 'timing/PerformanceObserverTest.cpp', 4240 'timing/PerformanceObserverTest.cpp',
4239 'workers/WorkerThreadTest.cpp', 4241 'workers/WorkerThreadTest.cpp',
4240 'workers/WorkerThreadTestHelper.h', 4242 'workers/WorkerThreadTestHelper.h',
4241 'xml/parser/SharedBufferReaderTest.cpp', 4243 'xml/parser/SharedBufferReaderTest.cpp',
4242 ], 4244 ],
4243 } 4245 }
4244 } 4246 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/NGConstraintSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698