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

Unified Diff: content/common/shared_worker.typemap

Issue 2600113003: (SUSPENDED) SharedWorker: Mojofy Renderer(Document)->Browser communication for SharedWorker
Patch Set: address review comments Created 3 years, 11 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/shared_worker.typemap
diff --git a/content/common/shared_worker.typemap b/content/common/shared_worker.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..ab11d07bf4829730bb2c429beb2d4257f56e35f5
--- /dev/null
+++ b/content/common/shared_worker.typemap
@@ -0,0 +1,18 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//content/common/shared_worker.mojom"
+public_headers = [
+ "//third_party/WebKit/public/platform/WebAddressSpace.h",
+ "//third_party/WebKit/public/web/WebContentSecurityPolicy.h",
+ "//third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
+ "//third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
+]
+traits_headers = [ "//content/common/view_messages.h" ]
+type_mappings = [
+ "content.mojom.WebAddressSpace=::blink::WebAddressSpace",
+ "content.mojom.WebContentSecurityPolicyType=::blink::WebContentSecurityPolicyType",
+ "content.mojom.WebSharedWorkerCreationContextType=::blink::WebSharedWorkerCreationContextType",
+ "content.mojom.WebWorkerCreationError=::blink::WebWorkerCreationError",
+]

Powered by Google App Engine
This is Rietveld 408576698