| 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/MediaConditionTest.cpp', | 3378 'css/parser/MediaConditionTest.cpp', |
| 3379 'css/resolver/FontBuilderTest.cpp', | 3379 'css/resolver/FontBuilderTest.cpp', |
| 3380 'dom/ActiveDOMObjectTest.cpp', | 3380 'dom/ActiveDOMObjectTest.cpp', |
| 3381 'dom/DOMImplementationTest.cpp', | 3381 'dom/DOMImplementationTest.cpp', |
| 3382 'dom/DocumentMarkerControllerTest.cpp', | 3382 'dom/DocumentMarkerControllerTest.cpp', |
| 3383 'dom/DocumentTest.cpp', | 3383 'dom/DocumentTest.cpp', |
| 3384 'dom/MainThreadTaskRunnerTest.cpp', | 3384 'dom/MainThreadTaskRunnerTest.cpp', |
| 3385 'dom/RangeTest.cpp', | 3385 'dom/RangeTest.cpp', |
| 3386 'dom/TreeScopeTest.cpp', | 3386 'dom/TreeScopeTest.cpp', |
| 3387 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3387 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3388 'editing/FrameSelectionTest.cpp', |
| 3388 'editing/InputMethodControllerTest.cpp', | 3389 'editing/InputMethodControllerTest.cpp', |
| 3389 'editing/SurroundingTextTest.cpp', | 3390 'editing/SurroundingTextTest.cpp', |
| 3390 'editing/TextIteratorTest.cpp', | 3391 'editing/TextIteratorTest.cpp', |
| 3391 'editing/VisibleSelectionTest.cpp', | 3392 'editing/VisibleSelectionTest.cpp', |
| 3392 'fetch/CachingCorrectnessTest.cpp', | 3393 'fetch/CachingCorrectnessTest.cpp', |
| 3393 'fetch/ImageResourceTest.cpp', | 3394 'fetch/ImageResourceTest.cpp', |
| 3394 'fetch/MemoryCacheTest.cpp', | 3395 'fetch/MemoryCacheTest.cpp', |
| 3395 'fetch/RawResourceTest.cpp', | 3396 'fetch/RawResourceTest.cpp', |
| 3396 'fetch/ResourceFetcherTest.cpp', | 3397 'fetch/ResourceFetcherTest.cpp', |
| 3397 'frame/ImageBitmapTest.cpp', | 3398 'frame/ImageBitmapTest.cpp', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 3409 'rendering/RenderOverflowTest.cpp', | 3410 'rendering/RenderOverflowTest.cpp', |
| 3410 'rendering/RenderTableCellTest.cpp', | 3411 'rendering/RenderTableCellTest.cpp', |
| 3411 'rendering/RenderTableRowTest.cpp', | 3412 'rendering/RenderTableRowTest.cpp', |
| 3412 'rendering/shapes/BoxShapeTest.cpp', | 3413 'rendering/shapes/BoxShapeTest.cpp', |
| 3413 'testing/UnitTestHelpers.cpp', | 3414 'testing/UnitTestHelpers.cpp', |
| 3414 'testing/UnitTestHelpers.h', | 3415 'testing/UnitTestHelpers.h', |
| 3415 'xml/parser/SharedBufferReaderTest.cpp', | 3416 'xml/parser/SharedBufferReaderTest.cpp', |
| 3416 ], | 3417 ], |
| 3417 } | 3418 } |
| 3418 } | 3419 } |
| OLD | NEW |