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

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

Issue 1150183007: Re-land: bindings: Use MessageEventInit for MessageEvent constructor (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
« no previous file with comments | « Source/bindings/scripts/v8_dictionary.py ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3561 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'events/AnimationPlayerEventInit.idl', 3572 'events/AnimationPlayerEventInit.idl',
3573 'events/ApplicationCacheErrorEventInit.idl', 3573 'events/ApplicationCacheErrorEventInit.idl',
3574 'events/AutocompleteErrorEventInit.idl', 3574 'events/AutocompleteErrorEventInit.idl',
3575 'events/CompositionEventInit.idl', 3575 'events/CompositionEventInit.idl',
3576 'events/CustomEventInit.idl', 3576 'events/CustomEventInit.idl',
3577 'events/ErrorEventInit.idl', 3577 'events/ErrorEventInit.idl',
3578 'events/EventInit.idl', 3578 'events/EventInit.idl',
3579 'events/FocusEventInit.idl', 3579 'events/FocusEventInit.idl',
3580 'events/HashChangeEventInit.idl', 3580 'events/HashChangeEventInit.idl',
3581 'events/KeyboardEventInit.idl', 3581 'events/KeyboardEventInit.idl',
3582 'events/MessageEventInit.idl',
3582 'events/MouseEventInit.idl', 3583 'events/MouseEventInit.idl',
3583 'events/OverflowEventInit.idl', 3584 'events/OverflowEventInit.idl',
3584 'events/PageTransitionEventInit.idl', 3585 'events/PageTransitionEventInit.idl',
3585 'events/PointerEventInit.idl', 3586 'events/PointerEventInit.idl',
3586 'events/PopStateEventInit.idl', 3587 'events/PopStateEventInit.idl',
3587 'events/ProgressEventInit.idl', 3588 'events/ProgressEventInit.idl',
3588 'events/RelatedEventInit.idl', 3589 'events/RelatedEventInit.idl',
3589 'events/SecurityPolicyViolationEventInit.idl', 3590 'events/SecurityPolicyViolationEventInit.idl',
3590 'events/SharedKeyboardAndMouseEventInit.idl', 3591 'events/SharedKeyboardAndMouseEventInit.idl',
3591 'events/TransitionEventInit.idl', 3592 'events/TransitionEventInit.idl',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', 3636 '<(blink_core_output_dir)/events/ErrorEventInit.cpp',
3636 '<(blink_core_output_dir)/events/ErrorEventInit.h', 3637 '<(blink_core_output_dir)/events/ErrorEventInit.h',
3637 '<(blink_core_output_dir)/events/EventInitDictionary.cpp', 3638 '<(blink_core_output_dir)/events/EventInitDictionary.cpp',
3638 '<(blink_core_output_dir)/events/EventInitDictionary.h', 3639 '<(blink_core_output_dir)/events/EventInitDictionary.h',
3639 '<(blink_core_output_dir)/events/FocusEventInit.cpp', 3640 '<(blink_core_output_dir)/events/FocusEventInit.cpp',
3640 '<(blink_core_output_dir)/events/FocusEventInit.h', 3641 '<(blink_core_output_dir)/events/FocusEventInit.h',
3641 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp', 3642 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
3642 '<(blink_core_output_dir)/events/HashChangeEventInit.h', 3643 '<(blink_core_output_dir)/events/HashChangeEventInit.h',
3643 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp', 3644 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
3644 '<(blink_core_output_dir)/events/KeyboardEventInit.h', 3645 '<(blink_core_output_dir)/events/KeyboardEventInit.h',
3646 '<(blink_core_output_dir)/events/MessageEventInit.cpp',
3647 '<(blink_core_output_dir)/events/MessageEventInit.h',
3645 '<(blink_core_output_dir)/events/MouseEventInit.cpp', 3648 '<(blink_core_output_dir)/events/MouseEventInit.cpp',
3646 '<(blink_core_output_dir)/events/MouseEventInit.h', 3649 '<(blink_core_output_dir)/events/MouseEventInit.h',
3647 '<(blink_core_output_dir)/events/OverflowEventInit.cpp', 3650 '<(blink_core_output_dir)/events/OverflowEventInit.cpp',
3648 '<(blink_core_output_dir)/events/OverflowEventInit.h', 3651 '<(blink_core_output_dir)/events/OverflowEventInit.h',
3649 '<(blink_core_output_dir)/events/PageTransitionEventInit.cpp', 3652 '<(blink_core_output_dir)/events/PageTransitionEventInit.cpp',
3650 '<(blink_core_output_dir)/events/PageTransitionEventInit.h', 3653 '<(blink_core_output_dir)/events/PageTransitionEventInit.h',
3651 '<(blink_core_output_dir)/events/PointerEventInit.cpp', 3654 '<(blink_core_output_dir)/events/PointerEventInit.cpp',
3652 '<(blink_core_output_dir)/events/PointerEventInit.h', 3655 '<(blink_core_output_dir)/events/PointerEventInit.h',
3653 '<(blink_core_output_dir)/events/PopStateEventInit.cpp', 3656 '<(blink_core_output_dir)/events/PopStateEventInit.cpp',
3654 '<(blink_core_output_dir)/events/PopStateEventInit.h', 3657 '<(blink_core_output_dir)/events/PopStateEventInit.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
3911 'style/ComputedStyleTest.cpp', 3914 'style/ComputedStyleTest.cpp',
3912 'style/OutlineValueTest.cpp', 3915 'style/OutlineValueTest.cpp',
3913 'style/SVGComputedStyleTest.cpp', 3916 'style/SVGComputedStyleTest.cpp',
3914 'testing/PrivateScriptTestTest.cpp', 3917 'testing/PrivateScriptTestTest.cpp',
3915 'timing/MemoryInfoTest.cpp', 3918 'timing/MemoryInfoTest.cpp',
3916 'workers/WorkerThreadTest.cpp', 3919 'workers/WorkerThreadTest.cpp',
3917 'xml/parser/SharedBufferReaderTest.cpp', 3920 'xml/parser/SharedBufferReaderTest.cpp',
3918 ], 3921 ],
3919 } 3922 }
3920 } 3923 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/v8_dictionary.py ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698