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

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

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'html/HTMLTableRowElement.idl', 229 'html/HTMLTableRowElement.idl',
230 'html/HTMLTableSectionElement.idl', 230 'html/HTMLTableSectionElement.idl',
231 'html/HTMLTemplateElement.idl', 231 'html/HTMLTemplateElement.idl',
232 'html/HTMLTextAreaElement.idl', 232 'html/HTMLTextAreaElement.idl',
233 'html/HTMLTitleElement.idl', 233 'html/HTMLTitleElement.idl',
234 'html/HTMLTrackElement.idl', 234 'html/HTMLTrackElement.idl',
235 'html/HTMLUListElement.idl', 235 'html/HTMLUListElement.idl',
236 'html/HTMLUnknownElement.idl', 236 'html/HTMLUnknownElement.idl',
237 'html/ImageData.idl', 237 'html/ImageData.idl',
238 'html/MediaError.idl', 238 'html/MediaError.idl',
239 'html/MediaKeyError.idl',
240 'html/MediaKeyEvent.idl',
241 'html/RadioNodeList.idl', 239 'html/RadioNodeList.idl',
242 'html/TextMetrics.idl', 240 'html/TextMetrics.idl',
243 'html/TimeRanges.idl', 241 'html/TimeRanges.idl',
244 'html/ValidityState.idl', 242 'html/ValidityState.idl',
245 'html/VoidCallback.idl', 243 'html/VoidCallback.idl',
246 'html/canvas/OffScreenCanvas.idl', 244 'html/canvas/OffScreenCanvas.idl',
247 'html/track/AudioTrack.idl', 245 'html/track/AudioTrack.idl',
248 'html/track/AudioTrackList.idl', 246 'html/track/AudioTrackList.idl',
249 'html/track/TextTrack.idl', 247 'html/track/TextTrack.idl',
250 'html/track/TextTrackCue.idl', 248 'html/track/TextTrackCue.idl',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'events/ProgressEvent.idl', 481 'events/ProgressEvent.idl',
484 'events/PromiseRejectionEvent.idl', 482 'events/PromiseRejectionEvent.idl',
485 'events/RelatedEvent.idl', 483 'events/RelatedEvent.idl',
486 'events/ResourceProgressEvent.idl', 484 'events/ResourceProgressEvent.idl',
487 'events/SecurityPolicyViolationEvent.idl', 485 'events/SecurityPolicyViolationEvent.idl',
488 'events/TextEvent.idl', 486 'events/TextEvent.idl',
489 'events/TouchEvent.idl', 487 'events/TouchEvent.idl',
490 'events/TransitionEvent.idl', 488 'events/TransitionEvent.idl',
491 'events/UIEvent.idl', 489 'events/UIEvent.idl',
492 'events/WheelEvent.idl', 490 'events/WheelEvent.idl',
493 'html/MediaKeyEvent.idl',
494 'html/track/TrackEvent.idl', 491 'html/track/TrackEvent.idl',
495 'svg/SVGZoomEvent.idl', 492 'svg/SVGZoomEvent.idl',
496 ], 493 ],
497 # IDL files that only have typedefs/enums. 494 # IDL files that only have typedefs/enums.
498 'core_typedefs_enums_only_idl_files': [ 495 'core_typedefs_enums_only_idl_files': [
499 'dom/CommonDefinitions.idl', 496 'dom/CommonDefinitions.idl',
500 'timing/DOMHighResTimeStamp.idl', 497 'timing/DOMHighResTimeStamp.idl',
501 'timing/PerformanceEntryList.idl', 498 'timing/PerformanceEntryList.idl',
502 ], 499 ],
503 'webcore_rendering_files': [ 500 'webcore_rendering_files': [
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 'html/LinkManifest.h', 2909 'html/LinkManifest.h',
2913 'html/LinkRelAttribute.cpp', 2910 'html/LinkRelAttribute.cpp',
2914 'html/LinkRelAttribute.h', 2911 'html/LinkRelAttribute.h',
2915 'html/LinkResource.cpp', 2912 'html/LinkResource.cpp',
2916 'html/LinkResource.h', 2913 'html/LinkResource.h',
2917 'html/MediaDocument.cpp', 2914 'html/MediaDocument.cpp',
2918 'html/MediaDocument.h', 2915 'html/MediaDocument.h',
2919 'html/MediaError.h', 2916 'html/MediaError.h',
2920 'html/MediaFragmentURIParser.cpp', 2917 'html/MediaFragmentURIParser.cpp',
2921 'html/MediaFragmentURIParser.h', 2918 'html/MediaFragmentURIParser.h',
2922 'html/MediaKeyError.h',
2923 'html/MediaKeyEvent.cpp',
2924 'html/MediaKeyEvent.h',
2925 'html/PluginDocument.cpp', 2919 'html/PluginDocument.cpp',
2926 'html/PluginDocument.h', 2920 'html/PluginDocument.h',
2927 'html/PublicURLManager.cpp', 2921 'html/PublicURLManager.cpp',
2928 'html/PublicURLManager.h', 2922 'html/PublicURLManager.h',
2929 'html/RadioNodeList.cpp', 2923 'html/RadioNodeList.cpp',
2930 'html/RadioNodeList.h', 2924 'html/RadioNodeList.h',
2931 'html/RelList.cpp', 2925 'html/RelList.cpp',
2932 'html/RelList.h', 2926 'html/RelList.h',
2933 'html/TextDocument.cpp', 2927 'html/TextDocument.cpp',
2934 'html/TextDocument.h', 2928 'html/TextDocument.h',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'events/SecurityPolicyViolationEventInit.idl', 3614 'events/SecurityPolicyViolationEventInit.idl',
3621 'events/TouchEventInit.idl', 3615 'events/TouchEventInit.idl',
3622 'events/TransitionEventInit.idl', 3616 'events/TransitionEventInit.idl',
3623 'events/UIEventInit.idl', 3617 'events/UIEventInit.idl',
3624 'events/WheelEventInit.idl', 3618 'events/WheelEventInit.idl',
3625 'fileapi/BlobPropertyBag.idl', 3619 'fileapi/BlobPropertyBag.idl',
3626 'fileapi/FilePropertyBag.idl', 3620 'fileapi/FilePropertyBag.idl',
3627 'frame/ScrollOptions.idl', 3621 'frame/ScrollOptions.idl',
3628 'frame/ScrollToOptions.idl', 3622 'frame/ScrollToOptions.idl',
3629 'html/AssignedNodesOptions.idl', 3623 'html/AssignedNodesOptions.idl',
3630 'html/MediaKeyEventInit.idl',
3631 'html/canvas/CanvasContextCreationAttributes.idl', 3624 'html/canvas/CanvasContextCreationAttributes.idl',
3632 'html/track/TrackEventInit.idl', 3625 'html/track/TrackEventInit.idl',
3633 'imagebitmap/ImageBitmapOptions.idl', 3626 'imagebitmap/ImageBitmapOptions.idl',
3634 'input/InputDeviceCapabilitiesInit.idl', 3627 'input/InputDeviceCapabilitiesInit.idl',
3635 'page/EventSourceInit.idl', 3628 'page/EventSourceInit.idl',
3636 'page/scrolling/ScrollStateInit.idl', 3629 'page/scrolling/ScrollStateInit.idl',
3637 'timing/PerformanceObserverInit.idl', 3630 'timing/PerformanceObserverInit.idl',
3638 ], 3631 ],
3639 'generated_core_dictionary_files': [ 3632 'generated_core_dictionary_files': [
3640 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp', 3633 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
3720 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp', 3713 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp',
3721 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h', 3714 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h',
3722 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp', 3715 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp',
3723 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h', 3716 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h',
3724 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3717 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3725 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3718 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3726 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp', 3719 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp',
3727 '<(blink_core_output_dir)/frame/ScrollToOptions.h', 3720 '<(blink_core_output_dir)/frame/ScrollToOptions.h',
3728 '<(blink_core_output_dir)/html/AssignedNodesOptions.cpp', 3721 '<(blink_core_output_dir)/html/AssignedNodesOptions.cpp',
3729 '<(blink_core_output_dir)/html/AssignedNodesOptions.h', 3722 '<(blink_core_output_dir)/html/AssignedNodesOptions.h',
3730 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp',
3731 '<(blink_core_output_dir)/html/MediaKeyEventInit.h',
3732 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp', 3723 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp',
3733 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h', 3724 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h',
3734 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp', 3725 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp',
3735 '<(blink_core_output_dir)/html/track/TrackEventInit.h', 3726 '<(blink_core_output_dir)/html/track/TrackEventInit.h',
3736 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.cpp', 3727 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.cpp',
3737 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.h', 3728 '<(blink_core_output_dir)/imagebitmap/ImageBitmapOptions.h',
3738 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp', 3729 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp',
3739 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h', 3730 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h',
3740 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3731 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3741 '<(blink_core_output_dir)/page/EventSourceInit.h', 3732 '<(blink_core_output_dir)/page/EventSourceInit.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
4022 'style/SVGComputedStyleTest.cpp', 4013 'style/SVGComputedStyleTest.cpp',
4023 'svg/SVGPathParserTest.cpp', 4014 'svg/SVGPathParserTest.cpp',
4024 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4015 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4025 'testing/PrivateScriptTestTest.cpp', 4016 'testing/PrivateScriptTestTest.cpp',
4026 'timing/MemoryInfoTest.cpp', 4017 'timing/MemoryInfoTest.cpp',
4027 'workers/WorkerThreadTest.cpp', 4018 'workers/WorkerThreadTest.cpp',
4028 'xml/parser/SharedBufferReaderTest.cpp', 4019 'xml/parser/SharedBufferReaderTest.cpp',
4029 ], 4020 ],
4030 } 4021 }
4031 } 4022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698