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

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: merge origin/master Created 5 years, 3 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'html/ImageData.idl', 220 'html/ImageData.idl',
221 'html/MediaController.idl', 221 'html/MediaController.idl',
222 'html/MediaError.idl', 222 'html/MediaError.idl',
223 'html/MediaKeyError.idl', 223 'html/MediaKeyError.idl',
224 'html/MediaKeyEvent.idl', 224 'html/MediaKeyEvent.idl',
225 'html/RadioNodeList.idl', 225 'html/RadioNodeList.idl',
226 'html/TextMetrics.idl', 226 'html/TextMetrics.idl',
227 'html/TimeRanges.idl', 227 'html/TimeRanges.idl',
228 'html/ValidityState.idl', 228 'html/ValidityState.idl',
229 'html/VoidCallback.idl', 229 'html/VoidCallback.idl',
230 'html/shadow/PluginPlaceholderElement.idl',
231 'html/track/AudioTrack.idl', 230 'html/track/AudioTrack.idl',
232 'html/track/AudioTrackList.idl', 231 'html/track/AudioTrackList.idl',
233 'html/track/TextTrack.idl', 232 'html/track/TextTrack.idl',
234 'html/track/TextTrackCue.idl', 233 'html/track/TextTrackCue.idl',
235 'html/track/TextTrackCueList.idl', 234 'html/track/TextTrackCueList.idl',
236 'html/track/TextTrackList.idl', 235 'html/track/TextTrackList.idl',
237 'html/track/TrackEvent.idl', 236 'html/track/TrackEvent.idl',
238 'html/track/VideoTrack.idl', 237 'html/track/VideoTrack.idl',
239 'html/track/VideoTrackList.idl', 238 'html/track/VideoTrackList.idl',
240 'html/track/vtt/VTTCue.idl', 239 'html/track/vtt/VTTCue.idl',
(...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 'paint/ThemePainterMac.mm', 2008 'paint/ThemePainterMac.mm',
2010 'paint/ThemePainterMac.h', 2009 'paint/ThemePainterMac.h',
2011 'paint/Transform3DRecorder.cpp', 2010 'paint/Transform3DRecorder.cpp',
2012 'paint/Transform3DRecorder.h', 2011 'paint/Transform3DRecorder.h',
2013 'paint/TransformRecorder.cpp', 2012 'paint/TransformRecorder.cpp',
2014 'paint/TransformRecorder.h', 2013 'paint/TransformRecorder.h',
2015 'paint/VideoPainter.cpp', 2014 'paint/VideoPainter.cpp',
2016 'paint/VideoPainter.h', 2015 'paint/VideoPainter.h',
2017 'paint/ViewPainter.cpp', 2016 'paint/ViewPainter.cpp',
2018 'paint/ViewPainter.h', 2017 'paint/ViewPainter.h',
2019 'plugins/PluginPlaceholder.h',
2020 'plugins/PluginView.h', 2018 'plugins/PluginView.h',
2021 'plugins/testing/DictionaryPluginPlaceholder.h',
2022 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
2023 'streams/ReadableByteStream.cpp', 2019 'streams/ReadableByteStream.cpp',
2024 'streams/ReadableByteStream.h', 2020 'streams/ReadableByteStream.h',
2025 'streams/ReadableByteStreamReader.h', 2021 'streams/ReadableByteStreamReader.h',
2026 'streams/ReadableStream.cpp', 2022 'streams/ReadableStream.cpp',
2027 'streams/ReadableStream.h', 2023 'streams/ReadableStream.h',
2028 'streams/ReadableStreamImpl.h', 2024 'streams/ReadableStreamImpl.h',
2029 'streams/ReadableStreamReader.cpp', 2025 'streams/ReadableStreamReader.cpp',
2030 'streams/ReadableStreamReader.h', 2026 'streams/ReadableStreamReader.h',
2031 'streams/Stream.cpp', 2027 'streams/Stream.cpp',
2032 'streams/Stream.h', 2028 'streams/Stream.h',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 'html/shadow/MediaControlElementTypes.cpp', 3005 'html/shadow/MediaControlElementTypes.cpp',
3010 'html/shadow/MediaControlElementTypes.h', 3006 'html/shadow/MediaControlElementTypes.h',
3011 'html/shadow/MediaControlElements.cpp', 3007 'html/shadow/MediaControlElements.cpp',
3012 'html/shadow/MediaControlElements.h', 3008 'html/shadow/MediaControlElements.h',
3013 'html/shadow/MediaControls.cpp', 3009 'html/shadow/MediaControls.cpp',
3014 'html/shadow/MediaControls.h', 3010 'html/shadow/MediaControls.h',
3015 'html/shadow/MeterShadowElement.cpp', 3011 'html/shadow/MeterShadowElement.cpp',
3016 'html/shadow/MeterShadowElement.h', 3012 'html/shadow/MeterShadowElement.h',
3017 'html/shadow/PickerIndicatorElement.cpp', 3013 'html/shadow/PickerIndicatorElement.cpp',
3018 'html/shadow/PickerIndicatorElement.h', 3014 'html/shadow/PickerIndicatorElement.h',
3019 'html/shadow/PluginPlaceholderElement.cpp',
3020 'html/shadow/PluginPlaceholderElement.h',
3021 'html/shadow/ProgressShadowElement.cpp', 3015 'html/shadow/ProgressShadowElement.cpp',
3022 'html/shadow/ProgressShadowElement.h', 3016 'html/shadow/ProgressShadowElement.h',
3023 'html/shadow/ShadowElementNames.cpp', 3017 'html/shadow/ShadowElementNames.cpp',
3024 'html/shadow/ShadowElementNames.h', 3018 'html/shadow/ShadowElementNames.h',
3025 'html/shadow/SliderThumbElement.cpp', 3019 'html/shadow/SliderThumbElement.cpp',
3026 'html/shadow/SliderThumbElement.h', 3020 'html/shadow/SliderThumbElement.h',
3027 'html/shadow/SpinButtonElement.cpp', 3021 'html/shadow/SpinButtonElement.cpp',
3028 'html/shadow/SpinButtonElement.h', 3022 'html/shadow/SpinButtonElement.h',
3029 'html/shadow/TextControlInnerElements.cpp', 3023 'html/shadow/TextControlInnerElements.cpp',
3030 'html/shadow/TextControlInnerElements.h', 3024 'html/shadow/TextControlInnerElements.h',
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3859 'style/OutlineValueTest.cpp', 3853 'style/OutlineValueTest.cpp',
3860 'style/SVGComputedStyleTest.cpp', 3854 'style/SVGComputedStyleTest.cpp',
3861 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3862 'testing/PrivateScriptTestTest.cpp', 3856 'testing/PrivateScriptTestTest.cpp',
3863 'timing/MemoryInfoTest.cpp', 3857 'timing/MemoryInfoTest.cpp',
3864 'workers/WorkerThreadTest.cpp', 3858 'workers/WorkerThreadTest.cpp',
3865 'xml/parser/SharedBufferReaderTest.cpp', 3859 'xml/parser/SharedBufferReaderTest.cpp',
3866 ], 3860 ],
3867 } 3861 }
3868 } 3862 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698