| 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 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3376 'animation/CompositorAnimationsTestHelper.h', | 3376 'animation/CompositorAnimationsTestHelper.h', |
| 3377 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3377 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
| 3378 'animation/EffectInputTest.cpp', | 3378 'animation/EffectInputTest.cpp', |
| 3379 'animation/InterpolableValueTest.cpp', | 3379 'animation/InterpolableValueTest.cpp', |
| 3380 'animation/InterpolationEffectTest.cpp', | 3380 'animation/InterpolationEffectTest.cpp', |
| 3381 'animation/KeyframeEffectModelTest.cpp', | 3381 'animation/KeyframeEffectModelTest.cpp', |
| 3382 'animation/TimingCalculationsTest.cpp', | 3382 'animation/TimingCalculationsTest.cpp', |
| 3383 'animation/TimingInputTest.cpp', | 3383 'animation/TimingInputTest.cpp', |
| 3384 'animation/DeferredLegacyStyleInterpolationTest.cpp', | 3384 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
| 3385 'animation/LengthStyleInterpolationTest.cpp', | 3385 'animation/LengthStyleInterpolationTest.cpp', |
| 3386 'clipboard/DataObjectTest.cpp', |
| 3386 'css/AffectedByFocusTest.cpp', | 3387 'css/AffectedByFocusTest.cpp', |
| 3387 'css/CSSCalculationValueTest.cpp', | 3388 'css/CSSCalculationValueTest.cpp', |
| 3388 'css/CSSFontFaceTest.cpp', | 3389 'css/CSSFontFaceTest.cpp', |
| 3389 'css/CSSParserValuesTest.cpp', | 3390 'css/CSSParserValuesTest.cpp', |
| 3390 'css/CSSSelectorTest.cpp', | 3391 'css/CSSSelectorTest.cpp', |
| 3391 'css/CSSTestHelper.cpp', | 3392 'css/CSSTestHelper.cpp', |
| 3392 'css/CSSTestHelper.h', | 3393 'css/CSSTestHelper.h', |
| 3393 'css/CSSValueTestHelper.h', | 3394 'css/CSSValueTestHelper.h', |
| 3394 'css/DragUpdateTest.cpp', | 3395 'css/DragUpdateTest.cpp', |
| 3395 'css/MediaValuesTest.cpp', | 3396 'css/MediaValuesTest.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 'rendering/RenderTableRowTest.cpp', | 3441 'rendering/RenderTableRowTest.cpp', |
| 3441 'rendering/shapes/BoxShapeTest.cpp', | 3442 'rendering/shapes/BoxShapeTest.cpp', |
| 3442 'testing/PrivateScriptTestTest.cpp', | 3443 'testing/PrivateScriptTestTest.cpp', |
| 3443 'streams/ReadableStreamTest.cpp', | 3444 'streams/ReadableStreamTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3445 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3446 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3447 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3448 ], |
| 3448 } | 3449 } |
| 3449 } | 3450 } |
| OLD | NEW |