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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 31c446aad1f251c185915b4642ee2e07f1b8bff5..81cb2f7963a294e12cf2c9bb3ab97128b075ed4b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -224,7 +224,6 @@
'html/TimeRanges.idl',
'html/ValidityState.idl',
'html/VoidCallback.idl',
- 'html/shadow/PluginPlaceholderElement.idl',
'html/track/AudioTrack.idl',
'html/track/AudioTrackList.idl',
'html/track/TextTrack.idl',
@@ -2015,10 +2014,7 @@
'paint/VideoPainter.h',
'paint/ViewPainter.cpp',
'paint/ViewPainter.h',
- 'plugins/PluginPlaceholder.h',
'plugins/PluginView.h',
- 'plugins/testing/DictionaryPluginPlaceholder.h',
- 'plugins/testing/DocumentFragmentPluginPlaceholder.h',
'streams/ReadableByteStream.cpp',
'streams/ReadableByteStream.h',
'streams/ReadableByteStreamReader.h',
@@ -3010,8 +3006,6 @@
'html/shadow/MeterShadowElement.h',
'html/shadow/PickerIndicatorElement.cpp',
'html/shadow/PickerIndicatorElement.h',
- 'html/shadow/PluginPlaceholderElement.cpp',
- 'html/shadow/PluginPlaceholderElement.h',
'html/shadow/ProgressShadowElement.cpp',
'html/shadow/ProgressShadowElement.h',
'html/shadow/ShadowElementNames.cpp',

Powered by Google App Engine
This is Rietveld 408576698