Index: mojo/public/cpp/bindings/BUILD.gn |
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn |
index 7b60b2c0a5a697fe1bffd80db0ce2dcd8d3fe614..9ca27f98eb46afe5cd96250dfa626c5c817c88d8 100644 |
--- a/mojo/public/cpp/bindings/BUILD.gn |
+++ b/mojo/public/cpp/bindings/BUILD.gn |
@@ -39,7 +39,6 @@ component("bindings") { |
"bindings_export.h", |
"connection_error_callback.h", |
"connector.h", |
- "enum_traits.h", |
"filter_chain.h", |
"interface_data_view.h", |
"interface_endpoint_client.h", |
@@ -166,6 +165,7 @@ component("bindings") { |
source_set("struct_traits") { |
sources = [ |
+ "enum_traits.h", |
"struct_traits.h", |
] |
} |