| 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 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3452 'html/HTMLFormControlElementTest.cpp', | 3454 'html/HTMLFormControlElementTest.cpp', |
| 3453 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3455 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3454 'html/HTMLTextFormControlElementTest.cpp', | 3456 'html/HTMLTextFormControlElementTest.cpp', |
| 3455 'html/LinkRelAttributeTest.cpp', | 3457 'html/LinkRelAttributeTest.cpp', |
| 3456 'html/TimeRangesTest.cpp', | 3458 'html/TimeRangesTest.cpp', |
| 3457 'html/parser/HTMLParserThreadTest.cpp', | 3459 'html/parser/HTMLParserThreadTest.cpp', |
| 3458 'html/parser/HTMLSrcsetParserTest.cpp', | 3460 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3459 'html/track/vtt/BufferedLineReaderTest.cpp', | 3461 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3460 'html/track/vtt/VTTScannerTest.cpp', | 3462 'html/track/vtt/VTTScannerTest.cpp', |
| 3461 'loader/MixedContentCheckerTest.cpp', | 3463 'loader/MixedContentCheckerTest.cpp', |
| 3464 'page/ContextMenuControllerTest.cpp', |
| 3462 'page/NetworkStateNotifierTest.cpp', | 3465 'page/NetworkStateNotifierTest.cpp', |
| 3463 'rendering/RenderOverflowTest.cpp', | 3466 'rendering/RenderOverflowTest.cpp', |
| 3464 'rendering/RenderPartTest.cpp', | 3467 'rendering/RenderPartTest.cpp', |
| 3465 'rendering/RenderTableCellTest.cpp', | 3468 'rendering/RenderTableCellTest.cpp', |
| 3466 'rendering/RenderTableRowTest.cpp', | 3469 'rendering/RenderTableRowTest.cpp', |
| 3467 'rendering/shapes/BoxShapeTest.cpp', | 3470 'rendering/shapes/BoxShapeTest.cpp', |
| 3468 'rendering/style/OutlineValueTest.cpp', | 3471 'rendering/style/OutlineValueTest.cpp', |
| 3469 'testing/PrivateScriptTestTest.cpp', | 3472 'testing/PrivateScriptTestTest.cpp', |
| 3470 'streams/ReadableStreamTest.cpp', | 3473 'streams/ReadableStreamTest.cpp', |
| 3471 'testing/UnitTestHelpers.cpp', | 3474 'testing/UnitTestHelpers.cpp', |
| 3472 'testing/UnitTestHelpers.h', | 3475 'testing/UnitTestHelpers.h', |
| 3473 'xml/parser/SharedBufferReaderTest.cpp', | 3476 'xml/parser/SharedBufferReaderTest.cpp', |
| 3474 ], | 3477 ], |
| 3475 } | 3478 } |
| 3476 } | 3479 } |
| OLD | NEW |