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

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

Issue 2724673002: [WIP] Introduce ScriptResourceData
Patch Set: Compile fix Created 3 years, 4 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
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 5f140cf9c17e0bfc463df1fdcacef4e6b38c2570..8b21651e160983d527de481c05063f425302d155 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -121,6 +121,8 @@ blink_core_sources("loader") {
"resource/MultipartImageResourceParser.h",
"resource/ScriptResource.cpp",
"resource/ScriptResource.h",
+ "resource/ScriptResourceData.cpp",
+ "resource/ScriptResourceData.h",
"resource/StyleSheetResource.h",
"resource/StyleSheetResourceClient.h",
"resource/TextResource.cpp",

Powered by Google App Engine
This is Rietveld 408576698