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

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: nits 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/html/StableState.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 8862cf7cded977f1555d1c11794ddae8c47162fc..47eb3f4bbb728665246130666c4638ea39213c46 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2384,6 +2384,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',
@@ -3249,6 +3251,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/html/StableState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698