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

Unified Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase Created 4 years, 2 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: 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",
]
}
« no previous file with comments | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | net/dns/mojo_host_resolver_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698