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

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: GYP 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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'page/WindowPagePopup.idl', 481 'page/WindowPagePopup.idl',
482 'svg/SVGDocument.idl', 482 'svg/SVGDocument.idl',
483 'svg/SVGFilterPrimitiveStandardAttributes.idl', 483 'svg/SVGFilterPrimitiveStandardAttributes.idl',
484 'svg/SVGFitToViewBox.idl', 484 'svg/SVGFitToViewBox.idl',
485 'svg/SVGTests.idl', 485 'svg/SVGTests.idl',
486 'svg/SVGURIReference.idl', 486 'svg/SVGURIReference.idl',
487 'svg/SVGZoomAndPan.idl', 487 'svg/SVGZoomAndPan.idl',
488 'workers/AbstractWorker.idl', 488 'workers/AbstractWorker.idl',
489 'xml/DocumentXPathEvaluator.idl', 489 'xml/DocumentXPathEvaluator.idl',
490 ], 490 ],
491 'core_dictionary_idl_files': [
492 'css/FontFaceDescriptors.idl',
493 ],
491 # interfaces that inherit from Event, including Event itself 494 # interfaces that inherit from Event, including Event itself
492 'core_event_idl_files': [ 495 'core_event_idl_files': [
493 'css/CSSFontFaceLoadEvent.idl', 496 'css/CSSFontFaceLoadEvent.idl',
494 'events/AnimationPlayerEvent.idl', 497 'events/AnimationPlayerEvent.idl',
495 'events/ApplicationCacheErrorEvent.idl', 498 'events/ApplicationCacheErrorEvent.idl',
496 'events/AutocompleteErrorEvent.idl', 499 'events/AutocompleteErrorEvent.idl',
497 'events/BeforeUnloadEvent.idl', 500 'events/BeforeUnloadEvent.idl',
498 'events/CompositionEvent.idl', 501 'events/CompositionEvent.idl',
499 'events/CustomEvent.idl', 502 'events/CustomEvent.idl',
500 'events/ErrorEvent.idl', 503 'events/ErrorEvent.idl',
(...skipping 2813 matching lines...) Expand 10 before | Expand all | Expand 10 after
3314 'testing/LayerRectList.idl', 3317 'testing/LayerRectList.idl',
3315 'testing/MallocStatistics.idl', 3318 'testing/MallocStatistics.idl',
3316 'testing/PrivateScriptTest.idl', 3319 'testing/PrivateScriptTest.idl',
3317 'testing/RefCountedScriptWrappable.idl', 3320 'testing/RefCountedScriptWrappable.idl',
3318 'testing/TypeConversions.idl', 3321 'testing/TypeConversions.idl',
3319 ], 3322 ],
3320 'generated_webcore_testing_idl_files': [ 3323 'generated_webcore_testing_idl_files': [
3321 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3324 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3322 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3325 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3323 ], 3326 ],
3327 'generated_core_dictionary_files': [
3328 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3329 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3330 ],
3324 'webcore_testing_files': [ 3331 'webcore_testing_files': [
3325 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3332 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3326 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3333 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3327 'testing/DummyPageHolder.cpp', 3334 'testing/DummyPageHolder.cpp',
3328 'testing/DummyPageHolder.h', 3335 'testing/DummyPageHolder.h',
3329 'testing/GarbageCollectedScriptWrappable.cpp', 3336 'testing/GarbageCollectedScriptWrappable.cpp',
3330 'testing/GarbageCollectedScriptWrappable.h', 3337 'testing/GarbageCollectedScriptWrappable.h',
3331 'testing/GCObservation.cpp', 3338 'testing/GCObservation.cpp',
3332 'testing/GCObservation.h', 3339 'testing/GCObservation.h',
3333 'testing/InternalProfilers.cpp', 3340 'testing/InternalProfilers.cpp',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 'rendering/RenderTableRowTest.cpp', 3448 'rendering/RenderTableRowTest.cpp',
3442 'rendering/shapes/BoxShapeTest.cpp', 3449 'rendering/shapes/BoxShapeTest.cpp',
3443 'testing/PrivateScriptTestTest.cpp', 3450 'testing/PrivateScriptTestTest.cpp',
3444 'streams/ReadableStreamTest.cpp', 3451 'streams/ReadableStreamTest.cpp',
3445 'testing/UnitTestHelpers.cpp', 3452 'testing/UnitTestHelpers.cpp',
3446 'testing/UnitTestHelpers.h', 3453 'testing/UnitTestHelpers.h',
3447 'xml/parser/SharedBufferReaderTest.cpp', 3454 'xml/parser/SharedBufferReaderTest.cpp',
3448 ], 3455 ],
3449 } 3456 }
3450 } 3457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698