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

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

Issue 2229583002: [LayoutNG] Add NGFragment class definition. (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/NGFragment.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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 544 'layout/ng/NGConstraintSpace.cpp',
545 'layout/ng/NGConstraintSpace.h', 545 'layout/ng/NGConstraintSpace.h',
546 'layout/ng/NGFragment.cpp',
547 'layout/ng/NGFragment.h',
546 'layout/BidiRun.h', 548 'layout/BidiRun.h',
547 'layout/BidiRunForLine.cpp', 549 'layout/BidiRunForLine.cpp',
548 'layout/BidiRunForLine.h', 550 'layout/BidiRunForLine.h',
549 'layout/ClipRect.cpp', 551 'layout/ClipRect.cpp',
550 'layout/ClipRect.h', 552 'layout/ClipRect.h',
551 'layout/ClipRects.h', 553 'layout/ClipRects.h',
552 'layout/ClipRectsCache.h', 554 'layout/ClipRectsCache.h',
553 'layout/ColumnBalancer.cpp', 555 'layout/ColumnBalancer.cpp',
554 'layout/ColumnBalancer.h', 556 'layout/ColumnBalancer.h',
555 'layout/CounterNode.cpp', 557 'layout/CounterNode.cpp',
(...skipping 3685 matching lines...) Expand 10 before | Expand all | Expand 10 after
4241 'testing/PrivateScriptTestTest.cpp', 4243 'testing/PrivateScriptTestTest.cpp',
4242 'timing/MemoryInfoTest.cpp', 4244 'timing/MemoryInfoTest.cpp',
4243 'timing/PerformanceBaseTest.cpp', 4245 'timing/PerformanceBaseTest.cpp',
4244 'timing/PerformanceObserverTest.cpp', 4246 'timing/PerformanceObserverTest.cpp',
4245 'workers/WorkerThreadTest.cpp', 4247 'workers/WorkerThreadTest.cpp',
4246 'workers/WorkerThreadTestHelper.h', 4248 'workers/WorkerThreadTestHelper.h',
4247 'xml/parser/SharedBufferReaderTest.cpp', 4249 'xml/parser/SharedBufferReaderTest.cpp',
4248 ], 4250 ],
4249 } 4251 }
4250 } 4252 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/NGFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698