| 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 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3315 'svg/graphics/SVGImageForContainer.h', | 3315 'svg/graphics/SVGImageForContainer.h', |
| 3316 'svg/graphics/filters/SVGFEImage.cpp', | 3316 'svg/graphics/filters/SVGFEImage.cpp', |
| 3317 'svg/graphics/filters/SVGFEImage.h', | 3317 'svg/graphics/filters/SVGFEImage.h', |
| 3318 'svg/graphics/filters/SVGFilter.cpp', | 3318 'svg/graphics/filters/SVGFilter.cpp', |
| 3319 'svg/graphics/filters/SVGFilter.h', | 3319 'svg/graphics/filters/SVGFilter.h', |
| 3320 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3320 'svg/graphics/filters/SVGFilterBuilder.cpp', |
| 3321 'svg/graphics/filters/SVGFilterBuilder.h', | 3321 'svg/graphics/filters/SVGFilterBuilder.h', |
| 3322 'svg/properties/SVGAnimatedProperty.cpp', | 3322 'svg/properties/SVGAnimatedProperty.cpp', |
| 3323 'svg/properties/SVGPropertyTearOff.cpp', | 3323 'svg/properties/SVGPropertyTearOff.cpp', |
| 3324 ], | 3324 ], |
| 3325 # FIXME: http://crbug.com/403150 | 3325 'core_dictionary_idl_files': [ |
| 3326 # Add 'core_dictionary_idl_files' and | 3326 'css/FontFaceDescriptors.idl', |
| 3327 # 'generated_core_dictionary_files' variables. | 3327 ], |
| 3328 # The variables should contain IDL dictionary files and generated files | 3328 'generated_core_dictionary_files': [ |
| 3329 # They would look like below: | 3329 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', |
| 3330 # 'core_dictionary_idl_files': [ | 3330 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', |
| 3331 # 'css/FontFaceDescriptors.idl', | 3331 ], |
| 3332 # ], | |
| 3333 # 'generated_core_dictionary_files': [ | |
| 3334 # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', | |
| 3335 # '<(blink_core_output_dir)/css/FontFaceDescriptors.h', | |
| 3336 # ], | |
| 3337 'core_testing_dictionary_idl_files': [ | 3332 'core_testing_dictionary_idl_files': [ |
| 3338 'testing/TestingDictionary.idl', | 3333 'testing/TestingDictionary.idl', |
| 3339 ], | 3334 ], |
| 3340 'webcore_testing_idl_files': [ | 3335 'webcore_testing_idl_files': [ |
| 3341 'testing/DictionaryTest.idl', | 3336 'testing/DictionaryTest.idl', |
| 3342 'testing/GarbageCollectedScriptWrappable.idl', | 3337 'testing/GarbageCollectedScriptWrappable.idl', |
| 3343 'testing/GCObservation.idl', | 3338 'testing/GCObservation.idl', |
| 3344 'testing/InternalProfilers.idl', | 3339 'testing/InternalProfilers.idl', |
| 3345 'testing/InternalSettings.idl', | 3340 'testing/InternalSettings.idl', |
| 3346 'testing/Internals.idl', | 3341 'testing/Internals.idl', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3488 'rendering/shapes/BoxShapeTest.cpp', | 3483 'rendering/shapes/BoxShapeTest.cpp', |
| 3489 'rendering/style/OutlineValueTest.cpp', | 3484 'rendering/style/OutlineValueTest.cpp', |
| 3490 'testing/PrivateScriptTestTest.cpp', | 3485 'testing/PrivateScriptTestTest.cpp', |
| 3491 'streams/ReadableStreamTest.cpp', | 3486 'streams/ReadableStreamTest.cpp', |
| 3492 'testing/UnitTestHelpers.cpp', | 3487 'testing/UnitTestHelpers.cpp', |
| 3493 'testing/UnitTestHelpers.h', | 3488 'testing/UnitTestHelpers.h', |
| 3494 'xml/parser/SharedBufferReaderTest.cpp', | 3489 'xml/parser/SharedBufferReaderTest.cpp', |
| 3495 ], | 3490 ], |
| 3496 } | 3491 } |
| 3497 } | 3492 } |
| OLD | NEW |