| 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 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2488 'html/HTMLHRElement.cpp', | 2488 'html/HTMLHRElement.cpp', |
| 2489 'html/HTMLHRElement.h', | 2489 'html/HTMLHRElement.h', |
| 2490 'html/HTMLHeadElement.cpp', | 2490 'html/HTMLHeadElement.cpp', |
| 2491 'html/HTMLHeadingElement.cpp', | 2491 'html/HTMLHeadingElement.cpp', |
| 2492 'html/HTMLHeadingElement.h', | 2492 'html/HTMLHeadingElement.h', |
| 2493 'html/HTMLHtmlElement.cpp', | 2493 'html/HTMLHtmlElement.cpp', |
| 2494 'html/HTMLHtmlElement.h', | 2494 'html/HTMLHtmlElement.h', |
| 2495 'html/HTMLIFrameElement.cpp', | 2495 'html/HTMLIFrameElement.cpp', |
| 2496 'html/HTMLImageElement.cpp', | 2496 'html/HTMLImageElement.cpp', |
| 2497 'html/HTMLImageElement.h', | 2497 'html/HTMLImageElement.h', |
| 2498 'html/HTMLImageFallbackHelper.h', | |
| 2499 'html/HTMLImageFallbackHelper.cpp', | |
| 2500 'html/HTMLImageLoader.cpp', | 2498 'html/HTMLImageLoader.cpp', |
| 2501 'html/HTMLImageLoader.h', | 2499 'html/HTMLImageLoader.h', |
| 2502 'html/HTMLInputElement.cpp', | 2500 'html/HTMLInputElement.cpp', |
| 2503 'html/HTMLKeygenElement.cpp', | 2501 'html/HTMLKeygenElement.cpp', |
| 2504 'html/HTMLKeygenElement.h', | 2502 'html/HTMLKeygenElement.h', |
| 2505 'html/HTMLLIElement.cpp', | 2503 'html/HTMLLIElement.cpp', |
| 2506 'html/HTMLLIElement.h', | 2504 'html/HTMLLIElement.h', |
| 2507 'html/HTMLLabelElement.cpp', | 2505 'html/HTMLLabelElement.cpp', |
| 2508 'html/HTMLLabelElement.h', | 2506 'html/HTMLLabelElement.h', |
| 2509 'html/HTMLLegendElement.cpp', | 2507 'html/HTMLLegendElement.cpp', |
| (...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3620 'rendering/style/OutlineValueTest.cpp', | 3618 'rendering/style/OutlineValueTest.cpp', |
| 3621 'rendering/style/RenderStyleTest.cpp', | 3619 'rendering/style/RenderStyleTest.cpp', |
| 3622 'testing/PrivateScriptTestTest.cpp', | 3620 'testing/PrivateScriptTestTest.cpp', |
| 3623 'streams/ReadableStreamTest.cpp', | 3621 'streams/ReadableStreamTest.cpp', |
| 3624 'testing/UnitTestHelpers.cpp', | 3622 'testing/UnitTestHelpers.cpp', |
| 3625 'testing/UnitTestHelpers.h', | 3623 'testing/UnitTestHelpers.h', |
| 3626 'xml/parser/SharedBufferReaderTest.cpp', | 3624 'xml/parser/SharedBufferReaderTest.cpp', |
| 3627 ], | 3625 ], |
| 3628 } | 3626 } |
| 3629 } | 3627 } |
| OLD | NEW |