| 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 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 'paint/FieldsetPainter.h', | 1455 'paint/FieldsetPainter.h', |
| 1456 'paint/FieldsetPainter.cpp', | 1456 'paint/FieldsetPainter.cpp', |
| 1457 'paint/FileUploadControlPainter.cpp', | 1457 'paint/FileUploadControlPainter.cpp', |
| 1458 'paint/FileUploadControlPainter.h', | 1458 'paint/FileUploadControlPainter.h', |
| 1459 'paint/FilterPainter.cpp', | 1459 'paint/FilterPainter.cpp', |
| 1460 'paint/FilterPainter.h', | 1460 'paint/FilterPainter.h', |
| 1461 'paint/FramePainter.cpp', | 1461 'paint/FramePainter.cpp', |
| 1462 'paint/FramePainter.h', | 1462 'paint/FramePainter.h', |
| 1463 'paint/GridPainter.cpp', | 1463 'paint/GridPainter.cpp', |
| 1464 'paint/GridPainter.h', | 1464 'paint/GridPainter.h', |
| 1465 'paint/HTMLCanvasClipper.cpp', |
| 1466 'paint/HTMLCanvasClipper.h', |
| 1465 'paint/HTMLCanvasPainter.cpp', | 1467 'paint/HTMLCanvasPainter.cpp', |
| 1466 'paint/HTMLCanvasPainter.h', | 1468 'paint/HTMLCanvasPainter.h', |
| 1467 'paint/ImagePainter.cpp', | 1469 'paint/ImagePainter.cpp', |
| 1468 'paint/ImagePainter.h', | 1470 'paint/ImagePainter.h', |
| 1469 'paint/InlineFlowBoxPainter.cpp', | 1471 'paint/InlineFlowBoxPainter.cpp', |
| 1470 'paint/InlineFlowBoxPainter.h', | 1472 'paint/InlineFlowBoxPainter.h', |
| 1471 'paint/InlinePainter.cpp', | 1473 'paint/InlinePainter.cpp', |
| 1472 'paint/InlinePainter.h', | 1474 'paint/InlinePainter.h', |
| 1473 'paint/InlineTextBoxPainter.cpp', | 1475 'paint/InlineTextBoxPainter.cpp', |
| 1474 'paint/InlineTextBoxPainter.h', | 1476 'paint/InlineTextBoxPainter.h', |
| (...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3579 'rendering/style/OutlineValueTest.cpp', | 3581 'rendering/style/OutlineValueTest.cpp', |
| 3580 'rendering/style/RenderStyleTest.cpp', | 3582 'rendering/style/RenderStyleTest.cpp', |
| 3581 'testing/PrivateScriptTestTest.cpp', | 3583 'testing/PrivateScriptTestTest.cpp', |
| 3582 'streams/ReadableStreamTest.cpp', | 3584 'streams/ReadableStreamTest.cpp', |
| 3583 'testing/UnitTestHelpers.cpp', | 3585 'testing/UnitTestHelpers.cpp', |
| 3584 'testing/UnitTestHelpers.h', | 3586 'testing/UnitTestHelpers.h', |
| 3585 'xml/parser/SharedBufferReaderTest.cpp', | 3587 'xml/parser/SharedBufferReaderTest.cpp', |
| 3586 ], | 3588 ], |
| 3587 } | 3589 } |
| 3588 } | 3590 } |
| OLD | NEW |