| 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 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 'animation/AnimationPlayerTest.cpp', | 3423 'animation/AnimationPlayerTest.cpp', |
| 3424 'animation/AnimationNodeTest.cpp', | 3424 'animation/AnimationNodeTest.cpp', |
| 3425 'animation/AnimationStackTest.cpp', | 3425 'animation/AnimationStackTest.cpp', |
| 3426 'animation/AnimationTest.cpp', | 3426 'animation/AnimationTest.cpp', |
| 3427 'animation/AnimationTestHelper.cpp', | 3427 'animation/AnimationTestHelper.cpp', |
| 3428 'animation/AnimationTestHelper.h', | 3428 'animation/AnimationTestHelper.h', |
| 3429 'animation/AnimationTimelineTest.cpp', | 3429 'animation/AnimationTimelineTest.cpp', |
| 3430 'animation/AnimationTranslationUtilTest.cpp', | 3430 'animation/AnimationTranslationUtilTest.cpp', |
| 3431 'animation/CompositorAnimationsTest.cpp', | 3431 'animation/CompositorAnimationsTest.cpp', |
| 3432 'animation/CompositorAnimationsTestHelper.h', | 3432 'animation/CompositorAnimationsTestHelper.h', |
| 3433 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | |
| 3434 'animation/EffectInputTest.cpp', | 3433 'animation/EffectInputTest.cpp', |
| 3435 'animation/InterpolableValueTest.cpp', | 3434 'animation/InterpolableValueTest.cpp', |
| 3436 'animation/InterpolationEffectTest.cpp', | 3435 'animation/InterpolationEffectTest.cpp', |
| 3437 'animation/KeyframeEffectModelTest.cpp', | 3436 'animation/KeyframeEffectModelTest.cpp', |
| 3438 'animation/TimingCalculationsTest.cpp', | 3437 'animation/TimingCalculationsTest.cpp', |
| 3439 'animation/TimingInputTest.cpp', | 3438 'animation/TimingInputTest.cpp', |
| 3440 'animation/DeferredLegacyStyleInterpolationTest.cpp', | 3439 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
| 3441 'animation/LengthStyleInterpolationTest.cpp', | 3440 'animation/LengthStyleInterpolationTest.cpp', |
| 3442 'clipboard/DataObjectTest.cpp', | 3441 'clipboard/DataObjectTest.cpp', |
| 3443 'css/AffectedByFocusTest.cpp', | 3442 'css/AffectedByFocusTest.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3501 'rendering/shapes/BoxShapeTest.cpp', | 3500 'rendering/shapes/BoxShapeTest.cpp', |
| 3502 'rendering/style/OutlineValueTest.cpp', | 3501 'rendering/style/OutlineValueTest.cpp', |
| 3503 'testing/PrivateScriptTestTest.cpp', | 3502 'testing/PrivateScriptTestTest.cpp', |
| 3504 'streams/ReadableStreamTest.cpp', | 3503 'streams/ReadableStreamTest.cpp', |
| 3505 'testing/UnitTestHelpers.cpp', | 3504 'testing/UnitTestHelpers.cpp', |
| 3506 'testing/UnitTestHelpers.h', | 3505 'testing/UnitTestHelpers.h', |
| 3507 'xml/parser/SharedBufferReaderTest.cpp', | 3506 'xml/parser/SharedBufferReaderTest.cpp', |
| 3508 ], | 3507 ], |
| 3509 } | 3508 } |
| 3510 } | 3509 } |
| OLD | NEW |