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

Unified Diff: Source/core/core.gypi

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Missing include Created 7 years 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/DocumentParser.h » ('j') | Source/core/dom/DocumentParser.h » ('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 17fc26cc04f4fbf60bfc69eca3ec3fe333ed79b8..334a66da67da0e9a0da9908efe33f354a2173c78 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2574,8 +2574,6 @@
'html/parser/HTMLParserOptions.h',
'html/parser/HTMLParserScheduler.cpp',
'html/parser/HTMLParserScheduler.h',
- 'html/parser/HTMLParserThread.cpp',
- 'html/parser/HTMLParserThread.h',
'html/parser/HTMLPreloadScanner.cpp',
'html/parser/HTMLPreloadScanner.h',
'html/parser/HTMLResourcePreloader.cpp',
« no previous file with comments | « no previous file | Source/core/dom/DocumentParser.h » ('j') | Source/core/dom/DocumentParser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698