| 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 2424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2435 'html/HTMLHRElement.cpp', | 2435 'html/HTMLHRElement.cpp', |
| 2436 'html/HTMLHRElement.h', | 2436 'html/HTMLHRElement.h', |
| 2437 'html/HTMLHeadElement.cpp', | 2437 'html/HTMLHeadElement.cpp', |
| 2438 'html/HTMLHeadingElement.cpp', | 2438 'html/HTMLHeadingElement.cpp', |
| 2439 'html/HTMLHeadingElement.h', | 2439 'html/HTMLHeadingElement.h', |
| 2440 'html/HTMLHtmlElement.cpp', | 2440 'html/HTMLHtmlElement.cpp', |
| 2441 'html/HTMLHtmlElement.h', | 2441 'html/HTMLHtmlElement.h', |
| 2442 'html/HTMLIFrameElement.cpp', | 2442 'html/HTMLIFrameElement.cpp', |
| 2443 'html/HTMLImageElement.cpp', | 2443 'html/HTMLImageElement.cpp', |
| 2444 'html/HTMLImageElement.h', | 2444 'html/HTMLImageElement.h', |
| 2445 'html/HTMLImageFallbackHelper.h', |
| 2445 'html/HTMLImageLoader.cpp', | 2446 'html/HTMLImageLoader.cpp', |
| 2446 'html/HTMLImageLoader.h', | 2447 'html/HTMLImageLoader.h', |
| 2447 'html/HTMLInputElement.cpp', | 2448 'html/HTMLInputElement.cpp', |
| 2448 'html/HTMLKeygenElement.cpp', | 2449 'html/HTMLKeygenElement.cpp', |
| 2449 'html/HTMLKeygenElement.h', | 2450 'html/HTMLKeygenElement.h', |
| 2450 'html/HTMLLIElement.cpp', | 2451 'html/HTMLLIElement.cpp', |
| 2451 'html/HTMLLIElement.h', | 2452 'html/HTMLLIElement.h', |
| 2452 'html/HTMLLabelElement.cpp', | 2453 'html/HTMLLabelElement.cpp', |
| 2453 'html/HTMLLabelElement.h', | 2454 'html/HTMLLabelElement.h', |
| 2454 'html/HTMLLegendElement.cpp', | 2455 'html/HTMLLegendElement.cpp', |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3582 'rendering/shapes/BoxShapeTest.cpp', | 3583 'rendering/shapes/BoxShapeTest.cpp', |
| 3583 'rendering/style/OutlineValueTest.cpp', | 3584 'rendering/style/OutlineValueTest.cpp', |
| 3584 'testing/PrivateScriptTestTest.cpp', | 3585 'testing/PrivateScriptTestTest.cpp', |
| 3585 'streams/ReadableStreamTest.cpp', | 3586 'streams/ReadableStreamTest.cpp', |
| 3586 'testing/UnitTestHelpers.cpp', | 3587 'testing/UnitTestHelpers.cpp', |
| 3587 'testing/UnitTestHelpers.h', | 3588 'testing/UnitTestHelpers.h', |
| 3588 'xml/parser/SharedBufferReaderTest.cpp', | 3589 'xml/parser/SharedBufferReaderTest.cpp', |
| 3589 ], | 3590 ], |
| 3590 } | 3591 } |
| 3591 } | 3592 } |
| OLD | NEW |