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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2537043002: After detach, there's no document to notify parsing is finished. (Closed)
Patch Set: Fix an unused variable in the test. Created 4 years, 1 month 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: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 07e34b5a115f3ad7ab66b7fff9861a61b489d995..d1cb1b38a121c67aaf0ce482098f033234f9b070 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1250,6 +1250,7 @@ source_set("unit_tests") {
"html/parser/HTMLResourcePreloaderTest.cpp",
"html/parser/HTMLSrcsetParserTest.cpp",
"html/parser/HTMLTokenizerTest.cpp",
+ "html/parser/HTMLViewSourceParserTest.cpp",
"html/parser/TextResourceDecoderTest.cpp",
"html/shadow/MediaControlsTest.cpp",
"html/track/TextTrackListTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698