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 'svg/graphics/filters/SVGFEImage.h', | 3339 'svg/graphics/filters/SVGFEImage.h', |
3340 'svg/graphics/filters/SVGFilter.cpp', | 3340 'svg/graphics/filters/SVGFilter.cpp', |
3341 'svg/graphics/filters/SVGFilter.h', | 3341 'svg/graphics/filters/SVGFilter.h', |
3342 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3342 'svg/graphics/filters/SVGFilterBuilder.cpp', |
3343 'svg/graphics/filters/SVGFilterBuilder.h', | 3343 'svg/graphics/filters/SVGFilterBuilder.h', |
3344 'svg/properties/SVGAnimatedProperty.cpp', | 3344 'svg/properties/SVGAnimatedProperty.cpp', |
3345 'svg/properties/SVGPropertyTearOff.cpp', | 3345 'svg/properties/SVGPropertyTearOff.cpp', |
3346 ], | 3346 ], |
3347 'core_dictionary_idl_files': [ | 3347 'core_dictionary_idl_files': [ |
3348 'css/FontFaceDescriptors.idl', | 3348 'css/FontFaceDescriptors.idl', |
| 3349 'dom/DOMPointInit.idl', |
3349 'page/EventSourceInit.idl', | 3350 'page/EventSourceInit.idl', |
3350 ], | 3351 ], |
3351 'generated_core_dictionary_files': [ | 3352 'generated_core_dictionary_files': [ |
3352 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', | 3353 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', |
3353 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', | 3354 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', |
| 3355 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', |
| 3356 '<(blink_core_output_dir)/dom/DOMPointInit.h', |
3354 '<(blink_core_output_dir)/page/EventSourceInit.cpp', | 3357 '<(blink_core_output_dir)/page/EventSourceInit.cpp', |
3355 '<(blink_core_output_dir)/page/EventSourceInit.h', | 3358 '<(blink_core_output_dir)/page/EventSourceInit.h', |
3356 ], | 3359 ], |
3357 'core_testing_dictionary_idl_files': [ | 3360 'core_testing_dictionary_idl_files': [ |
3358 'testing/InternalDictionary.idl', | 3361 'testing/InternalDictionary.idl', |
3359 ], | 3362 ], |
3360 'webcore_testing_idl_files': [ | 3363 'webcore_testing_idl_files': [ |
3361 'testing/DictionaryTest.idl', | 3364 'testing/DictionaryTest.idl', |
3362 'testing/GarbageCollectedScriptWrappable.idl', | 3365 'testing/GarbageCollectedScriptWrappable.idl', |
3363 'testing/GCObservation.idl', | 3366 'testing/GCObservation.idl', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3509 'rendering/shapes/BoxShapeTest.cpp', | 3512 'rendering/shapes/BoxShapeTest.cpp', |
3510 'rendering/style/OutlineValueTest.cpp', | 3513 'rendering/style/OutlineValueTest.cpp', |
3511 'testing/PrivateScriptTestTest.cpp', | 3514 'testing/PrivateScriptTestTest.cpp', |
3512 'streams/ReadableStreamTest.cpp', | 3515 'streams/ReadableStreamTest.cpp', |
3513 'testing/UnitTestHelpers.cpp', | 3516 'testing/UnitTestHelpers.cpp', |
3514 'testing/UnitTestHelpers.h', | 3517 'testing/UnitTestHelpers.h', |
3515 'xml/parser/SharedBufferReaderTest.cpp', | 3518 'xml/parser/SharedBufferReaderTest.cpp', |
3516 ], | 3519 ], |
3517 } | 3520 } |
3518 } | 3521 } |
OLD | NEW |