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

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

Issue 1154943009: bindings: Remove [EventConstructor] and [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp' , 3633 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp' ,
3634 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', 3634 '<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h',
3635 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp', 3635 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp',
3636 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h', 3636 '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h',
3637 '<(blink_core_output_dir)/events/CompositionEventInit.cpp', 3637 '<(blink_core_output_dir)/events/CompositionEventInit.cpp',
3638 '<(blink_core_output_dir)/events/CompositionEventInit.h', 3638 '<(blink_core_output_dir)/events/CompositionEventInit.h',
3639 '<(blink_core_output_dir)/events/CustomEventInit.cpp', 3639 '<(blink_core_output_dir)/events/CustomEventInit.cpp',
3640 '<(blink_core_output_dir)/events/CustomEventInit.h', 3640 '<(blink_core_output_dir)/events/CustomEventInit.h',
3641 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', 3641 '<(blink_core_output_dir)/events/ErrorEventInit.cpp',
3642 '<(blink_core_output_dir)/events/ErrorEventInit.h', 3642 '<(blink_core_output_dir)/events/ErrorEventInit.h',
3643 '<(blink_core_output_dir)/events/EventInitDictionary.cpp', 3643 '<(blink_core_output_dir)/events/EventInit.cpp',
3644 '<(blink_core_output_dir)/events/EventInitDictionary.h', 3644 '<(blink_core_output_dir)/events/EventInit.h',
3645 '<(blink_core_output_dir)/events/FocusEventInit.cpp', 3645 '<(blink_core_output_dir)/events/FocusEventInit.cpp',
3646 '<(blink_core_output_dir)/events/FocusEventInit.h', 3646 '<(blink_core_output_dir)/events/FocusEventInit.h',
3647 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp', 3647 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
3648 '<(blink_core_output_dir)/events/HashChangeEventInit.h', 3648 '<(blink_core_output_dir)/events/HashChangeEventInit.h',
3649 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp', 3649 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
3650 '<(blink_core_output_dir)/events/KeyboardEventInit.h', 3650 '<(blink_core_output_dir)/events/KeyboardEventInit.h',
3651 '<(blink_core_output_dir)/events/MessageEventInit.cpp', 3651 '<(blink_core_output_dir)/events/MessageEventInit.cpp',
3652 '<(blink_core_output_dir)/events/MessageEventInit.h', 3652 '<(blink_core_output_dir)/events/MessageEventInit.h',
3653 '<(blink_core_output_dir)/events/MouseEventInit.cpp', 3653 '<(blink_core_output_dir)/events/MouseEventInit.cpp',
3654 '<(blink_core_output_dir)/events/MouseEventInit.h', 3654 '<(blink_core_output_dir)/events/MouseEventInit.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3921 'style/ComputedStyleTest.cpp', 3921 'style/ComputedStyleTest.cpp',
3922 'style/OutlineValueTest.cpp', 3922 'style/OutlineValueTest.cpp',
3923 'style/SVGComputedStyleTest.cpp', 3923 'style/SVGComputedStyleTest.cpp',
3924 'testing/PrivateScriptTestTest.cpp', 3924 'testing/PrivateScriptTestTest.cpp',
3925 'timing/MemoryInfoTest.cpp', 3925 'timing/MemoryInfoTest.cpp',
3926 'workers/WorkerThreadTest.cpp', 3926 'workers/WorkerThreadTest.cpp',
3927 'xml/parser/SharedBufferReaderTest.cpp', 3927 'xml/parser/SharedBufferReaderTest.cpp',
3928 ], 3928 ],
3929 } 3929 }
3930 } 3930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698