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 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3318 'svg/graphics/SVGImageForContainer.h', | 3318 'svg/graphics/SVGImageForContainer.h', |
3319 'svg/graphics/filters/SVGFEImage.cpp', | 3319 'svg/graphics/filters/SVGFEImage.cpp', |
3320 'svg/graphics/filters/SVGFEImage.h', | 3320 'svg/graphics/filters/SVGFEImage.h', |
3321 'svg/graphics/filters/SVGFilter.cpp', | 3321 'svg/graphics/filters/SVGFilter.cpp', |
3322 'svg/graphics/filters/SVGFilter.h', | 3322 'svg/graphics/filters/SVGFilter.h', |
3323 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3323 'svg/graphics/filters/SVGFilterBuilder.cpp', |
3324 'svg/graphics/filters/SVGFilterBuilder.h', | 3324 'svg/graphics/filters/SVGFilterBuilder.h', |
3325 'svg/properties/SVGAnimatedProperty.cpp', | 3325 'svg/properties/SVGAnimatedProperty.cpp', |
3326 'svg/properties/SVGPropertyTearOff.cpp', | 3326 'svg/properties/SVGPropertyTearOff.cpp', |
3327 ], | 3327 ], |
| 3328 # FIXME: Add 'core_dictionary_idl_files' and |
| 3329 # 'generated_core_dictionary_files' variables. |
| 3330 # The variables should contain IDL dictionary files and generated files |
| 3331 'core_testing_dictionary_idl_files': [ |
| 3332 'testing/TestingDictionary.idl', |
| 3333 ], |
3328 'webcore_testing_idl_files': [ | 3334 'webcore_testing_idl_files': [ |
| 3335 #'testing/TestingDictionary.idl', |
| 3336 #'<@(core_testing_dictionary_idl_files)', |
| 3337 'testing/DictionaryTest.idl', |
3329 'testing/GarbageCollectedScriptWrappable.idl', | 3338 'testing/GarbageCollectedScriptWrappable.idl', |
3330 'testing/GCObservation.idl', | 3339 'testing/GCObservation.idl', |
3331 'testing/InternalProfilers.idl', | 3340 'testing/InternalProfilers.idl', |
3332 'testing/InternalSettings.idl', | 3341 'testing/InternalSettings.idl', |
3333 'testing/Internals.idl', | 3342 'testing/Internals.idl', |
3334 'testing/LayerRect.idl', | 3343 'testing/LayerRect.idl', |
3335 'testing/LayerRectList.idl', | 3344 'testing/LayerRectList.idl', |
3336 'testing/PrivateScriptTest.idl', | 3345 'testing/PrivateScriptTest.idl', |
3337 'testing/RefCountedScriptWrappable.idl', | 3346 'testing/RefCountedScriptWrappable.idl', |
3338 'testing/TypeConversions.idl', | 3347 'testing/TypeConversions.idl', |
3339 ], | 3348 ], |
3340 'webcore_testing_dependency_idl_files': [ | 3349 'webcore_testing_dependency_idl_files': [ |
3341 'testing/PartialPrivateScriptTest.idl', | 3350 'testing/PartialPrivateScriptTest.idl', |
3342 ], | 3351 ], |
3343 'generated_webcore_testing_idl_files': [ | 3352 'generated_webcore_testing_idl_files': [ |
3344 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', | 3353 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', |
3345 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', | 3354 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', |
3346 ], | 3355 ], |
| 3356 'generated_core_testing_dictionary_files': [ |
| 3357 '<(blink_core_output_dir)/testing/TestingDictionary.cpp', |
| 3358 '<(blink_core_output_dir)/testing/TestingDictionary.h', |
| 3359 ], |
3347 'webcore_testing_files': [ | 3360 'webcore_testing_files': [ |
| 3361 '<@(generated_core_testing_dictionary_files)', |
3348 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', | 3362 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', |
3349 '<(blink_core_output_dir)/InternalSettingsGenerated.h', | 3363 '<(blink_core_output_dir)/InternalSettingsGenerated.h', |
| 3364 'testing/DictionaryTest.cpp', |
| 3365 'testing/DictionaryTest.h', |
3350 'testing/DummyPageHolder.cpp', | 3366 'testing/DummyPageHolder.cpp', |
3351 'testing/DummyPageHolder.h', | 3367 'testing/DummyPageHolder.h', |
3352 'testing/GarbageCollectedScriptWrappable.cpp', | 3368 'testing/GarbageCollectedScriptWrappable.cpp', |
3353 'testing/GarbageCollectedScriptWrappable.h', | 3369 'testing/GarbageCollectedScriptWrappable.h', |
3354 'testing/GCObservation.cpp', | 3370 'testing/GCObservation.cpp', |
3355 'testing/GCObservation.h', | 3371 'testing/GCObservation.h', |
3356 'testing/InternalProfilers.cpp', | 3372 'testing/InternalProfilers.cpp', |
3357 'testing/InternalProfilers.h', | 3373 'testing/InternalProfilers.h', |
3358 'testing/InternalSettings.cpp', | 3374 'testing/InternalSettings.cpp', |
3359 'testing/InternalSettings.h', | 3375 'testing/InternalSettings.h', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3465 'rendering/shapes/BoxShapeTest.cpp', | 3481 'rendering/shapes/BoxShapeTest.cpp', |
3466 'rendering/style/OutlineValueTest.cpp', | 3482 'rendering/style/OutlineValueTest.cpp', |
3467 'testing/PrivateScriptTestTest.cpp', | 3483 'testing/PrivateScriptTestTest.cpp', |
3468 'streams/ReadableStreamTest.cpp', | 3484 'streams/ReadableStreamTest.cpp', |
3469 'testing/UnitTestHelpers.cpp', | 3485 'testing/UnitTestHelpers.cpp', |
3470 'testing/UnitTestHelpers.h', | 3486 'testing/UnitTestHelpers.h', |
3471 'xml/parser/SharedBufferReaderTest.cpp', | 3487 'xml/parser/SharedBufferReaderTest.cpp', |
3472 ], | 3488 ], |
3473 } | 3489 } |
3474 } | 3490 } |
OLD | NEW |