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 1130763006: IDL: Add any support to IDL dictionary and use it in CustomEventInit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3550 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'css/FontFaceDescriptors.idl', 3561 'css/FontFaceDescriptors.idl',
3562 'css/MediaQueryListEventInit.idl', 3562 'css/MediaQueryListEventInit.idl',
3563 'dom/DOMPointInit.idl', 3563 'dom/DOMPointInit.idl',
3564 'dom/ElementRegistrationOptions.idl', 3564 'dom/ElementRegistrationOptions.idl',
3565 'dom/MutationObserverInit.idl', 3565 'dom/MutationObserverInit.idl',
3566 'events/AnimationEventInit.idl', 3566 'events/AnimationEventInit.idl',
3567 'events/AnimationPlayerEventInit.idl', 3567 'events/AnimationPlayerEventInit.idl',
3568 'events/ApplicationCacheErrorEventInit.idl', 3568 'events/ApplicationCacheErrorEventInit.idl',
3569 'events/AutocompleteErrorEventInit.idl', 3569 'events/AutocompleteErrorEventInit.idl',
3570 'events/CompositionEventInit.idl', 3570 'events/CompositionEventInit.idl',
3571 'events/CustomEventInit.idl',
3571 'events/EventInit.idl', 3572 'events/EventInit.idl',
3572 'events/FocusEventInit.idl', 3573 'events/FocusEventInit.idl',
3573 'events/HashChangeEventInit.idl', 3574 'events/HashChangeEventInit.idl',
3574 'events/KeyboardEventInit.idl', 3575 'events/KeyboardEventInit.idl',
3575 'events/MouseEventInit.idl', 3576 'events/MouseEventInit.idl',
3576 'events/OverflowEventInit.idl', 3577 'events/OverflowEventInit.idl',
3577 'events/PageTransitionEventInit.idl', 3578 'events/PageTransitionEventInit.idl',
3578 'events/PointerEventInit.idl', 3579 'events/PointerEventInit.idl',
3579 'events/ProgressEventInit.idl', 3580 'events/ProgressEventInit.idl',
3580 'events/RelatedEventInit.idl', 3581 'events/RelatedEventInit.idl',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 '<(blink_core_output_dir)/events/AnimationEventInit.cpp', 3616 '<(blink_core_output_dir)/events/AnimationEventInit.cpp',
3616 '<(blink_core_output_dir)/events/AnimationEventInit.h', 3617 '<(blink_core_output_dir)/events/AnimationEventInit.h',
3617 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp', 3618 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp',
3618 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', 3619 '<(blink_core_output_dir)/events/AnimationPlayerEventInit.h',
3619 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp' , 3620 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp' ,
3620 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', 3621 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h',
3621 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp', 3622 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp',
3622 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h', 3623 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h',
3623 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', 3624 '<(blink_core_output_dir)/events/CompositionEventInit.cpp',
3624 '<(blink_core_output_dir)/events/CompositionEventInit.h', 3625 '<(blink_core_output_dir)/events/CompositionEventInit.h',
3626 '<(blink_core_output_dir)/events/CustomEventInit.cpp',
3627 '<(blink_core_output_dir)/events/CustomEventInit.h',
3625 '<(blink_core_output_dir)/events/EventInitDictionary.cpp', 3628 '<(blink_core_output_dir)/events/EventInitDictionary.cpp',
3626 '<(blink_core_output_dir)/events/EventInitDictionary.h', 3629 '<(blink_core_output_dir)/events/EventInitDictionary.h',
3627 '<(blink_core_output_dir)/events/FocusEventInit.cpp', 3630 '<(blink_core_output_dir)/events/FocusEventInit.cpp',
3628 '<(blink_core_output_dir)/events/FocusEventInit.h', 3631 '<(blink_core_output_dir)/events/FocusEventInit.h',
3629 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp', 3632 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
3630 '<(blink_core_output_dir)/events/HashChangeEventInit.h', 3633 '<(blink_core_output_dir)/events/HashChangeEventInit.h',
3631 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp', 3634 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
3632 '<(blink_core_output_dir)/events/KeyboardEventInit.h', 3635 '<(blink_core_output_dir)/events/KeyboardEventInit.h',
3633 '<(blink_core_output_dir)/events/MouseEventInit.cpp', 3636 '<(blink_core_output_dir)/events/MouseEventInit.cpp',
3634 '<(blink_core_output_dir)/events/MouseEventInit.h', 3637 '<(blink_core_output_dir)/events/MouseEventInit.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 'style/ComputedStyleTest.cpp', 3897 'style/ComputedStyleTest.cpp',
3895 'style/OutlineValueTest.cpp', 3898 'style/OutlineValueTest.cpp',
3896 'style/SVGComputedStyleTest.cpp', 3899 'style/SVGComputedStyleTest.cpp',
3897 'testing/PrivateScriptTestTest.cpp', 3900 'testing/PrivateScriptTestTest.cpp',
3898 'timing/MemoryInfoTest.cpp', 3901 'timing/MemoryInfoTest.cpp',
3899 'workers/WorkerThreadTest.cpp', 3902 'workers/WorkerThreadTest.cpp',
3900 'xml/parser/SharedBufferReaderTest.cpp', 3903 'xml/parser/SharedBufferReaderTest.cpp',
3901 ], 3904 ],
3902 } 3905 }
3903 } 3906 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionary.cpp ('k') | Source/core/events/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698