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

Unified Diff: Source/core/core.gypi

Issue 522783002: Add a custom element to own structure of shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5344c0569b9165e3f6d239e86e8e1d4531e4a594..72947ac92aa53490dbf76e5649ee7921559345a5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -267,6 +267,7 @@
'html/canvas/WebGLUniformLocation.idl',
'html/canvas/WebGLVertexArrayObjectOES.idl',
'html/ime/InputMethodContext.idl',
+ 'html/shadow/PluginPlaceholderElement.idl',
'html/track/AudioTrack.idl',
'html/track/AudioTrackList.idl',
'html/track/TextTrack.idl',
@@ -2831,6 +2832,8 @@
'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',
« 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