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 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3339 'testing/InternalSettings.cpp', | 3339 'testing/InternalSettings.cpp', |
3340 'testing/InternalSettings.h', | 3340 'testing/InternalSettings.h', |
3341 'testing/Internals.cpp', | 3341 'testing/Internals.cpp', |
3342 'testing/Internals.h', | 3342 'testing/Internals.h', |
3343 'testing/LayerRect.h', | 3343 'testing/LayerRect.h', |
3344 'testing/LayerRectList.cpp', | 3344 'testing/LayerRectList.cpp', |
3345 'testing/LayerRectList.h', | 3345 'testing/LayerRectList.h', |
3346 'testing/MallocStatistics.h', | 3346 'testing/MallocStatistics.h', |
3347 'testing/MockPagePopupDriver.cpp', | 3347 'testing/MockPagePopupDriver.cpp', |
3348 'testing/MockPagePopupDriver.h', | 3348 'testing/MockPagePopupDriver.h', |
| 3349 'testing/NullExecutionContext.cpp', |
| 3350 'testing/NullExecutionContext.h', |
3349 'testing/TypeConversions.h', | 3351 'testing/TypeConversions.h', |
3350 'testing/v8/WebCoreTestSupport.cpp', | 3352 'testing/v8/WebCoreTestSupport.cpp', |
3351 'testing/v8/WebCoreTestSupport.h', | 3353 'testing/v8/WebCoreTestSupport.h', |
3352 ], | 3354 ], |
3353 'core_unittest_files': [ | 3355 'core_unittest_files': [ |
3354 'animation/AnimatableColorTest.cpp', | 3356 'animation/AnimatableColorTest.cpp', |
3355 'animation/AnimatableDoubleTest.cpp', | 3357 'animation/AnimatableDoubleTest.cpp', |
3356 'animation/AnimatableLengthTest.cpp', | 3358 'animation/AnimatableLengthTest.cpp', |
3357 'animation/AnimatableNeutralTest.cpp', | 3359 'animation/AnimatableNeutralTest.cpp', |
3358 'animation/AnimatableStrokeDasharrayListTest.cpp', | 3360 'animation/AnimatableStrokeDasharrayListTest.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3429 'loader/MixedContentCheckerTest.cpp', | 3431 'loader/MixedContentCheckerTest.cpp', |
3430 'page/NetworkStateNotifierTest.cpp', | 3432 'page/NetworkStateNotifierTest.cpp', |
3431 'rendering/RenderOverflowTest.cpp', | 3433 'rendering/RenderOverflowTest.cpp', |
3432 'rendering/shapes/BoxShapeTest.cpp', | 3434 'rendering/shapes/BoxShapeTest.cpp', |
3433 'testing/UnitTestHelpers.cpp', | 3435 'testing/UnitTestHelpers.cpp', |
3434 'testing/UnitTestHelpers.h', | 3436 'testing/UnitTestHelpers.h', |
3435 'xml/parser/SharedBufferReaderTest.cpp', | 3437 'xml/parser/SharedBufferReaderTest.cpp', |
3436 ], | 3438 ], |
3437 } | 3439 } |
3438 } | 3440 } |
OLD | NEW |