| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 'editing/RemoveFormatCommand.h', | 1369 'editing/RemoveFormatCommand.h', |
| 1370 'editing/RemoveNodeCommand.cpp', | 1370 'editing/RemoveNodeCommand.cpp', |
| 1371 'editing/RemoveNodeCommand.h', | 1371 'editing/RemoveNodeCommand.h', |
| 1372 'editing/RemoveNodePreservingChildrenCommand.cpp', | 1372 'editing/RemoveNodePreservingChildrenCommand.cpp', |
| 1373 'editing/RemoveNodePreservingChildrenCommand.h', | 1373 'editing/RemoveNodePreservingChildrenCommand.h', |
| 1374 'editing/RenderedPosition.cpp', | 1374 'editing/RenderedPosition.cpp', |
| 1375 'editing/RenderedPosition.h', | 1375 'editing/RenderedPosition.h', |
| 1376 'editing/ReplaceNodeWithSpanCommand.cpp', | 1376 'editing/ReplaceNodeWithSpanCommand.cpp', |
| 1377 'editing/ReplaceNodeWithSpanCommand.h', | 1377 'editing/ReplaceNodeWithSpanCommand.h', |
| 1378 'editing/ReplaceSelectionCommand.cpp', | 1378 'editing/ReplaceSelectionCommand.cpp', |
| 1379 'editing/SelectionController.cpp', |
| 1379 'editing/SelectionType.h', | 1380 'editing/SelectionType.h', |
| 1380 'editing/SetNodeAttributeCommand.cpp', | 1381 'editing/SetNodeAttributeCommand.cpp', |
| 1381 'editing/SetNodeAttributeCommand.h', | 1382 'editing/SetNodeAttributeCommand.h', |
| 1382 'editing/SimplifyMarkupCommand.cpp', | 1383 'editing/SimplifyMarkupCommand.cpp', |
| 1383 'editing/SmartReplaceCF.cpp', | 1384 'editing/SmartReplaceCF.cpp', |
| 1384 'editing/SmartReplaceICU.cpp', | 1385 'editing/SmartReplaceICU.cpp', |
| 1385 'editing/SpellCheckRequester.cpp', | 1386 'editing/SpellCheckRequester.cpp', |
| 1386 'editing/SpellCheckRequester.h', | 1387 'editing/SpellCheckRequester.h', |
| 1387 'editing/SpellChecker.cpp', | 1388 'editing/SpellChecker.cpp', |
| 1388 'editing/SpellChecker.h', | 1389 'editing/SpellChecker.h', |
| (...skipping 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3869 'paint/LayerClipRecorderTest.cpp', | 3870 'paint/LayerClipRecorderTest.cpp', |
| 3870 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3871 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3871 'paint/TextPainterTest.cpp', | 3872 'paint/TextPainterTest.cpp', |
| 3872 'streams/ReadableStreamReaderTest.cpp', | 3873 'streams/ReadableStreamReaderTest.cpp', |
| 3873 'streams/ReadableStreamTest.cpp', | 3874 'streams/ReadableStreamTest.cpp', |
| 3874 'testing/PrivateScriptTestTest.cpp', | 3875 'testing/PrivateScriptTestTest.cpp', |
| 3875 'xml/parser/SharedBufferReaderTest.cpp', | 3876 'xml/parser/SharedBufferReaderTest.cpp', |
| 3876 ], | 3877 ], |
| 3877 } | 3878 } |
| 3878 } | 3879 } |
| OLD | NEW |