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

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

Issue 1313763002: Blink Plugins: Remove Shadow DOM Plugin Placeholder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'html/ImageData.idl', 217 'html/ImageData.idl',
218 'html/MediaController.idl', 218 'html/MediaController.idl',
219 'html/MediaError.idl', 219 'html/MediaError.idl',
220 'html/MediaKeyError.idl', 220 'html/MediaKeyError.idl',
221 'html/MediaKeyEvent.idl', 221 'html/MediaKeyEvent.idl',
222 'html/RadioNodeList.idl', 222 'html/RadioNodeList.idl',
223 'html/TextMetrics.idl', 223 'html/TextMetrics.idl',
224 'html/TimeRanges.idl', 224 'html/TimeRanges.idl',
225 'html/ValidityState.idl', 225 'html/ValidityState.idl',
226 'html/VoidCallback.idl', 226 'html/VoidCallback.idl',
227 'html/shadow/PluginPlaceholderElement.idl',
228 'html/track/AudioTrack.idl', 227 'html/track/AudioTrack.idl',
229 'html/track/AudioTrackList.idl', 228 'html/track/AudioTrackList.idl',
230 'html/track/TextTrack.idl', 229 'html/track/TextTrack.idl',
231 'html/track/TextTrackCue.idl', 230 'html/track/TextTrackCue.idl',
232 'html/track/TextTrackCueList.idl', 231 'html/track/TextTrackCueList.idl',
233 'html/track/TextTrackList.idl', 232 'html/track/TextTrackList.idl',
234 'html/track/TrackEvent.idl', 233 'html/track/TrackEvent.idl',
235 'html/track/VideoTrack.idl', 234 'html/track/VideoTrack.idl',
236 'html/track/VideoTrackList.idl', 235 'html/track/VideoTrackList.idl',
237 'html/track/vtt/VTTCue.idl', 236 'html/track/vtt/VTTCue.idl',
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'paint/ThemePainterMac.mm', 2007 'paint/ThemePainterMac.mm',
2009 'paint/ThemePainterMac.h', 2008 'paint/ThemePainterMac.h',
2010 'paint/Transform3DRecorder.cpp', 2009 'paint/Transform3DRecorder.cpp',
2011 'paint/Transform3DRecorder.h', 2010 'paint/Transform3DRecorder.h',
2012 'paint/TransformRecorder.cpp', 2011 'paint/TransformRecorder.cpp',
2013 'paint/TransformRecorder.h', 2012 'paint/TransformRecorder.h',
2014 'paint/VideoPainter.cpp', 2013 'paint/VideoPainter.cpp',
2015 'paint/VideoPainter.h', 2014 'paint/VideoPainter.h',
2016 'paint/ViewPainter.cpp', 2015 'paint/ViewPainter.cpp',
2017 'paint/ViewPainter.h', 2016 'paint/ViewPainter.h',
2018 'plugins/PluginPlaceholder.h',
2019 'plugins/PluginView.h', 2017 'plugins/PluginView.h',
2020 'plugins/testing/DictionaryPluginPlaceholder.h',
2021 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
2022 'streams/ReadableByteStream.cpp', 2018 'streams/ReadableByteStream.cpp',
2023 'streams/ReadableByteStream.h', 2019 'streams/ReadableByteStream.h',
2024 'streams/ReadableByteStreamReader.h', 2020 'streams/ReadableByteStreamReader.h',
2025 'streams/ReadableStream.cpp', 2021 'streams/ReadableStream.cpp',
2026 'streams/ReadableStream.h', 2022 'streams/ReadableStream.h',
2027 'streams/ReadableStreamImpl.h', 2023 'streams/ReadableStreamImpl.h',
2028 'streams/ReadableStreamReader.cpp', 2024 'streams/ReadableStreamReader.cpp',
2029 'streams/ReadableStreamReader.h', 2025 'streams/ReadableStreamReader.h',
2030 'streams/Stream.cpp', 2026 'streams/Stream.cpp',
2031 'streams/Stream.h', 2027 'streams/Stream.h',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 'html/shadow/MediaControlElementTypes.cpp', 2999 'html/shadow/MediaControlElementTypes.cpp',
3004 'html/shadow/MediaControlElementTypes.h', 3000 'html/shadow/MediaControlElementTypes.h',
3005 'html/shadow/MediaControlElements.cpp', 3001 'html/shadow/MediaControlElements.cpp',
3006 'html/shadow/MediaControlElements.h', 3002 'html/shadow/MediaControlElements.h',
3007 'html/shadow/MediaControls.cpp', 3003 'html/shadow/MediaControls.cpp',
3008 'html/shadow/MediaControls.h', 3004 'html/shadow/MediaControls.h',
3009 'html/shadow/MeterShadowElement.cpp', 3005 'html/shadow/MeterShadowElement.cpp',
3010 'html/shadow/MeterShadowElement.h', 3006 'html/shadow/MeterShadowElement.h',
3011 'html/shadow/PickerIndicatorElement.cpp', 3007 'html/shadow/PickerIndicatorElement.cpp',
3012 'html/shadow/PickerIndicatorElement.h', 3008 'html/shadow/PickerIndicatorElement.h',
3013 'html/shadow/PluginPlaceholderElement.cpp',
3014 'html/shadow/PluginPlaceholderElement.h',
3015 'html/shadow/ProgressShadowElement.cpp', 3009 'html/shadow/ProgressShadowElement.cpp',
3016 'html/shadow/ProgressShadowElement.h', 3010 'html/shadow/ProgressShadowElement.h',
3017 'html/shadow/ShadowElementNames.cpp', 3011 'html/shadow/ShadowElementNames.cpp',
3018 'html/shadow/ShadowElementNames.h', 3012 'html/shadow/ShadowElementNames.h',
3019 'html/shadow/SliderThumbElement.cpp', 3013 'html/shadow/SliderThumbElement.cpp',
3020 'html/shadow/SliderThumbElement.h', 3014 'html/shadow/SliderThumbElement.h',
3021 'html/shadow/SpinButtonElement.cpp', 3015 'html/shadow/SpinButtonElement.cpp',
3022 'html/shadow/SpinButtonElement.h', 3016 'html/shadow/SpinButtonElement.h',
3023 'html/shadow/TextControlInnerElements.cpp', 3017 'html/shadow/TextControlInnerElements.cpp',
3024 'html/shadow/TextControlInnerElements.h', 3018 'html/shadow/TextControlInnerElements.h',
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
3851 'style/OutlineValueTest.cpp', 3845 'style/OutlineValueTest.cpp',
3852 'style/SVGComputedStyleTest.cpp', 3846 'style/SVGComputedStyleTest.cpp',
3853 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3847 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3854 'testing/PrivateScriptTestTest.cpp', 3848 'testing/PrivateScriptTestTest.cpp',
3855 'timing/MemoryInfoTest.cpp', 3849 'timing/MemoryInfoTest.cpp',
3856 'workers/WorkerThreadTest.cpp', 3850 'workers/WorkerThreadTest.cpp',
3857 'xml/parser/SharedBufferReaderTest.cpp', 3851 'xml/parser/SharedBufferReaderTest.cpp',
3858 ], 3852 ],
3859 } 3853 }
3860 } 3854 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698