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

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: Created 4 years, 6 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 | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | net/dns/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 0a920140b72f49444688c7ae57166bf60889cadc..1d99a9a7d5420ac0f5c80cd1368848d1d76e7823 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -16,7 +16,6 @@ source_set("bindings") {
"associated_interface_request.h",
"binding.h",
"binding_set.h",
- "enum_traits.h",
"interface_ptr.h",
"interface_ptr_info.h",
"interface_ptr_set.h",
@@ -133,6 +132,7 @@ source_set("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/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698