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

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

Issue 1839753005: Move state machines to state_machines subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extracted machine state for other state machines. Created 4 years, 8 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 'editing/PositionWithAffinity.h', 1470 'editing/PositionWithAffinity.h',
1471 'editing/RenderedPosition.cpp', 1471 'editing/RenderedPosition.cpp',
1472 'editing/RenderedPosition.h', 1472 'editing/RenderedPosition.h',
1473 'editing/SelectionAdjuster.cpp', 1473 'editing/SelectionAdjuster.cpp',
1474 'editing/SelectionAdjuster.h', 1474 'editing/SelectionAdjuster.h',
1475 'editing/SelectionController.cpp', 1475 'editing/SelectionController.cpp',
1476 'editing/SelectionController.h', 1476 'editing/SelectionController.h',
1477 'editing/SelectionEditor.cpp', 1477 'editing/SelectionEditor.cpp',
1478 'editing/SelectionEditor.h', 1478 'editing/SelectionEditor.h',
1479 'editing/SelectionType.h', 1479 'editing/SelectionType.h',
1480 'editing/StateMachineCommon.cpp',
yosin_UTC9 2016/03/30 08:52:23 Can we have editing/state_machines/? We'll have
Seigo Nonaka 2016/03/30 09:13:23 Sure, done.
1481 'editing/StateMachineCommon.h',
1480 'editing/SurroundingText.cpp', 1482 'editing/SurroundingText.cpp',
1481 'editing/SurroundingText.h', 1483 'editing/SurroundingText.h',
1482 'editing/VisiblePosition.cpp', 1484 'editing/VisiblePosition.cpp',
1483 'editing/VisibleSelection.cpp', 1485 'editing/VisibleSelection.cpp',
1484 'editing/VisibleUnits.cpp', 1486 'editing/VisibleUnits.cpp',
1485 'editing/commands/AppendNodeCommand.cpp', 1487 'editing/commands/AppendNodeCommand.cpp',
1486 'editing/commands/AppendNodeCommand.h', 1488 'editing/commands/AppendNodeCommand.h',
1487 'editing/commands/ApplyBlockElementCommand.cpp', 1489 'editing/commands/ApplyBlockElementCommand.cpp',
1488 'editing/commands/ApplyBlockElementCommand.h', 1490 'editing/commands/ApplyBlockElementCommand.h',
1489 'editing/commands/ApplyStyleCommand.cpp', 1491 'editing/commands/ApplyStyleCommand.cpp',
(...skipping 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4087 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4088 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4089 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4090 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4091 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4092 ], 4094 ],
4093 } 4095 }
4094 } 4096 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698