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

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

Issue 2284983002: [layoutng] Implement state machine for async layout (Closed)
Patch Set: NOTREACHED, also fix the windows compile error Created 4 years, 3 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
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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'layout/api/LineLayoutSVGTextPath.h', 542 'layout/api/LineLayoutSVGTextPath.h',
543 'layout/api/LineLayoutText.h', 543 'layout/api/LineLayoutText.h',
544 'layout/api/LineLayoutTextCombine.h', 544 'layout/api/LineLayoutTextCombine.h',
545 'layout/api/SelectionState.h', 545 'layout/api/SelectionState.h',
546 'layout/ng/layout_ng_block_flow.cc', 546 'layout/ng/layout_ng_block_flow.cc',
547 'layout/ng/layout_ng_block_flow.h', 547 'layout/ng/layout_ng_block_flow.h',
548 'layout/ng/ng_block_layout_algorithm.cc', 548 'layout/ng/ng_block_layout_algorithm.cc',
549 'layout/ng/ng_block_layout_algorithm.h', 549 'layout/ng/ng_block_layout_algorithm.h',
550 'layout/ng/ng_box.cc', 550 'layout/ng/ng_box.cc',
551 'layout/ng/ng_box.h', 551 'layout/ng/ng_box.h',
552 'layout/ng/ng_box_iterator.cc',
553 'layout/ng/ng_box_iterator.h',
554 'layout/ng/ng_constraint_space.cc', 552 'layout/ng/ng_constraint_space.cc',
555 'layout/ng/ng_constraint_space.h', 553 'layout/ng/ng_constraint_space.h',
556 'layout/ng/ng_derived_constraint_space.cc', 554 'layout/ng/ng_derived_constraint_space.cc',
557 'layout/ng/ng_derived_constraint_space.h', 555 'layout/ng/ng_derived_constraint_space.h',
558 'layout/ng/ng_physical_constraint_space.cc', 556 'layout/ng/ng_physical_constraint_space.cc',
559 'layout/ng/ng_physical_constraint_space.h', 557 'layout/ng/ng_physical_constraint_space.h',
560 'layout/ng/ng_fragment_base.cc', 558 'layout/ng/ng_fragment_base.cc',
561 'layout/ng/ng_fragment_base.h', 559 'layout/ng/ng_fragment_base.h',
562 'layout/ng/ng_fragment_builder.cc', 560 'layout/ng/ng_fragment_builder.cc',
563 'layout/ng/ng_fragment_builder.h', 561 'layout/ng/ng_fragment_builder.h',
(...skipping 3743 matching lines...) Expand 10 before | Expand all | Expand 10 after
4307 'timing/MemoryInfoTest.cpp', 4305 'timing/MemoryInfoTest.cpp',
4308 'timing/PerformanceBaseTest.cpp', 4306 'timing/PerformanceBaseTest.cpp',
4309 'timing/PerformanceObserverTest.cpp', 4307 'timing/PerformanceObserverTest.cpp',
4310 'workers/DedicatedWorkerTest.cpp', 4308 'workers/DedicatedWorkerTest.cpp',
4311 'workers/WorkerThreadTest.cpp', 4309 'workers/WorkerThreadTest.cpp',
4312 'workers/WorkerThreadTestHelper.h', 4310 'workers/WorkerThreadTestHelper.h',
4313 'xml/parser/SharedBufferReaderTest.cpp', 4311 'xml/parser/SharedBufferReaderTest.cpp',
4314 ], 4312 ],
4315 } 4313 }
4316 } 4314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698