| 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 2450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2461 'html/HTMLTableColElement.h', | 2461 'html/HTMLTableColElement.h', |
| 2462 'html/HTMLTableElement.cpp', | 2462 'html/HTMLTableElement.cpp', |
| 2463 'html/HTMLTableElement.h', | 2463 'html/HTMLTableElement.h', |
| 2464 'html/HTMLTablePartElement.cpp', | 2464 'html/HTMLTablePartElement.cpp', |
| 2465 'html/HTMLTableRowElement.cpp', | 2465 'html/HTMLTableRowElement.cpp', |
| 2466 'html/HTMLTableRowElement.h', | 2466 'html/HTMLTableRowElement.h', |
| 2467 'html/HTMLTableRowsCollection.cpp', | 2467 'html/HTMLTableRowsCollection.cpp', |
| 2468 'html/HTMLTableRowsCollection.h', | 2468 'html/HTMLTableRowsCollection.h', |
| 2469 'html/HTMLTableSectionElement.cpp', | 2469 'html/HTMLTableSectionElement.cpp', |
| 2470 'html/HTMLTableSectionElement.h', | 2470 'html/HTMLTableSectionElement.h', |
| 2471 'html/HTMLTagCollection.cpp', |
| 2472 'html/HTMLTagCollection.h', |
| 2471 'html/HTMLTemplateElement.cpp', | 2473 'html/HTMLTemplateElement.cpp', |
| 2472 'html/HTMLTemplateElement.h', | 2474 'html/HTMLTemplateElement.h', |
| 2473 'html/HTMLTextAreaElement.cpp', | 2475 'html/HTMLTextAreaElement.cpp', |
| 2474 'html/HTMLTextFormControlElement.cpp', | 2476 'html/HTMLTextFormControlElement.cpp', |
| 2475 'html/HTMLTitleElement.cpp', | 2477 'html/HTMLTitleElement.cpp', |
| 2476 'html/HTMLTitleElement.h', | 2478 'html/HTMLTitleElement.h', |
| 2477 'html/HTMLTrackElement.cpp', | 2479 'html/HTMLTrackElement.cpp', |
| 2478 'html/HTMLTrackElement.h', | 2480 'html/HTMLTrackElement.h', |
| 2479 'html/HTMLUListElement.cpp', | 2481 'html/HTMLUListElement.cpp', |
| 2480 'html/HTMLUListElement.h', | 2482 'html/HTMLUListElement.h', |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3446 'loader/MixedContentCheckerTest.cpp', | 3448 'loader/MixedContentCheckerTest.cpp', |
| 3447 'page/NetworkStateNotifierTest.cpp', | 3449 'page/NetworkStateNotifierTest.cpp', |
| 3448 'rendering/RenderOverflowTest.cpp', | 3450 'rendering/RenderOverflowTest.cpp', |
| 3449 'rendering/shapes/BoxShapeTest.cpp', | 3451 'rendering/shapes/BoxShapeTest.cpp', |
| 3450 'testing/UnitTestHelpers.cpp', | 3452 'testing/UnitTestHelpers.cpp', |
| 3451 'testing/UnitTestHelpers.h', | 3453 'testing/UnitTestHelpers.h', |
| 3452 'xml/parser/SharedBufferReaderTest.cpp', | 3454 'xml/parser/SharedBufferReaderTest.cpp', |
| 3453 ], | 3455 ], |
| 3454 } | 3456 } |
| 3455 } | 3457 } |
| OLD | NEW |