| 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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1271 'editing/CompositionUnderline.h', | 1271 'editing/CompositionUnderline.h', |
| 1272 'editing/CompositionUnderlineRangeFilter.cpp', | 1272 'editing/CompositionUnderlineRangeFilter.cpp', |
| 1273 'editing/CompositionUnderlineRangeFilter.h', | 1273 'editing/CompositionUnderlineRangeFilter.h', |
| 1274 'editing/CreateLinkCommand.cpp', | 1274 'editing/CreateLinkCommand.cpp', |
| 1275 'editing/CreateLinkCommand.h', | 1275 'editing/CreateLinkCommand.h', |
| 1276 'editing/DOMSelection.cpp', | 1276 'editing/DOMSelection.cpp', |
| 1277 'editing/DOMSelection.h', | 1277 'editing/DOMSelection.h', |
| 1278 'editing/DeleteFromTextNodeCommand.cpp', | 1278 'editing/DeleteFromTextNodeCommand.cpp', |
| 1279 'editing/DeleteFromTextNodeCommand.h', | 1279 'editing/DeleteFromTextNodeCommand.h', |
| 1280 'editing/DeleteSelectionCommand.cpp', | 1280 'editing/DeleteSelectionCommand.cpp', |
| 1281 'editing/DragCaretController.cpp', |
| 1282 'editing/DragCaretController.h', |
| 1281 'editing/EditCommand.cpp', | 1283 'editing/EditCommand.cpp', |
| 1282 'editing/EditingBehavior.cpp', | 1284 'editing/EditingBehavior.cpp', |
| 1283 'editing/EditingBehavior.h', | 1285 'editing/EditingBehavior.h', |
| 1284 'editing/EditingStrategy.cpp', | 1286 'editing/EditingStrategy.cpp', |
| 1285 'editing/EditingStrategy.h', | 1287 'editing/EditingStrategy.h', |
| 1286 'editing/EditingStyle.cpp', | 1288 'editing/EditingStyle.cpp', |
| 1287 'editing/Editor.cpp', | 1289 'editing/Editor.cpp', |
| 1288 'editing/EditorCommand.cpp', | 1290 'editing/EditorCommand.cpp', |
| 1289 'editing/EditorKeyBindings.cpp', | 1291 'editing/EditorKeyBindings.cpp', |
| 1290 'editing/EphemeralRange.cpp', | 1292 'editing/EphemeralRange.cpp', |
| (...skipping 2501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3792 'style/OutlineValueTest.cpp', | 3794 'style/OutlineValueTest.cpp', |
| 3793 'style/SVGComputedStyleTest.cpp', | 3795 'style/SVGComputedStyleTest.cpp', |
| 3794 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3796 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3795 'testing/PrivateScriptTestTest.cpp', | 3797 'testing/PrivateScriptTestTest.cpp', |
| 3796 'timing/MemoryInfoTest.cpp', | 3798 'timing/MemoryInfoTest.cpp', |
| 3797 'workers/WorkerThreadTest.cpp', | 3799 'workers/WorkerThreadTest.cpp', |
| 3798 'xml/parser/SharedBufferReaderTest.cpp', | 3800 'xml/parser/SharedBufferReaderTest.cpp', |
| 3799 ], | 3801 ], |
| 3800 } | 3802 } |
| 3801 } | 3803 } |
| OLD | NEW |