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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1434 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', | 1434 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', |
1435 'loader/WorkerLoaderClientBridgeSyncHelper.h', | 1435 'loader/WorkerLoaderClientBridgeSyncHelper.h', |
1436 'loader/WorkerThreadableLoader.cpp', | 1436 'loader/WorkerThreadableLoader.cpp', |
1437 'loader/WorkerThreadableLoader.h', | 1437 'loader/WorkerThreadableLoader.h', |
1438 'loader/appcache/ApplicationCache.cpp', | 1438 'loader/appcache/ApplicationCache.cpp', |
1439 'loader/appcache/ApplicationCache.h', | 1439 'loader/appcache/ApplicationCache.h', |
1440 'loader/appcache/ApplicationCacheHost.cpp', | 1440 'loader/appcache/ApplicationCacheHost.cpp', |
1441 'loader/appcache/ApplicationCacheHost.h', | 1441 'loader/appcache/ApplicationCacheHost.h', |
1442 'page/AutoscrollController.cpp', | 1442 'page/AutoscrollController.cpp', |
1443 'page/AutoscrollController.h', | 1443 'page/AutoscrollController.h', |
1444 'page/BackForwardClient.h', | |
1445 'page/Chrome.cpp', | 1444 'page/Chrome.cpp', |
1446 'page/ContextMenuController.cpp', | 1445 'page/ContextMenuController.cpp', |
1447 'page/ContextMenuProvider.h', | 1446 'page/ContextMenuProvider.h', |
1448 'page/CreateWindow.cpp', | 1447 'page/CreateWindow.cpp', |
1449 'page/CreateWindow.h', | 1448 'page/CreateWindow.h', |
1450 'page/CustomContextMenuProvider.cpp', | 1449 'page/CustomContextMenuProvider.cpp', |
1451 'page/CustomContextMenuProvider.h', | 1450 'page/CustomContextMenuProvider.h', |
1452 'page/DOMWindowPagePopup.cpp', | 1451 'page/DOMWindowPagePopup.cpp', |
1453 'page/DOMWindowPagePopup.h', | 1452 'page/DOMWindowPagePopup.h', |
1454 'page/DragController.cpp', | 1453 'page/DragController.cpp', |
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3620 'rendering/style/OutlineValueTest.cpp', | 3619 'rendering/style/OutlineValueTest.cpp', |
3621 'rendering/style/RenderStyleTest.cpp', | 3620 'rendering/style/RenderStyleTest.cpp', |
3622 'testing/PrivateScriptTestTest.cpp', | 3621 'testing/PrivateScriptTestTest.cpp', |
3623 'streams/ReadableStreamTest.cpp', | 3622 'streams/ReadableStreamTest.cpp', |
3624 'testing/UnitTestHelpers.cpp', | 3623 'testing/UnitTestHelpers.cpp', |
3625 'testing/UnitTestHelpers.h', | 3624 'testing/UnitTestHelpers.h', |
3626 'xml/parser/SharedBufferReaderTest.cpp', | 3625 'xml/parser/SharedBufferReaderTest.cpp', |
3627 ], | 3626 ], |
3628 } | 3627 } |
3629 } | 3628 } |
OLD | NEW |