| OLD | NEW |
| 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 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3955 'editing/FrameSelectionTest.cpp', | 3955 'editing/FrameSelectionTest.cpp', |
| 3956 'editing/GranularityStrategyTest.cpp', | 3956 'editing/GranularityStrategyTest.cpp', |
| 3957 'editing/InputMethodControllerTest.cpp', | 3957 'editing/InputMethodControllerTest.cpp', |
| 3958 'editing/iterators/BackwardsTextBufferTest.cpp', | 3958 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 3959 'editing/iterators/CharacterIteratorTest.cpp', | 3959 'editing/iterators/CharacterIteratorTest.cpp', |
| 3960 'editing/iterators/ForwardsTextBufferTest.cpp', | 3960 'editing/iterators/ForwardsTextBufferTest.cpp', |
| 3961 'editing/iterators/SearchBufferTest.cpp', | 3961 'editing/iterators/SearchBufferTest.cpp', |
| 3962 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 3962 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
| 3963 'editing/iterators/TextIteratorTest.cpp', | 3963 'editing/iterators/TextIteratorTest.cpp', |
| 3964 'editing/markers/DocumentMarkerControllerTest.cpp', | 3964 'editing/markers/DocumentMarkerControllerTest.cpp', |
| 3965 'editing/PlainTextRangeTest.cpp', |
| 3965 'editing/PositionTest.cpp', | 3966 'editing/PositionTest.cpp', |
| 3966 'editing/SelectionAdjusterTest.cpp', | 3967 'editing/SelectionAdjusterTest.cpp', |
| 3967 'editing/SurroundingTextTest.cpp', | 3968 'editing/SurroundingTextTest.cpp', |
| 3968 'editing/VisiblePositionTest.cpp', | 3969 'editing/VisiblePositionTest.cpp', |
| 3969 'editing/VisibleSelectionTest.cpp', | 3970 'editing/VisibleSelectionTest.cpp', |
| 3970 'editing/VisibleUnitsTest.cpp', | 3971 'editing/VisibleUnitsTest.cpp', |
| 3971 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3972 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3972 'editing/spellcheck/SpellCheckerTest.cpp', | 3973 'editing/spellcheck/SpellCheckerTest.cpp', |
| 3973 'editing/state_machines/BackspaceStateMachineTest.cpp', | 3974 'editing/state_machines/BackspaceStateMachineTest.cpp', |
| 3974 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp
', | 3975 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp
', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4090 'svg/SVGPathParserTest.cpp', | 4091 'svg/SVGPathParserTest.cpp', |
| 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4092 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4092 'testing/PrivateScriptTestTest.cpp', | 4093 'testing/PrivateScriptTestTest.cpp', |
| 4093 'timing/MemoryInfoTest.cpp', | 4094 'timing/MemoryInfoTest.cpp', |
| 4094 'workers/WorkerThreadTest.cpp', | 4095 'workers/WorkerThreadTest.cpp', |
| 4095 'workers/WorkerThreadTestHelper.h', | 4096 'workers/WorkerThreadTestHelper.h', |
| 4096 'xml/parser/SharedBufferReaderTest.cpp', | 4097 'xml/parser/SharedBufferReaderTest.cpp', |
| 4097 ], | 4098 ], |
| 4098 } | 4099 } |
| 4099 } | 4100 } |
| OLD | NEW |