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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: rebase Created 3 years, 8 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 6766533ab6fa701d186e916e80b6a990e57240d8..8342a1330f831111dd21d9b23b196eaa03a222c0 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -343,6 +343,8 @@ source_set("blink_headers") {
"platform/WebVector.h",
"platform/WebViewScheduler.h",
"platform/WebViewportStyle.h",
+ "platform/WebWorkerFetchContext.h",
+ "platform/WebWorkerFetchContextInfo.h",
kinuko 2017/04/18 08:35:37 Now Info one's gone? (Unless we revive it)
horo 2017/04/18 12:53:35 Done.
"platform/callback/WebClosure.h",
"platform/linux/WebFallbackFont.h",
"platform/linux/WebFontRenderStyle.h",

Powered by Google App Engine
This is Rietveld 408576698