Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Side by Side Diff: Source/core/core.gypi

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3296 'svg/graphics/SVGImageForContainer.h', 3296 'svg/graphics/SVGImageForContainer.h',
3297 'svg/graphics/filters/SVGFEImage.cpp', 3297 'svg/graphics/filters/SVGFEImage.cpp',
3298 'svg/graphics/filters/SVGFEImage.h', 3298 'svg/graphics/filters/SVGFEImage.h',
3299 'svg/graphics/filters/SVGFilter.cpp', 3299 'svg/graphics/filters/SVGFilter.cpp',
3300 'svg/graphics/filters/SVGFilter.h', 3300 'svg/graphics/filters/SVGFilter.h',
3301 'svg/graphics/filters/SVGFilterBuilder.cpp', 3301 'svg/graphics/filters/SVGFilterBuilder.cpp',
3302 'svg/graphics/filters/SVGFilterBuilder.h', 3302 'svg/graphics/filters/SVGFilterBuilder.h',
3303 'svg/properties/SVGAnimatedProperty.cpp', 3303 'svg/properties/SVGAnimatedProperty.cpp',
3304 'svg/properties/SVGPropertyTearOff.cpp', 3304 'svg/properties/SVGPropertyTearOff.cpp',
3305 ], 3305 ],
3306 # FIXME: Add 'core_dictionary_idl_files' and
3307 # 'generated_core_dictionary_files' variables.
3308 # The variables should contain IDL dictionary files and generated files
3309 'core_testing_dictionary_idl_files': [
3310 'testing/TestingDictionary.idl',
3311 ],
3306 'webcore_testing_idl_files': [ 3312 'webcore_testing_idl_files': [
3313 #'testing/TestingDictionary.idl',
3314 #'<@(core_testing_dictionary_idl_files)',
3315 'testing/DictionaryTest.idl',
3307 'testing/GarbageCollectedScriptWrappable.idl', 3316 'testing/GarbageCollectedScriptWrappable.idl',
3308 'testing/GCObservation.idl', 3317 'testing/GCObservation.idl',
3309 'testing/InternalProfilers.idl', 3318 'testing/InternalProfilers.idl',
3310 'testing/InternalSettings.idl', 3319 'testing/InternalSettings.idl',
3311 'testing/Internals.idl', 3320 'testing/Internals.idl',
3312 'testing/LayerRect.idl', 3321 'testing/LayerRect.idl',
3313 'testing/LayerRectList.idl', 3322 'testing/LayerRectList.idl',
3314 'testing/MallocStatistics.idl', 3323 'testing/MallocStatistics.idl',
3315 'testing/PrivateScriptTest.idl', 3324 'testing/PrivateScriptTest.idl',
3316 'testing/RefCountedScriptWrappable.idl', 3325 'testing/RefCountedScriptWrappable.idl',
3317 'testing/TypeConversions.idl', 3326 'testing/TypeConversions.idl',
3318 ], 3327 ],
3319 'generated_webcore_testing_idl_files': [ 3328 'generated_webcore_testing_idl_files': [
3320 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3329 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3321 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3330 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3322 ], 3331 ],
3332 'generated_core_testing_dictionary_files': [
3333 '<(blink_core_output_dir)/testing/TestingDictionary.cpp',
3334 '<(blink_core_output_dir)/testing/TestingDictionary.h',
3335 ],
3323 'webcore_testing_files': [ 3336 'webcore_testing_files': [
3337 '<@(generated_core_testing_dictionary_files)',
3324 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3338 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3325 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3339 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3340 'testing/DictionaryTest.cpp',
3341 'testing/DictionaryTest.h',
3326 'testing/DummyPageHolder.cpp', 3342 'testing/DummyPageHolder.cpp',
3327 'testing/DummyPageHolder.h', 3343 'testing/DummyPageHolder.h',
3328 'testing/GarbageCollectedScriptWrappable.cpp', 3344 'testing/GarbageCollectedScriptWrappable.cpp',
3329 'testing/GarbageCollectedScriptWrappable.h', 3345 'testing/GarbageCollectedScriptWrappable.h',
3330 'testing/GCObservation.cpp', 3346 'testing/GCObservation.cpp',
3331 'testing/GCObservation.h', 3347 'testing/GCObservation.h',
3332 'testing/InternalProfilers.cpp', 3348 'testing/InternalProfilers.cpp',
3333 'testing/InternalProfilers.h', 3349 'testing/InternalProfilers.h',
3334 'testing/InternalSettings.cpp', 3350 'testing/InternalSettings.cpp',
3335 'testing/InternalSettings.h', 3351 'testing/InternalSettings.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableRowTest.cpp', 3456 'rendering/RenderTableRowTest.cpp',
3441 'rendering/shapes/BoxShapeTest.cpp', 3457 'rendering/shapes/BoxShapeTest.cpp',
3442 'testing/PrivateScriptTestTest.cpp', 3458 'testing/PrivateScriptTestTest.cpp',
3443 'streams/ReadableStreamTest.cpp', 3459 'streams/ReadableStreamTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3460 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3461 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3462 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3463 ],
3448 } 3464 }
3449 } 3465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698