| 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 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2465 'html/MediaFragmentURIParser.h', | 2465 'html/MediaFragmentURIParser.h', |
| 2466 'html/MediaKeyError.h', | 2466 'html/MediaKeyError.h', |
| 2467 'html/MediaKeyEvent.cpp', | 2467 'html/MediaKeyEvent.cpp', |
| 2468 'html/MediaKeyEvent.h', | 2468 'html/MediaKeyEvent.h', |
| 2469 'html/PluginDocument.cpp', | 2469 'html/PluginDocument.cpp', |
| 2470 'html/PluginDocument.h', | 2470 'html/PluginDocument.h', |
| 2471 'html/PublicURLManager.cpp', | 2471 'html/PublicURLManager.cpp', |
| 2472 'html/PublicURLManager.h', | 2472 'html/PublicURLManager.h', |
| 2473 'html/RadioNodeList.cpp', | 2473 'html/RadioNodeList.cpp', |
| 2474 'html/RadioNodeList.h', | 2474 'html/RadioNodeList.h', |
| 2475 'html/RelList.cpp', |
| 2476 'html/RelList.h', |
| 2475 'html/TextDocument.cpp', | 2477 'html/TextDocument.cpp', |
| 2476 'html/TextDocument.h', | 2478 'html/TextDocument.h', |
| 2477 'html/TextMetrics.h', | 2479 'html/TextMetrics.h', |
| 2478 'html/TimeRanges.cpp', | 2480 'html/TimeRanges.cpp', |
| 2479 'html/TimeRanges.h', | 2481 'html/TimeRanges.h', |
| 2480 'html/URLRegistry.h', | 2482 'html/URLRegistry.h', |
| 2481 'html/ValidityState.cpp', | 2483 'html/ValidityState.cpp', |
| 2482 'html/ValidityState.h', | 2484 'html/ValidityState.h', |
| 2483 'html/WindowNameCollection.cpp', | 2485 'html/WindowNameCollection.cpp', |
| 2484 'html/WindowNameCollection.h', | 2486 'html/WindowNameCollection.h', |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3407 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
| 3408 'rendering/RenderTableCellTest.cpp', | 3410 'rendering/RenderTableCellTest.cpp', |
| 3409 'rendering/RenderTableRowTest.cpp', | 3411 'rendering/RenderTableRowTest.cpp', |
| 3410 'rendering/shapes/BoxShapeTest.cpp', | 3412 'rendering/shapes/BoxShapeTest.cpp', |
| 3411 'testing/UnitTestHelpers.cpp', | 3413 'testing/UnitTestHelpers.cpp', |
| 3412 'testing/UnitTestHelpers.h', | 3414 'testing/UnitTestHelpers.h', |
| 3413 'xml/parser/SharedBufferReaderTest.cpp', | 3415 'xml/parser/SharedBufferReaderTest.cpp', |
| 3414 ], | 3416 ], |
| 3415 } | 3417 } |
| 3416 } | 3418 } |
| OLD | NEW |