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 3467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3478 'editing/VisibleSelectionTest.cpp', | 3478 'editing/VisibleSelectionTest.cpp', |
3479 'fetch/CachingCorrectnessTest.cpp', | 3479 'fetch/CachingCorrectnessTest.cpp', |
3480 'fetch/ImageResourceTest.cpp', | 3480 'fetch/ImageResourceTest.cpp', |
3481 'fetch/MemoryCacheTest.cpp', | 3481 'fetch/MemoryCacheTest.cpp', |
3482 'fetch/RawResourceTest.cpp', | 3482 'fetch/RawResourceTest.cpp', |
3483 'fetch/ResourceFetcherTest.cpp', | 3483 'fetch/ResourceFetcherTest.cpp', |
3484 'frame/ImageBitmapTest.cpp', | 3484 'frame/ImageBitmapTest.cpp', |
3485 'html/HTMLDimensionTest.cpp', | 3485 'html/HTMLDimensionTest.cpp', |
3486 'html/HTMLFormControlElementTest.cpp', | 3486 'html/HTMLFormControlElementTest.cpp', |
3487 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3487 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3488 'html/HTMLSelectElementTest.cpp', |
3488 'html/HTMLTextFormControlElementTest.cpp', | 3489 'html/HTMLTextFormControlElementTest.cpp', |
3489 'html/LinkRelAttributeTest.cpp', | 3490 'html/LinkRelAttributeTest.cpp', |
3490 'html/TimeRangesTest.cpp', | 3491 'html/TimeRangesTest.cpp', |
3491 'html/parser/HTMLParserThreadTest.cpp', | 3492 'html/parser/HTMLParserThreadTest.cpp', |
3492 'html/parser/HTMLSrcsetParserTest.cpp', | 3493 'html/parser/HTMLSrcsetParserTest.cpp', |
3493 'html/track/vtt/BufferedLineReaderTest.cpp', | 3494 'html/track/vtt/BufferedLineReaderTest.cpp', |
3494 'html/track/vtt/VTTScannerTest.cpp', | 3495 'html/track/vtt/VTTScannerTest.cpp', |
3495 'loader/MixedContentCheckerTest.cpp', | 3496 'loader/MixedContentCheckerTest.cpp', |
3496 'page/NetworkStateNotifierTest.cpp', | 3497 'page/NetworkStateNotifierTest.cpp', |
3497 'page/PrintContextTest.cpp', | 3498 'page/PrintContextTest.cpp', |
3498 'rendering/RenderOverflowTest.cpp', | 3499 'rendering/RenderOverflowTest.cpp', |
3499 'rendering/RenderPartTest.cpp', | 3500 'rendering/RenderPartTest.cpp', |
3500 'rendering/RenderTableCellTest.cpp', | 3501 'rendering/RenderTableCellTest.cpp', |
3501 'rendering/RenderTableRowTest.cpp', | 3502 'rendering/RenderTableRowTest.cpp', |
3502 'rendering/shapes/BoxShapeTest.cpp', | 3503 'rendering/shapes/BoxShapeTest.cpp', |
3503 'rendering/style/OutlineValueTest.cpp', | 3504 'rendering/style/OutlineValueTest.cpp', |
3504 'testing/PrivateScriptTestTest.cpp', | 3505 'testing/PrivateScriptTestTest.cpp', |
3505 'streams/ReadableStreamTest.cpp', | 3506 'streams/ReadableStreamTest.cpp', |
3506 'testing/UnitTestHelpers.cpp', | 3507 'testing/UnitTestHelpers.cpp', |
3507 'testing/UnitTestHelpers.h', | 3508 'testing/UnitTestHelpers.h', |
3508 'xml/parser/SharedBufferReaderTest.cpp', | 3509 'xml/parser/SharedBufferReaderTest.cpp', |
3509 ], | 3510 ], |
3510 } | 3511 } |
3511 } | 3512 } |
OLD | NEW |