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

Unified Diff: Source/core/core.gypi

Issue 419213002: [Not for review] Implement a <blink> tag in Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 b1eec4ef2343d344d21fbcff9ee27a7cb80f2edc..b96777e2bcbe5b13ef2900050dda93893813d481 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -142,6 +142,7 @@
'html/HTMLAudioElement.idl',
'html/HTMLBRElement.idl',
'html/HTMLBaseElement.idl',
+ 'html/HTMLBlinkElement.idl',
'html/HTMLBodyElement.idl',
'html/HTMLButtonElement.idl',
'html/HTMLCanvasElement.idl',
@@ -2304,6 +2305,8 @@
'html/HTMLBRElement.h',
'html/HTMLBaseElement.cpp',
'html/HTMLBaseElement.h',
+ 'html/HTMLBlinkElement.cpp',
+ 'html/HTMLBlinkElement.h',
'html/HTMLBodyElement.cpp',
'html/HTMLBodyElement.h',
'html/HTMLButtonElement.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