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

Unified Diff: Source/core/core.gypi

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a flaky test Created 7 years, 3 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/http/tests/resources/srcset-helper.js ('k') | Source/core/dom/Document.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 b622b1bdeaec287674e414ef4e5f61f9e9a9844f..4703861a89d10b0566e5d94c9c45fc301631dec9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2495,6 +2495,8 @@
'html/parser/HTMLScriptRunnerHost.h',
'html/parser/HTMLSourceTracker.cpp',
'html/parser/HTMLSourceTracker.h',
+ 'html/parser/HTMLSrcsetParser.cpp',
+ 'html/parser/HTMLSrcsetParser.h',
'html/parser/HTMLStackItem.h',
'html/parser/HTMLToken.h',
'html/parser/HTMLTokenizer.cpp',
« no previous file with comments | « LayoutTests/http/tests/resources/srcset-helper.js ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698