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

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

Issue 2234833003: [LayoutNG] Add base class for NGFragment and NGText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ng_fragment_base.cc to gypi 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_fragment.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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'layout/api/LineLayoutSVGTextPath.h', 539 'layout/api/LineLayoutSVGTextPath.h',
540 'layout/api/LineLayoutText.h', 540 'layout/api/LineLayoutText.h',
541 'layout/api/LineLayoutTextCombine.h', 541 'layout/api/LineLayoutTextCombine.h',
542 'layout/api/SelectionState.h', 542 'layout/api/SelectionState.h',
543 'layout/ng/layout_ng_block_flow.cc', 543 'layout/ng/layout_ng_block_flow.cc',
544 'layout/ng/layout_ng_block_flow.h', 544 'layout/ng/layout_ng_block_flow.h',
545 'layout/ng/ng_block_layout_algorithm.cc', 545 'layout/ng/ng_block_layout_algorithm.cc',
546 'layout/ng/ng_block_layout_algorithm.h', 546 'layout/ng/ng_block_layout_algorithm.h',
547 'layout/ng/ng_constraint_space.cc', 547 'layout/ng/ng_constraint_space.cc',
548 'layout/ng/ng_constraint_space.h', 548 'layout/ng/ng_constraint_space.h',
549 'layout/ng/ng_fragment_base.cc',
550 'layout/ng/ng_fragment_base.h',
549 'layout/ng/ng_fragment.cc', 551 'layout/ng/ng_fragment.cc',
550 'layout/ng/ng_fragment.h', 552 'layout/ng/ng_fragment.h',
551 'layout/ng/ng_margin_strut.h', 553 'layout/ng/ng_margin_strut.h',
552 'layout/ng/ng_text.cc', 554 'layout/ng/ng_text.cc',
553 'layout/ng/ng_text.h', 555 'layout/ng/ng_text.h',
554 'layout/ng/ng_units.h', 556 'layout/ng/ng_units.h',
555 'layout/BidiRun.h', 557 'layout/BidiRun.h',
556 'layout/BidiRunForLine.cpp', 558 'layout/BidiRunForLine.cpp',
557 'layout/BidiRunForLine.h', 559 'layout/BidiRunForLine.h',
558 'layout/ClipRect.cpp', 560 'layout/ClipRect.cpp',
(...skipping 3685 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 'testing/PrivateScriptTestTest.cpp', 4246 'testing/PrivateScriptTestTest.cpp',
4245 'timing/MemoryInfoTest.cpp', 4247 'timing/MemoryInfoTest.cpp',
4246 'timing/PerformanceBaseTest.cpp', 4248 'timing/PerformanceBaseTest.cpp',
4247 'timing/PerformanceObserverTest.cpp', 4249 'timing/PerformanceObserverTest.cpp',
4248 'workers/WorkerThreadTest.cpp', 4250 'workers/WorkerThreadTest.cpp',
4249 'workers/WorkerThreadTestHelper.h', 4251 'workers/WorkerThreadTestHelper.h',
4250 'xml/parser/SharedBufferReaderTest.cpp', 4252 'xml/parser/SharedBufferReaderTest.cpp',
4251 ], 4253 ],
4252 } 4254 }
4253 } 4255 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_fragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698