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 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3434 'html/HTMLTextFormControlElementTest.cpp', | 3434 'html/HTMLTextFormControlElementTest.cpp', |
3435 'html/LinkRelAttributeTest.cpp', | 3435 'html/LinkRelAttributeTest.cpp', |
3436 'html/TimeRangesTest.cpp', | 3436 'html/TimeRangesTest.cpp', |
3437 'html/parser/HTMLParserThreadTest.cpp', | 3437 'html/parser/HTMLParserThreadTest.cpp', |
3438 'html/parser/HTMLSrcsetParserTest.cpp', | 3438 'html/parser/HTMLSrcsetParserTest.cpp', |
3439 'html/track/vtt/BufferedLineReaderTest.cpp', | 3439 'html/track/vtt/BufferedLineReaderTest.cpp', |
3440 'html/track/vtt/VTTScannerTest.cpp', | 3440 'html/track/vtt/VTTScannerTest.cpp', |
3441 'loader/MixedContentCheckerTest.cpp', | 3441 'loader/MixedContentCheckerTest.cpp', |
3442 'page/NetworkStateNotifierTest.cpp', | 3442 'page/NetworkStateNotifierTest.cpp', |
3443 'rendering/RenderOverflowTest.cpp', | 3443 'rendering/RenderOverflowTest.cpp', |
| 3444 'rendering/RenderObjectTest.cpp', |
3444 'rendering/shapes/BoxShapeTest.cpp', | 3445 'rendering/shapes/BoxShapeTest.cpp', |
3445 'testing/UnitTestHelpers.cpp', | 3446 'testing/UnitTestHelpers.cpp', |
3446 'testing/UnitTestHelpers.h', | 3447 'testing/UnitTestHelpers.h', |
3447 'xml/parser/SharedBufferReaderTest.cpp', | 3448 'xml/parser/SharedBufferReaderTest.cpp', |
3448 ], | 3449 ], |
3449 } | 3450 } |
3450 } | 3451 } |
OLD | NEW |