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

Unified Diff: content/common/BUILD.gn

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: incorporated nhiroki and kinuko's comment 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index fd5c0dc435b2c3efff43d496b778c45c17f3a8d5..ef6f7ea70eeeb30fa31610a626010252355fbd4f 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -608,6 +608,7 @@ mojom("mojo_bindings") {
"url_loader.mojom",
"url_loader_factory.mojom",
"video_capture.mojom",
+ "worker_fetch_context_factory.mojom",
]
import_dirs = [ "//mojo/services" ]

Powered by Google App Engine
This is Rietveld 408576698