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

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

Issue 1604853004: Rename slot.getDistributedNodes() to slot.getAssingedNodes({flatten: true}). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor Created 4 years, 11 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
3640 'events/RelatedEventInit.idl', 3640 'events/RelatedEventInit.idl',
3641 'events/SecurityPolicyViolationEventInit.idl', 3641 'events/SecurityPolicyViolationEventInit.idl',
3642 'events/TouchEventInit.idl', 3642 'events/TouchEventInit.idl',
3643 'events/TransitionEventInit.idl', 3643 'events/TransitionEventInit.idl',
3644 'events/UIEventInit.idl', 3644 'events/UIEventInit.idl',
3645 'events/WheelEventInit.idl', 3645 'events/WheelEventInit.idl',
3646 'fileapi/BlobPropertyBag.idl', 3646 'fileapi/BlobPropertyBag.idl',
3647 'fileapi/FilePropertyBag.idl', 3647 'fileapi/FilePropertyBag.idl',
3648 'frame/ScrollOptions.idl', 3648 'frame/ScrollOptions.idl',
3649 'frame/ScrollToOptions.idl', 3649 'frame/ScrollToOptions.idl',
3650 'html/AssignedNodesOptions.idl',
3650 'html/MediaKeyEventInit.idl', 3651 'html/MediaKeyEventInit.idl',
3651 'html/canvas/CanvasContextCreationAttributes.idl', 3652 'html/canvas/CanvasContextCreationAttributes.idl',
3652 'html/track/TrackEventInit.idl', 3653 'html/track/TrackEventInit.idl',
3653 'imagebitmap/ImageBitmapOptions.idl', 3654 'imagebitmap/ImageBitmapOptions.idl',
3654 'input/InputDeviceCapabilitiesInit.idl', 3655 'input/InputDeviceCapabilitiesInit.idl',
3655 'page/EventSourceInit.idl', 3656 'page/EventSourceInit.idl',
3656 'timing/PerformanceObserverInit.idl', 3657 'timing/PerformanceObserverInit.idl',
3657 ], 3658 ],
3658 'generated_core_dictionary_files': [ 3659 'generated_core_dictionary_files': [
3659 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp', 3660 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
3737 '<(blink_core_output_dir)/events/WheelEventInit.cpp', 3738 '<(blink_core_output_dir)/events/WheelEventInit.cpp',
3738 '<(blink_core_output_dir)/events/WheelEventInit.h', 3739 '<(blink_core_output_dir)/events/WheelEventInit.h',
3739 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp', 3740 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp',
3740 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h', 3741 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h',
3741 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp', 3742 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp',
3742 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h', 3743 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h',
3743 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3744 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3744 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3745 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3745 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp', 3746 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp',
3746 '<(blink_core_output_dir)/frame/ScrollToOptions.h', 3747 '<(blink_core_output_dir)/frame/ScrollToOptions.h',
3748 '<(blink_core_output_dir)/html/AssignedNodesOptions.cpp',
3749 '<(blink_core_output_dir)/html/AssignedNodesOptions.h',
3747 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp', 3750 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp',
3748 '<(blink_core_output_dir)/html/MediaKeyEventInit.h', 3751 '<(blink_core_output_dir)/html/MediaKeyEventInit.h',
3749 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp', 3752 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp',
3750 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h', 3753 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h',
3751 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp', 3754 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp',
3752 '<(blink_core_output_dir)/html/track/TrackEventInit.h', 3755 '<(blink_core_output_dir)/html/track/TrackEventInit.h',
3753 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.cpp', 3756 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.cpp',
3754 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.h', 3757 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.h',
3755 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp', 3758 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp',
3756 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h', 3759 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'style/SVGComputedStyleTest.cpp', 4027 'style/SVGComputedStyleTest.cpp',
4025 'svg/SVGPathParserTest.cpp', 4028 'svg/SVGPathParserTest.cpp',
4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4029 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4027 'testing/PrivateScriptTestTest.cpp', 4030 'testing/PrivateScriptTestTest.cpp',
4028 'timing/MemoryInfoTest.cpp', 4031 'timing/MemoryInfoTest.cpp',
4029 'workers/WorkerThreadTest.cpp', 4032 'workers/WorkerThreadTest.cpp',
4030 'xml/parser/SharedBufferReaderTest.cpp', 4033 'xml/parser/SharedBufferReaderTest.cpp',
4031 ], 4034 ],
4032 } 4035 }
4033 } 4036 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698