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

Unified Diff: Source/core/core.gypi

Issue 153813002: Support "await a stable state" and "provide a stable state" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: simplify, document, test Created 6 years, 10 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 | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Document.cpp » ('J')
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 b7744d1fe68688a53b28581c46e819a33c7fff57..e496d137daffe9c1a4297de70189631e52d4da7f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2410,6 +2410,8 @@
'html/PublicURLManager.cpp',
'html/RadioNodeList.cpp',
'html/RadioNodeList.h',
+ 'html/StableState.cpp',
+ 'html/StableState.h',
'html/TextDocument.cpp',
'html/TextDocument.h',
'html/TextMetrics.h',
@@ -3274,6 +3276,7 @@
'frame/ImageBitmapTest.cpp',
'html/HTMLDimensionTest.cpp',
'html/LinkRelAttributeTest.cpp',
+ 'html/StableStateTest.cpp',
'html/TimeRangesTest.cpp',
'html/parser/HTMLParserThreadTest.cpp',
'html/track/vtt/BufferedLineReaderTest.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698