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

Unified Diff: Source/core/core.gypi

Issue 14449003: Picture element initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@picture_after_rebase
Patch Set: Created 7 years, 8 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/bindings/v8/custom/V8HTMLPictureElementConstructor.cpp ('k') | Source/core/dom/ContainerNode.h » ('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 ecbe31995bc0a3cbbdce14bbbea42695e0298af7..7e044f986ab322167ca558c29af985950bb7ca23 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -154,6 +154,7 @@
'html/HTMLHtmlElement.idl',
'html/HTMLIFrameElement.idl',
'html/HTMLImageElement.idl',
+ 'html/HTMLPictureElement.idl',
'html/HTMLInputElement.idl',
'html/HTMLKeygenElement.idl',
'html/HTMLLIElement.idl',
@@ -2054,6 +2055,8 @@
'html/HTMLIFrameElement.cpp',
'html/HTMLImageElement.cpp',
'html/HTMLImageElement.h',
+ 'html/HTMLPictureElement.cpp',
+ 'html/HTMLPictureElement.h',
'html/HTMLImageLoader.cpp',
'html/HTMLImageLoader.h',
'html/HTMLInputElement.cpp',
@@ -2100,6 +2103,8 @@
'html/HTMLParamElement.h',
'html/HTMLParserErrorCodes.cpp',
'html/HTMLParserErrorCodes.h',
+ 'html/HTMLPictureElement.cpp',
+ 'html/HTMLPictureElement.h',
'html/HTMLPlugInElement.cpp',
'html/HTMLPlugInImageElement.cpp',
'html/HTMLPreElement.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8HTMLPictureElementConstructor.cpp ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698