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 3318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3329 'svg/graphics/SVGImageForContainer.h', | 3329 'svg/graphics/SVGImageForContainer.h', |
3330 'svg/graphics/filters/SVGFEImage.cpp', | 3330 'svg/graphics/filters/SVGFEImage.cpp', |
3331 'svg/graphics/filters/SVGFEImage.h', | 3331 'svg/graphics/filters/SVGFEImage.h', |
3332 'svg/graphics/filters/SVGFilter.cpp', | 3332 'svg/graphics/filters/SVGFilter.cpp', |
3333 'svg/graphics/filters/SVGFilter.h', | 3333 'svg/graphics/filters/SVGFilter.h', |
3334 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3334 'svg/graphics/filters/SVGFilterBuilder.cpp', |
3335 'svg/graphics/filters/SVGFilterBuilder.h', | 3335 'svg/graphics/filters/SVGFilterBuilder.h', |
3336 'svg/properties/SVGAnimatedProperty.cpp', | 3336 'svg/properties/SVGAnimatedProperty.cpp', |
3337 'svg/properties/SVGPropertyTearOff.cpp', | 3337 'svg/properties/SVGPropertyTearOff.cpp', |
3338 ], | 3338 ], |
3339 'core_dictionary_idl_files': [ | 3339 # FIXME: http://crbug.com/403150 |
3340 'css/FontFaceDescriptors.idl', | 3340 # Add 'core_dictionary_idl_files' and |
3341 ], | 3341 # 'generated_core_dictionary_files' variables. |
3342 'generated_core_dictionary_files': [ | 3342 # The variables should contain IDL dictionary files and generated files |
3343 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', | 3343 # They would look like below: |
3344 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', | 3344 # 'core_dictionary_idl_files': [ |
3345 ], | 3345 # 'css/FontFaceDescriptors.idl', |
| 3346 # ], |
| 3347 # 'generated_core_dictionary_files': [ |
| 3348 # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', |
| 3349 # '<(blink_core_output_dir)/css/FontFaceDescriptors.h', |
| 3350 # ], |
3346 'core_testing_dictionary_idl_files': [ | 3351 'core_testing_dictionary_idl_files': [ |
3347 'testing/InternalDictionary.idl', | 3352 'testing/InternalDictionary.idl', |
3348 ], | 3353 ], |
3349 'webcore_testing_idl_files': [ | 3354 'webcore_testing_idl_files': [ |
3350 'testing/DictionaryTest.idl', | 3355 'testing/DictionaryTest.idl', |
3351 'testing/GarbageCollectedScriptWrappable.idl', | 3356 'testing/GarbageCollectedScriptWrappable.idl', |
3352 'testing/GCObservation.idl', | 3357 'testing/GCObservation.idl', |
3353 'testing/InternalProfilers.idl', | 3358 'testing/InternalProfilers.idl', |
3354 'testing/InternalSettings.idl', | 3359 'testing/InternalSettings.idl', |
3355 'testing/Internals.idl', | 3360 'testing/Internals.idl', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3498 'rendering/shapes/BoxShapeTest.cpp', | 3503 'rendering/shapes/BoxShapeTest.cpp', |
3499 'rendering/style/OutlineValueTest.cpp', | 3504 'rendering/style/OutlineValueTest.cpp', |
3500 'testing/PrivateScriptTestTest.cpp', | 3505 'testing/PrivateScriptTestTest.cpp', |
3501 'streams/ReadableStreamTest.cpp', | 3506 'streams/ReadableStreamTest.cpp', |
3502 'testing/UnitTestHelpers.cpp', | 3507 'testing/UnitTestHelpers.cpp', |
3503 'testing/UnitTestHelpers.h', | 3508 'testing/UnitTestHelpers.h', |
3504 'xml/parser/SharedBufferReaderTest.cpp', | 3509 'xml/parser/SharedBufferReaderTest.cpp', |
3505 ], | 3510 ], |
3506 } | 3511 } |
3507 } | 3512 } |
OLD | NEW |