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

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

Issue 1966983003: Generate param traits size methods for IPC files in content/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix owners Created 4 years, 7 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 | « media/gpu/ipc/common/media_param_traits.cc ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | 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 1d97898c71ce9d0956cb3c27eaa0bfd8c3e28f53..543c18775fa4ecc36f868711c5151c8190a3e4a1 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -212,6 +212,7 @@ template("mojom") {
}
action(type_mappings_target_name) {
+ inputs = _bindings_configuration_files
outputs = [
type_mappings_path,
]
« no previous file with comments | « media/gpu/ipc/common/media_param_traits.cc ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698