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 3485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3496 'editing/FrameSelectionTest.cpp', | 3496 'editing/FrameSelectionTest.cpp', |
3497 'editing/InputMethodControllerTest.cpp', | 3497 'editing/InputMethodControllerTest.cpp', |
3498 'editing/SurroundingTextTest.cpp', | 3498 'editing/SurroundingTextTest.cpp', |
3499 'editing/TextIteratorTest.cpp', | 3499 'editing/TextIteratorTest.cpp', |
3500 'editing/VisibleSelectionTest.cpp', | 3500 'editing/VisibleSelectionTest.cpp', |
3501 'fetch/CachingCorrectnessTest.cpp', | 3501 'fetch/CachingCorrectnessTest.cpp', |
3502 'fetch/ImageResourceTest.cpp', | 3502 'fetch/ImageResourceTest.cpp', |
3503 'fetch/MemoryCacheTest.cpp', | 3503 'fetch/MemoryCacheTest.cpp', |
3504 'fetch/RawResourceTest.cpp', | 3504 'fetch/RawResourceTest.cpp', |
3505 'fetch/ResourceFetcherTest.cpp', | 3505 'fetch/ResourceFetcherTest.cpp', |
| 3506 'fetch/ResourceLoaderOptionsTest.cpp', |
3506 'frame/ImageBitmapTest.cpp', | 3507 'frame/ImageBitmapTest.cpp', |
3507 'html/HTMLDimensionTest.cpp', | 3508 'html/HTMLDimensionTest.cpp', |
3508 'html/HTMLFormControlElementTest.cpp', | 3509 'html/HTMLFormControlElementTest.cpp', |
3509 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3510 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3510 'html/HTMLTextFormControlElementTest.cpp', | 3511 'html/HTMLTextFormControlElementTest.cpp', |
3511 'html/LinkRelAttributeTest.cpp', | 3512 'html/LinkRelAttributeTest.cpp', |
3512 'html/TimeRangesTest.cpp', | 3513 'html/TimeRangesTest.cpp', |
3513 'html/parser/HTMLParserThreadTest.cpp', | 3514 'html/parser/HTMLParserThreadTest.cpp', |
3514 'html/parser/HTMLSrcsetParserTest.cpp', | 3515 'html/parser/HTMLSrcsetParserTest.cpp', |
3515 'html/track/vtt/BufferedLineReaderTest.cpp', | 3516 'html/track/vtt/BufferedLineReaderTest.cpp', |
3516 'html/track/vtt/VTTScannerTest.cpp', | 3517 'html/track/vtt/VTTScannerTest.cpp', |
3517 'loader/MixedContentCheckerTest.cpp', | 3518 'loader/MixedContentCheckerTest.cpp', |
3518 'page/NetworkStateNotifierTest.cpp', | 3519 'page/NetworkStateNotifierTest.cpp', |
3519 'page/PrintContextTest.cpp', | 3520 'page/PrintContextTest.cpp', |
3520 'rendering/RenderOverflowTest.cpp', | 3521 'rendering/RenderOverflowTest.cpp', |
3521 'rendering/RenderPartTest.cpp', | 3522 'rendering/RenderPartTest.cpp', |
3522 'rendering/RenderTableCellTest.cpp', | 3523 'rendering/RenderTableCellTest.cpp', |
3523 'rendering/RenderTableRowTest.cpp', | 3524 'rendering/RenderTableRowTest.cpp', |
3524 'rendering/shapes/BoxShapeTest.cpp', | 3525 'rendering/shapes/BoxShapeTest.cpp', |
3525 'rendering/style/OutlineValueTest.cpp', | 3526 'rendering/style/OutlineValueTest.cpp', |
3526 'testing/PrivateScriptTestTest.cpp', | 3527 'testing/PrivateScriptTestTest.cpp', |
3527 'streams/ReadableStreamTest.cpp', | 3528 'streams/ReadableStreamTest.cpp', |
3528 'testing/UnitTestHelpers.cpp', | 3529 'testing/UnitTestHelpers.cpp', |
3529 'testing/UnitTestHelpers.h', | 3530 'testing/UnitTestHelpers.h', |
3530 'xml/parser/SharedBufferReaderTest.cpp', | 3531 'xml/parser/SharedBufferReaderTest.cpp', |
3531 ], | 3532 ], |
3532 } | 3533 } |
3533 } | 3534 } |
OLD | NEW |