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

Unified Diff: content/common/service_worker/service_worker_types.typemap

Issue 2858453002: Fix missing headers in WebKit/public:mojo_bindings (Closed)
Patch Set: 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/service_worker/service_worker_types.typemap
diff --git a/content/common/service_worker/service_worker_types.typemap b/content/common/service_worker/service_worker_types.typemap
index c4d47817ae80c22e0e01f66b9336707bbed84f7d..be057a4b65fc7dfb82e1a29816c5cc6521fa127a 100644
--- a/content/common/service_worker/service_worker_types.typemap
+++ b/content/common/service_worker/service_worker_types.typemap
@@ -3,7 +3,10 @@
# found in the LICENSE file.
mojom = "//content/common/service_worker/service_worker_types.mojom"
-public_headers = [ "//content/common/service_worker/service_worker_types.h" ]
+public_headers = [
+ "//content/common/service_worker/service_worker_client_info.h",
+ "//content/common/service_worker/service_worker_types.h",
+]
traits_headers =
[ "//content/common/service_worker/service_worker_types_struct_traits.h" ]
sources = [
« no previous file with comments | « content/common/service_worker/service_worker_fetch_request.typemap ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698