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

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

Issue 2112093002: Mojo C++ bindings: Merge EncodePointers/DecodePointers into Serialize/Deserialize, respectively. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@61_array_fix
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 | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »
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 d34d77040c41d96f78ea6fa2bf5eaf9ec4c6211e..84f55bec9bdb449c09c5877ef489b2e957c857b5 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -33,6 +33,7 @@ source_set("bindings") {
"lib/associated_group_controller.cc",
"lib/associated_interface_ptr_state.h",
"lib/binding_state.h",
+ "lib/bindings_internal.cc",
"lib/bindings_internal.h",
"lib/buffer.h",
"lib/connector.cc",
@@ -76,7 +77,6 @@ source_set("bindings") {
"lib/serialization_context.cc",
"lib/serialization_context.h",
"lib/serialization_forward.h",
- "lib/serialization_util.cc",
"lib/serialization_util.h",
"lib/string_serialization.h",
"lib/string_traits_string16.cc",
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698