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

Unified Diff: Source/core/core.gypi

Issue 261823002: Add the picture element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: typo Created 6 years, 7 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 514836ea19282ac910cda2845a274f80121dcc0b..4f92d84f2a1dde9bdda8286b8d8904fbdaca451f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -184,6 +184,7 @@
'html/HTMLOutputElement.idl',
'html/HTMLParagraphElement.idl',
'html/HTMLParamElement.idl',
+ 'html/HTMLPictureElement.idl',
'html/HTMLPreElement.idl',
'html/HTMLProgressElement.idl',
'html/HTMLQuoteElement.idl',
@@ -2384,6 +2385,7 @@
'html/HTMLParagraphElement.h',
'html/HTMLParamElement.cpp',
'html/HTMLParamElement.h',
+ 'html/HTMLPictureElement.cpp',
'html/HTMLPlugInElement.cpp',
'html/HTMLPlugInElement.h',
'html/HTMLPreElement.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/html/HTMLPictureElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698