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

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: Rewrote HTMLSrcsetParser, making it more efficient and readable. Addressed abarth's review comments. 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 84c3f48b416e50f1c7f326431c919c1682c8e8a8..ddde766a8de83cf8c8bf0a3cdbdaf80142a2cbd1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2496,6 +2496,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',
@@ -2633,6 +2635,7 @@
'platform/MIMETypeFromURL.cpp',
'platform/MIMETypeFromURL.h',
'platform/NotImplemented.cpp',
+ 'platform/ParsingUtilities.h',
'platform/Partitions.cpp',
'platform/Partitions.h',
'platform/Pasteboard.cpp',

Powered by Google App Engine
This is Rietveld 408576698