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

Unified Diff: Source/core/core.gypi

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests 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 1d72f9e3f010a4f6f7e4b2b6105b0166eaeeb566..cad927955ac90efddeb5f27a54b9cc3ed43db456 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -141,7 +141,6 @@
'html/FormData.idl',
'html/HTMLAllCollection.idl',
'html/HTMLAnchorElement.idl',
- 'html/HTMLAppletElement.idl',
'html/HTMLAreaElement.idl',
'html/HTMLAudioElement.idl',
'html/HTMLBRElement.idl',
@@ -545,8 +544,6 @@
'layout/LayoutDeprecatedFlexibleBox.h',
'layout/LayoutAnalyzer.cpp',
'layout/LayoutAnalyzer.h',
- 'layout/LayoutApplet.cpp',
- 'layout/LayoutApplet.h',
'layout/LayoutBlock.cpp',
'layout/LayoutBlockFlow.cpp',
'layout/LayoutBlockFlowLine.cpp',
@@ -2602,7 +2599,6 @@
'html/HTMLAllCollection.h',
'html/HTMLAnchorElement.cpp',
'html/HTMLAnchorElement.h',
- 'html/HTMLAppletElement.cpp',
'html/HTMLAreaElement.cpp',
'html/HTMLAreaElement.h',
'html/HTMLAudioElement.cpp',

Powered by Google App Engine
This is Rietveld 408576698