| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 'loader/appcache/ApplicationCacheHost.cpp', | 1418 'loader/appcache/ApplicationCacheHost.cpp', |
| 1419 'loader/appcache/ApplicationCacheHost.h', | 1419 'loader/appcache/ApplicationCacheHost.h', |
| 1420 'page/AutoscrollController.cpp', | 1420 'page/AutoscrollController.cpp', |
| 1421 'page/AutoscrollController.h', | 1421 'page/AutoscrollController.h', |
| 1422 'page/BackForwardClient.h', | 1422 'page/BackForwardClient.h', |
| 1423 'page/Chrome.cpp', | 1423 'page/Chrome.cpp', |
| 1424 'page/ContextMenuController.cpp', | 1424 'page/ContextMenuController.cpp', |
| 1425 'page/ContextMenuProvider.h', | 1425 'page/ContextMenuProvider.h', |
| 1426 'page/CreateWindow.cpp', | 1426 'page/CreateWindow.cpp', |
| 1427 'page/CreateWindow.h', | 1427 'page/CreateWindow.h', |
| 1428 'page/CustomContextMenuProvider.cpp', |
| 1429 'page/CustomContextMenuProvider.h', |
| 1428 'page/DOMWindowPagePopup.cpp', | 1430 'page/DOMWindowPagePopup.cpp', |
| 1429 'page/DOMWindowPagePopup.h', | 1431 'page/DOMWindowPagePopup.h', |
| 1430 'page/DragController.cpp', | 1432 'page/DragController.cpp', |
| 1431 'page/DragData.cpp', | 1433 'page/DragData.cpp', |
| 1432 'page/EventHandler.cpp', | 1434 'page/EventHandler.cpp', |
| 1433 'page/EventSource.cpp', | 1435 'page/EventSource.cpp', |
| 1434 'page/EventSource.h', | 1436 'page/EventSource.h', |
| 1435 'page/EventWithHitTestResults.h', | 1437 'page/EventWithHitTestResults.h', |
| 1436 'page/FocusController.cpp', | 1438 'page/FocusController.cpp', |
| 1437 'page/FocusType.h', | 1439 'page/FocusType.h', |
| (...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3466 'rendering/shapes/BoxShapeTest.cpp', | 3468 'rendering/shapes/BoxShapeTest.cpp', |
| 3467 'rendering/style/OutlineValueTest.cpp', | 3469 'rendering/style/OutlineValueTest.cpp', |
| 3468 'testing/PrivateScriptTestTest.cpp', | 3470 'testing/PrivateScriptTestTest.cpp', |
| 3469 'streams/ReadableStreamTest.cpp', | 3471 'streams/ReadableStreamTest.cpp', |
| 3470 'testing/UnitTestHelpers.cpp', | 3472 'testing/UnitTestHelpers.cpp', |
| 3471 'testing/UnitTestHelpers.h', | 3473 'testing/UnitTestHelpers.h', |
| 3472 'xml/parser/SharedBufferReaderTest.cpp', | 3474 'xml/parser/SharedBufferReaderTest.cpp', |
| 3473 ], | 3475 ], |
| 3474 } | 3476 } |
| 3475 } | 3477 } |
| OLD | NEW |