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 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3323 'testing/InternalSettings.cpp', | 3323 'testing/InternalSettings.cpp', |
3324 'testing/InternalSettings.h', | 3324 'testing/InternalSettings.h', |
3325 'testing/Internals.cpp', | 3325 'testing/Internals.cpp', |
3326 'testing/Internals.h', | 3326 'testing/Internals.h', |
3327 'testing/LayerRect.h', | 3327 'testing/LayerRect.h', |
3328 'testing/LayerRectList.cpp', | 3328 'testing/LayerRectList.cpp', |
3329 'testing/LayerRectList.h', | 3329 'testing/LayerRectList.h', |
3330 'testing/MallocStatistics.h', | 3330 'testing/MallocStatistics.h', |
3331 'testing/MockPagePopupDriver.cpp', | 3331 'testing/MockPagePopupDriver.cpp', |
3332 'testing/MockPagePopupDriver.h', | 3332 'testing/MockPagePopupDriver.h', |
| 3333 'testing/NullExecutionContext.cpp', |
| 3334 'testing/NullExecutionContext.h', |
3333 'testing/TypeConversions.h', | 3335 'testing/TypeConversions.h', |
3334 'testing/v8/WebCoreTestSupport.cpp', | 3336 'testing/v8/WebCoreTestSupport.cpp', |
3335 'testing/v8/WebCoreTestSupport.h', | 3337 'testing/v8/WebCoreTestSupport.h', |
3336 ], | 3338 ], |
3337 'core_unittest_files': [ | 3339 'core_unittest_files': [ |
3338 'animation/AnimatableColorTest.cpp', | 3340 'animation/AnimatableColorTest.cpp', |
3339 'animation/AnimatableDoubleTest.cpp', | 3341 'animation/AnimatableDoubleTest.cpp', |
3340 'animation/AnimatableLengthTest.cpp', | 3342 'animation/AnimatableLengthTest.cpp', |
3341 'animation/AnimatableNeutralTest.cpp', | 3343 'animation/AnimatableNeutralTest.cpp', |
3342 'animation/AnimatableStrokeDasharrayListTest.cpp', | 3344 'animation/AnimatableStrokeDasharrayListTest.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3413 'loader/MixedContentCheckerTest.cpp', | 3415 'loader/MixedContentCheckerTest.cpp', |
3414 'page/NetworkStateNotifierTest.cpp', | 3416 'page/NetworkStateNotifierTest.cpp', |
3415 'rendering/RenderOverflowTest.cpp', | 3417 'rendering/RenderOverflowTest.cpp', |
3416 'rendering/shapes/BoxShapeTest.cpp', | 3418 'rendering/shapes/BoxShapeTest.cpp', |
3417 'testing/UnitTestHelpers.cpp', | 3419 'testing/UnitTestHelpers.cpp', |
3418 'testing/UnitTestHelpers.h', | 3420 'testing/UnitTestHelpers.h', |
3419 'xml/parser/SharedBufferReaderTest.cpp', | 3421 'xml/parser/SharedBufferReaderTest.cpp', |
3420 ], | 3422 ], |
3421 } | 3423 } |
3422 } | 3424 } |
OLD | NEW |