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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', | 1444 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', |
1445 'loader/WorkerLoaderClientBridgeSyncHelper.h', | 1445 'loader/WorkerLoaderClientBridgeSyncHelper.h', |
1446 'loader/WorkerThreadableLoader.cpp', | 1446 'loader/WorkerThreadableLoader.cpp', |
1447 'loader/WorkerThreadableLoader.h', | 1447 'loader/WorkerThreadableLoader.h', |
1448 'loader/appcache/ApplicationCache.cpp', | 1448 'loader/appcache/ApplicationCache.cpp', |
1449 'loader/appcache/ApplicationCache.h', | 1449 'loader/appcache/ApplicationCache.h', |
1450 'loader/appcache/ApplicationCacheHost.cpp', | 1450 'loader/appcache/ApplicationCacheHost.cpp', |
1451 'loader/appcache/ApplicationCacheHost.h', | 1451 'loader/appcache/ApplicationCacheHost.h', |
1452 'page/AutoscrollController.cpp', | 1452 'page/AutoscrollController.cpp', |
1453 'page/AutoscrollController.h', | 1453 'page/AutoscrollController.h', |
1454 'page/BackForwardClient.h', | |
1455 'page/Chrome.cpp', | 1454 'page/Chrome.cpp', |
1456 'page/ContextMenuController.cpp', | 1455 'page/ContextMenuController.cpp', |
1457 'page/ContextMenuProvider.h', | 1456 'page/ContextMenuProvider.h', |
1458 'page/CreateWindow.cpp', | 1457 'page/CreateWindow.cpp', |
1459 'page/CreateWindow.h', | 1458 'page/CreateWindow.h', |
1460 'page/CustomContextMenuProvider.cpp', | 1459 'page/CustomContextMenuProvider.cpp', |
1461 'page/CustomContextMenuProvider.h', | 1460 'page/CustomContextMenuProvider.h', |
1462 'page/DOMWindowPagePopup.cpp', | 1461 'page/DOMWindowPagePopup.cpp', |
1463 'page/DOMWindowPagePopup.h', | 1462 'page/DOMWindowPagePopup.h', |
1464 'page/DragController.cpp', | 1463 'page/DragController.cpp', |
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3642 'rendering/shapes/BoxShapeTest.cpp', | 3641 'rendering/shapes/BoxShapeTest.cpp', |
3643 'rendering/style/OutlineValueTest.cpp', | 3642 'rendering/style/OutlineValueTest.cpp', |
3644 'testing/PrivateScriptTestTest.cpp', | 3643 'testing/PrivateScriptTestTest.cpp', |
3645 'streams/ReadableStreamTest.cpp', | 3644 'streams/ReadableStreamTest.cpp', |
3646 'testing/UnitTestHelpers.cpp', | 3645 'testing/UnitTestHelpers.cpp', |
3647 'testing/UnitTestHelpers.h', | 3646 'testing/UnitTestHelpers.h', |
3648 'xml/parser/SharedBufferReaderTest.cpp', | 3647 'xml/parser/SharedBufferReaderTest.cpp', |
3649 ], | 3648 ], |
3650 } | 3649 } |
3651 } | 3650 } |
OLD | NEW |