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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 'frame/Location.h', | 1508 'frame/Location.h', |
1509 'frame/Navigator.cpp', | 1509 'frame/Navigator.cpp', |
1510 'frame/Navigator.h', | 1510 'frame/Navigator.h', |
1511 'frame/NavigatorCPU.cpp', | 1511 'frame/NavigatorCPU.cpp', |
1512 'frame/NavigatorCPU.h', | 1512 'frame/NavigatorCPU.h', |
1513 'frame/NavigatorID.cpp', | 1513 'frame/NavigatorID.cpp', |
1514 'frame/NavigatorID.h', | 1514 'frame/NavigatorID.h', |
1515 'frame/NavigatorLanguage.cpp', | 1515 'frame/NavigatorLanguage.cpp', |
1516 'frame/NavigatorLanguage.h', | 1516 'frame/NavigatorLanguage.h', |
1517 'frame/NavigatorOnLine.h', | 1517 'frame/NavigatorOnLine.h', |
| 1518 'frame/OriginsUsingFeatures.cpp', |
1518 'frame/PinchViewport.cpp', | 1519 'frame/PinchViewport.cpp', |
1519 'frame/PinchViewport.h', | 1520 'frame/PinchViewport.h', |
1520 'frame/PlatformEventController.cpp', | 1521 'frame/PlatformEventController.cpp', |
1521 'frame/PlatformEventController.h', | 1522 'frame/PlatformEventController.h', |
1522 'frame/PlatformEventDispatcher.cpp', | 1523 'frame/PlatformEventDispatcher.cpp', |
1523 'frame/PlatformEventDispatcher.h', | 1524 'frame/PlatformEventDispatcher.h', |
1524 'frame/RemoteDOMWindow.cpp', | 1525 'frame/RemoteDOMWindow.cpp', |
1525 'frame/RemoteDOMWindow.h', | 1526 'frame/RemoteDOMWindow.h', |
1526 'frame/RemoteFrame.cpp', | 1527 'frame/RemoteFrame.cpp', |
1527 'frame/RemoteFrame.h', | 1528 'frame/RemoteFrame.h', |
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'paint/ViewDisplayListTest.cpp', | 3818 'paint/ViewDisplayListTest.cpp', |
3818 'streams/ExclusiveStreamReaderTest.cpp', | 3819 'streams/ExclusiveStreamReaderTest.cpp', |
3819 'streams/ReadableStreamTest.cpp', | 3820 'streams/ReadableStreamTest.cpp', |
3820 'testing/PrivateScriptTestTest.cpp', | 3821 'testing/PrivateScriptTestTest.cpp', |
3821 'testing/UnitTestHelpers.cpp', | 3822 'testing/UnitTestHelpers.cpp', |
3822 'testing/UnitTestHelpers.h', | 3823 'testing/UnitTestHelpers.h', |
3823 'xml/parser/SharedBufferReaderTest.cpp', | 3824 'xml/parser/SharedBufferReaderTest.cpp', |
3824 ], | 3825 ], |
3825 } | 3826 } |
3826 } | 3827 } |
OLD | NEW |