| 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 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1468 'frame/DOMWindowTimers.h', | 1468 'frame/DOMWindowTimers.h', |
| 1469 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1469 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
| 1470 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1470 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
| 1471 'frame/DeviceSingleWindowEventController.cpp', | 1471 'frame/DeviceSingleWindowEventController.cpp', |
| 1472 'frame/DeviceSingleWindowEventController.h', | 1472 'frame/DeviceSingleWindowEventController.h', |
| 1473 'frame/EventHandlerRegistry.cpp', | 1473 'frame/EventHandlerRegistry.cpp', |
| 1474 'frame/EventHandlerRegistry.h', | 1474 'frame/EventHandlerRegistry.h', |
| 1475 'frame/Frame.cpp', | 1475 'frame/Frame.cpp', |
| 1476 'frame/Frame.h', | 1476 'frame/Frame.h', |
| 1477 'frame/FrameConsole.cpp', | 1477 'frame/FrameConsole.cpp', |
| 1478 'frame/FrameDestructionObserver.h', | |
| 1479 'frame/FrameHost.cpp', | 1478 'frame/FrameHost.cpp', |
| 1480 'frame/FrameHost.h', | 1479 'frame/FrameHost.h', |
| 1481 'frame/FrameOwner.h', | 1480 'frame/FrameOwner.h', |
| 1482 'frame/FrameView.cpp', | 1481 'frame/FrameView.cpp', |
| 1483 'frame/FrameView.h', | 1482 'frame/FrameView.h', |
| 1484 'frame/FrameViewAutoSizeInfo.cpp', | 1483 'frame/FrameViewAutoSizeInfo.cpp', |
| 1485 'frame/History.cpp', | 1484 'frame/History.cpp', |
| 1486 'frame/History.h', | 1485 'frame/History.h', |
| 1487 'frame/ImageBitmap.cpp', | 1486 'frame/ImageBitmap.cpp', |
| 1488 'frame/ImageBitmap.h', | 1487 'frame/ImageBitmap.h', |
| 1489 'frame/LocalDOMWindow.cpp', | 1488 'frame/LocalDOMWindow.cpp', |
| 1490 'frame/LocalDOMWindow.h', | 1489 'frame/LocalDOMWindow.h', |
| 1491 'frame/LocalFrame.cpp', | 1490 'frame/LocalFrame.cpp', |
| 1492 'frame/LocalFrame.h', | 1491 'frame/LocalFrame.h', |
| 1493 'frame/LocalFrameLifecycleNotifier.cpp', | 1492 'frame/LocalFrameLifecycleNotifier.cpp', |
| 1494 'frame/LocalFrameLifecycleNotifier.h', | 1493 'frame/LocalFrameLifecycleNotifier.h', |
| 1494 'frame/LocalFrameLifecycleObserver.h', |
| 1495 'frame/Location.cpp', | 1495 'frame/Location.cpp', |
| 1496 'frame/Location.h', | 1496 'frame/Location.h', |
| 1497 'frame/Navigator.cpp', | 1497 'frame/Navigator.cpp', |
| 1498 'frame/Navigator.h', | 1498 'frame/Navigator.h', |
| 1499 'frame/NavigatorCPU.cpp', | 1499 'frame/NavigatorCPU.cpp', |
| 1500 'frame/NavigatorCPU.h', | 1500 'frame/NavigatorCPU.h', |
| 1501 'frame/NavigatorID.cpp', | 1501 'frame/NavigatorID.cpp', |
| 1502 'frame/NavigatorID.h', | 1502 'frame/NavigatorID.h', |
| 1503 'frame/NavigatorLanguage.cpp', | 1503 'frame/NavigatorLanguage.cpp', |
| 1504 'frame/NavigatorLanguage.h', | 1504 'frame/NavigatorLanguage.h', |
| (...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3802 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3802 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3803 'paint/TextPainterTest.cpp', | 3803 'paint/TextPainterTest.cpp', |
| 3804 'paint/ViewDisplayListTest.cpp', | 3804 'paint/ViewDisplayListTest.cpp', |
| 3805 'streams/ReadableStreamReaderTest.cpp', | 3805 'streams/ReadableStreamReaderTest.cpp', |
| 3806 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
| 3807 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
| 3808 'xml/parser/SharedBufferReaderTest.cpp', | 3808 'xml/parser/SharedBufferReaderTest.cpp', |
| 3809 ], | 3809 ], |
| 3810 } | 3810 } |
| 3811 } | 3811 } |
| OLD | NEW |