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

Unified Diff: mojo/public/tools/bindings/mojom.gni

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
« no previous file with comments | « content/common/service_worker/service_worker_types.typemap ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 4a244fb5b11de7f387a8b454e9c5bedd861410f5..0c42bdd8e9f07df8d2353922a500749a2df4fc22 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -602,6 +602,9 @@ template("mojom") {
deps += _typemap_config.deps
}
}
+ if (defined(invoker.export_header)) {
+ sources += [ "//" + invoker.export_header ]
+ }
if (defined(bindings_configuration.for_blink) &&
bindings_configuration.for_blink) {
public_deps += [ "//mojo/public/cpp/bindings:wtf_support" ]
« no previous file with comments | « content/common/service_worker/service_worker_types.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698