| 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 3385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3396 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3396 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3397 'html/HTMLTextFormControlElementTest.cpp', | 3397 'html/HTMLTextFormControlElementTest.cpp', |
| 3398 'html/LinkRelAttributeTest.cpp', | 3398 'html/LinkRelAttributeTest.cpp', |
| 3399 'html/TimeRangesTest.cpp', | 3399 'html/TimeRangesTest.cpp', |
| 3400 'html/parser/HTMLParserThreadTest.cpp', | 3400 'html/parser/HTMLParserThreadTest.cpp', |
| 3401 'html/parser/HTMLSrcsetParserTest.cpp', | 3401 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3402 'html/track/vtt/BufferedLineReaderTest.cpp', | 3402 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3403 'html/track/vtt/VTTScannerTest.cpp', | 3403 'html/track/vtt/VTTScannerTest.cpp', |
| 3404 'loader/MixedContentCheckerTest.cpp', | 3404 'loader/MixedContentCheckerTest.cpp', |
| 3405 'page/NetworkStateNotifierTest.cpp', | 3405 'page/NetworkStateNotifierTest.cpp', |
| 3406 'rendering/RenderGridTest.cpp', |
| 3406 'rendering/RenderOverflowTest.cpp', | 3407 'rendering/RenderOverflowTest.cpp', |
| 3407 'rendering/RenderTableCellTest.cpp', | 3408 'rendering/RenderTableCellTest.cpp', |
| 3408 'rendering/RenderTableRowTest.cpp', | 3409 'rendering/RenderTableRowTest.cpp', |
| 3409 'rendering/shapes/BoxShapeTest.cpp', | 3410 'rendering/shapes/BoxShapeTest.cpp', |
| 3410 'testing/UnitTestHelpers.cpp', | 3411 'testing/UnitTestHelpers.cpp', |
| 3411 'testing/UnitTestHelpers.h', | 3412 'testing/UnitTestHelpers.h', |
| 3412 'xml/parser/SharedBufferReaderTest.cpp', | 3413 'xml/parser/SharedBufferReaderTest.cpp', |
| 3413 ], | 3414 ], |
| 3414 } | 3415 } |
| 3415 } | 3416 } |
| OLD | NEW |