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

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

Issue 2510613002: Loading: move TextResource to core/loader/resource (Closed)
Patch Set: fix rebase error Created 4 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
Index: third_party/WebKit/Source/core/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
index e388b3b233e3d43421c96548cd951cf991220f4a..33c258a4ed46bd42d8528fba37920ca2916daa23 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -72,6 +72,8 @@ blink_core_sources("loader") {
"resource/ScriptResource.h",
"resource/StyleSheetResource.h",
"resource/StyleSheetResourceClient.h",
+ "resource/TextResource.cpp",
+ "resource/TextResource.h",
"resource/XSLStyleSheetResource.cpp",
"resource/XSLStyleSheetResource.h",
]

Powered by Google App Engine
This is Rietveld 408576698