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

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: assert more 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/frame/DOMWindow.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 a32f77237e0cac7460bd8a1cadeb1267132cde21..70d01b604c65d57a816546b971c65bf18bdf5cdb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2413,6 +2413,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',
@@ -3276,6 +3278,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/frame/DOMWindow.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698