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 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3413 'editing/TextIteratorTest.cpp', | 3413 'editing/TextIteratorTest.cpp', |
3414 'editing/VisibleSelectionTest.cpp', | 3414 'editing/VisibleSelectionTest.cpp', |
3415 'fetch/CachingCorrectnessTest.cpp', | 3415 'fetch/CachingCorrectnessTest.cpp', |
3416 'fetch/ImageResourceTest.cpp', | 3416 'fetch/ImageResourceTest.cpp', |
3417 'fetch/MemoryCacheTest.cpp', | 3417 'fetch/MemoryCacheTest.cpp', |
3418 'fetch/RawResourceTest.cpp', | 3418 'fetch/RawResourceTest.cpp', |
3419 'fetch/ResourceFetcherTest.cpp', | 3419 'fetch/ResourceFetcherTest.cpp', |
3420 'frame/ImageBitmapTest.cpp', | 3420 'frame/ImageBitmapTest.cpp', |
3421 'html/HTMLDimensionTest.cpp', | 3421 'html/HTMLDimensionTest.cpp', |
3422 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3422 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3423 'html/HTMLTextFormControlElementTest.cpp', |
3423 'html/LinkRelAttributeTest.cpp', | 3424 'html/LinkRelAttributeTest.cpp', |
3424 'html/TimeRangesTest.cpp', | 3425 'html/TimeRangesTest.cpp', |
3425 'html/parser/HTMLParserThreadTest.cpp', | 3426 'html/parser/HTMLParserThreadTest.cpp', |
3426 'html/parser/HTMLSrcsetParserTest.cpp', | 3427 'html/parser/HTMLSrcsetParserTest.cpp', |
3427 'html/track/vtt/BufferedLineReaderTest.cpp', | 3428 'html/track/vtt/BufferedLineReaderTest.cpp', |
3428 'html/track/vtt/VTTScannerTest.cpp', | 3429 'html/track/vtt/VTTScannerTest.cpp', |
3429 'loader/MixedContentCheckerTest.cpp', | 3430 'loader/MixedContentCheckerTest.cpp', |
3430 'page/NetworkStateNotifierTest.cpp', | 3431 'page/NetworkStateNotifierTest.cpp', |
3431 'rendering/RenderOverflowTest.cpp', | 3432 'rendering/RenderOverflowTest.cpp', |
3432 'rendering/shapes/BoxShapeTest.cpp', | 3433 'rendering/shapes/BoxShapeTest.cpp', |
3433 'testing/UnitTestHelpers.cpp', | 3434 'testing/UnitTestHelpers.cpp', |
3434 'testing/UnitTestHelpers.h', | 3435 'testing/UnitTestHelpers.h', |
3435 'xml/parser/SharedBufferReaderTest.cpp', | 3436 'xml/parser/SharedBufferReaderTest.cpp', |
3436 ], | 3437 ], |
3437 } | 3438 } |
3438 } | 3439 } |
OLD | NEW |