| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/Player.idl', | 6 'animation/Player.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
| (...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 'frame/NavigatorID.h', | 1308 'frame/NavigatorID.h', |
| 1309 'frame/NavigatorOnLine.h', | 1309 'frame/NavigatorOnLine.h', |
| 1310 'frame/SettingsDelegate.cpp', | 1310 'frame/SettingsDelegate.cpp', |
| 1311 'frame/SettingsDelegate.h', | 1311 'frame/SettingsDelegate.h', |
| 1312 'frame/SmartClip.cpp', | 1312 'frame/SmartClip.cpp', |
| 1313 'frame/SmartClip.h', | 1313 'frame/SmartClip.h', |
| 1314 'page/NetworkStateNotifier.cpp', | 1314 'page/NetworkStateNotifier.cpp', |
| 1315 'page/NetworkStateNotifier.h', | 1315 'page/NetworkStateNotifier.h', |
| 1316 'page/Page.cpp', | 1316 'page/Page.cpp', |
| 1317 'page/PageGroup.cpp', | 1317 'page/PageGroup.cpp', |
| 1318 'page/PageGroupLoadDeferrer.cpp', | |
| 1319 'page/PageGroupLoadDeferrer.h', | |
| 1320 'page/PageLifecycleNotifier.cpp', | 1318 'page/PageLifecycleNotifier.cpp', |
| 1321 'page/PageLifecycleNotifier.h', | 1319 'page/PageLifecycleNotifier.h', |
| 1322 'page/PageLifecycleObserver.cpp', | 1320 'page/PageLifecycleObserver.cpp', |
| 1323 'page/PageLifecycleObserver.h', | 1321 'page/PageLifecycleObserver.h', |
| 1324 'page/PagePopupClient.cpp', | 1322 'page/PagePopupClient.cpp', |
| 1325 'page/PagePopupClient.h', | 1323 'page/PagePopupClient.h', |
| 1326 'page/PagePopupController.cpp', | 1324 'page/PagePopupController.cpp', |
| 1327 'page/PagePopupController.h', | 1325 'page/PagePopupController.h', |
| 1328 'page/PageScaleConstraints.cpp', | 1326 'page/PageScaleConstraints.cpp', |
| 1329 'page/PageScaleConstraints.h', | 1327 'page/PageScaleConstraints.h', |
| 1330 'page/PageSerializer.cpp', | 1328 'page/PageSerializer.cpp', |
| 1331 'page/PageVisibilityState.cpp', | 1329 'page/PageVisibilityState.cpp', |
| 1332 'page/PointerLockController.cpp', | 1330 'page/PointerLockController.cpp', |
| 1333 'page/PointerLockController.h', | 1331 'page/PointerLockController.h', |
| 1334 'page/PopupOpeningObserver.h', | 1332 'page/PopupOpeningObserver.h', |
| 1335 'page/PrintContext.cpp', | 1333 'page/PrintContext.cpp', |
| 1334 'page/ScopedPageLoadDeferrer.cpp', |
| 1335 'page/ScopedPageLoadDeferrer.h', |
| 1336 'page/SpatialNavigation.cpp', | 1336 'page/SpatialNavigation.cpp', |
| 1337 'page/TouchAdjustment.cpp', | 1337 'page/TouchAdjustment.cpp', |
| 1338 'page/TouchAdjustment.h', | 1338 'page/TouchAdjustment.h', |
| 1339 'page/TouchDisambiguation.cpp', | 1339 'page/TouchDisambiguation.cpp', |
| 1340 'page/TouchDisambiguation.h', | 1340 'page/TouchDisambiguation.h', |
| 1341 'page/WindowFeatures.cpp', | 1341 'page/WindowFeatures.cpp', |
| 1342 'page/WindowFocusAllowedIndicator.cpp', | 1342 'page/WindowFocusAllowedIndicator.cpp', |
| 1343 'page/scrolling/ScrollingConstraints.cpp', | 1343 'page/scrolling/ScrollingConstraints.cpp', |
| 1344 'page/scrolling/ScrollingConstraints.h', | 1344 'page/scrolling/ScrollingConstraints.h', |
| 1345 'page/scrolling/ScrollingCoordinator.cpp', | 1345 'page/scrolling/ScrollingCoordinator.cpp', |
| (...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3264 'html/parser/HTMLParserThreadTest.cpp', | 3264 'html/parser/HTMLParserThreadTest.cpp', |
| 3265 'html/track/vtt/BufferedLineReaderTest.cpp', | 3265 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3266 'html/track/vtt/VTTScannerTest.cpp', | 3266 'html/track/vtt/VTTScannerTest.cpp', |
| 3267 'rendering/RenderOverflowTest.cpp', | 3267 'rendering/RenderOverflowTest.cpp', |
| 3268 'rendering/shapes/BoxShapeTest.cpp', | 3268 'rendering/shapes/BoxShapeTest.cpp', |
| 3269 'testing/UnitTestHelpers.cpp', | 3269 'testing/UnitTestHelpers.cpp', |
| 3270 'testing/UnitTestHelpers.h', | 3270 'testing/UnitTestHelpers.h', |
| 3271 ], | 3271 ], |
| 3272 } | 3272 } |
| 3273 } | 3273 } |
| OLD | NEW |