| 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 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3378 'css/parser/SizesAttributeParserTest.cpp', | 3378 'css/parser/SizesAttributeParserTest.cpp', |
| 3379 'css/parser/MediaConditionTest.cpp', | 3379 'css/parser/MediaConditionTest.cpp', |
| 3380 'css/resolver/FontBuilderTest.cpp', | 3380 'css/resolver/FontBuilderTest.cpp', |
| 3381 'dom/ActiveDOMObjectTest.cpp', | 3381 'dom/ActiveDOMObjectTest.cpp', |
| 3382 'dom/DOMImplementationTest.cpp', | 3382 'dom/DOMImplementationTest.cpp', |
| 3383 'dom/DocumentMarkerControllerTest.cpp', | 3383 'dom/DocumentMarkerControllerTest.cpp', |
| 3384 'dom/DocumentTest.cpp', | 3384 'dom/DocumentTest.cpp', |
| 3385 'dom/MainThreadTaskRunnerTest.cpp', | 3385 'dom/MainThreadTaskRunnerTest.cpp', |
| 3386 'dom/RangeTest.cpp', | 3386 'dom/RangeTest.cpp', |
| 3387 'dom/TreeScopeTest.cpp', | 3387 'dom/TreeScopeTest.cpp', |
| 3388 'editing/InputMethodControllerTest.cpp', |
| 3388 'editing/TextIteratorTest.cpp', | 3389 'editing/TextIteratorTest.cpp', |
| 3389 'editing/VisibleSelectionTest.cpp', | 3390 'editing/VisibleSelectionTest.cpp', |
| 3390 'fetch/CachingCorrectnessTest.cpp', | 3391 'fetch/CachingCorrectnessTest.cpp', |
| 3391 'fetch/ImageResourceTest.cpp', | 3392 'fetch/ImageResourceTest.cpp', |
| 3392 'fetch/MemoryCacheTest.cpp', | 3393 'fetch/MemoryCacheTest.cpp', |
| 3393 'fetch/RawResourceTest.cpp', | 3394 'fetch/RawResourceTest.cpp', |
| 3394 'fetch/ResourceFetcherTest.cpp', | 3395 'fetch/ResourceFetcherTest.cpp', |
| 3395 'frame/ImageBitmapTest.cpp', | 3396 'frame/ImageBitmapTest.cpp', |
| 3396 'html/HTMLDimensionTest.cpp', | 3397 'html/HTMLDimensionTest.cpp', |
| 3397 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3398 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3398 'html/LinkRelAttributeTest.cpp', | 3399 'html/LinkRelAttributeTest.cpp', |
| 3399 'html/TimeRangesTest.cpp', | 3400 'html/TimeRangesTest.cpp', |
| 3400 'html/parser/HTMLParserThreadTest.cpp', | 3401 'html/parser/HTMLParserThreadTest.cpp', |
| 3401 'html/parser/HTMLSrcsetParserTest.cpp', | 3402 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3402 'html/track/vtt/BufferedLineReaderTest.cpp', | 3403 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3403 'html/track/vtt/VTTScannerTest.cpp', | 3404 'html/track/vtt/VTTScannerTest.cpp', |
| 3404 'loader/MixedContentCheckerTest.cpp', | 3405 'loader/MixedContentCheckerTest.cpp', |
| 3405 'page/NetworkStateNotifierTest.cpp', | 3406 'page/NetworkStateNotifierTest.cpp', |
| 3406 'rendering/RenderOverflowTest.cpp', | 3407 'rendering/RenderOverflowTest.cpp', |
| 3407 'rendering/shapes/BoxShapeTest.cpp', | 3408 'rendering/shapes/BoxShapeTest.cpp', |
| 3408 'testing/UnitTestHelpers.cpp', | 3409 'testing/UnitTestHelpers.cpp', |
| 3409 'testing/UnitTestHelpers.h', | 3410 'testing/UnitTestHelpers.h', |
| 3410 'xml/parser/SharedBufferReaderTest.cpp', | 3411 'xml/parser/SharedBufferReaderTest.cpp', |
| 3411 ], | 3412 ], |
| 3412 } | 3413 } |
| 3413 } | 3414 } |
| OLD | NEW |