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

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

Issue 2228843003: [LayoutNG] Change core/layout/ng to Chromium style and rename files. (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/LayoutObject.cpp » ('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/LayoutNGBlockFlow.cpp', 544 'layout/ng/layout_ng_block_flow.cc',
545 'layout/ng/LayoutNGBlockFlow.h', 545 'layout/ng/layout_ng_block_flow.h',
546 'layout/ng/NGBlockLayoutAlgorithm.cpp', 546 'layout/ng/ng_block_layout_algorithm.cc',
547 'layout/ng/NGBlockLayoutAlgorithm.h', 547 'layout/ng/ng_block_layout_algorithm.h',
548 'layout/ng/NGConstraintSpace.cpp', 548 'layout/ng/ng_constraint_space.cc',
549 'layout/ng/NGConstraintSpace.h', 549 'layout/ng/ng_constraint_space.h',
550 'layout/ng/NGFragment.cpp', 550 'layout/ng/ng_fragment.cc',
551 'layout/ng/NGFragment.h', 551 'layout/ng/ng_fragment.h',
552 'layout/ng/NGMarginStrut.h', 552 'layout/ng/ng_margin_strut.h',
553 'layout/ng/NGText.cpp', 553 'layout/ng/ng_text.cc',
554 'layout/ng/NGText.h', 554 'layout/ng/ng_text.h',
555 'layout/ng/ng_units.h',
555 'layout/BidiRun.h', 556 'layout/BidiRun.h',
556 'layout/BidiRunForLine.cpp', 557 'layout/BidiRunForLine.cpp',
557 'layout/BidiRunForLine.h', 558 'layout/BidiRunForLine.h',
558 'layout/ClipRect.cpp', 559 'layout/ClipRect.cpp',
559 'layout/ClipRect.h', 560 'layout/ClipRect.h',
560 'layout/ClipRects.h', 561 'layout/ClipRects.h',
561 'layout/ClipRectsCache.h', 562 'layout/ClipRectsCache.h',
562 'layout/ColumnBalancer.cpp', 563 'layout/ColumnBalancer.cpp',
563 'layout/ColumnBalancer.h', 564 'layout/ColumnBalancer.h',
564 'layout/CounterNode.cpp', 565 'layout/CounterNode.cpp',
(...skipping 3686 matching lines...) Expand 10 before | Expand all | Expand 10 after
4251 'testing/PrivateScriptTestTest.cpp', 4252 'testing/PrivateScriptTestTest.cpp',
4252 'timing/MemoryInfoTest.cpp', 4253 'timing/MemoryInfoTest.cpp',
4253 'timing/PerformanceBaseTest.cpp', 4254 'timing/PerformanceBaseTest.cpp',
4254 'timing/PerformanceObserverTest.cpp', 4255 'timing/PerformanceObserverTest.cpp',
4255 'workers/WorkerThreadTest.cpp', 4256 'workers/WorkerThreadTest.cpp',
4256 'workers/WorkerThreadTestHelper.h', 4257 'workers/WorkerThreadTestHelper.h',
4257 'xml/parser/SharedBufferReaderTest.cpp', 4258 'xml/parser/SharedBufferReaderTest.cpp',
4258 ], 4259 ],
4259 } 4260 }
4260 } 4261 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698