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

Unified Diff: Source/core/core.gypi

Issue 28953005: Add support for <time> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « LayoutTests/fast/dom/HTMLTimeElement/time-expected.txt ('k') | Source/core/html/HTMLTagNames.in » ('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 e9e26a35a68550fe631da7c6a892bc8964999dfd..6a3804dae6add5a71870f46b0611326e84398f9a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -210,6 +210,7 @@
'html/HTMLTableSectionElement.idl',
'html/HTMLTemplateElement.idl',
'html/HTMLTextAreaElement.idl',
+ 'html/HTMLTimeElement.idl',
'html/HTMLTitleElement.idl',
'html/HTMLTrackElement.idl',
'html/HTMLUListElement.idl',
@@ -2253,6 +2254,8 @@
'html/HTMLTemplateElement.h',
'html/HTMLTextAreaElement.cpp',
'html/HTMLTextFormControlElement.cpp',
+ 'html/HTMLTimeElement.cpp',
+ 'html/HTMLTimeElement.h',
'html/HTMLTitleElement.cpp',
'html/HTMLTitleElement.h',
'html/HTMLTrackElement.cpp',
« no previous file with comments | « LayoutTests/fast/dom/HTMLTimeElement/time-expected.txt ('k') | Source/core/html/HTMLTagNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698