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

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

Issue 1953493002: Mojo C++ bindings: custom type mapping for array - part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@21_simplify
Patch Set: 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 | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/lib/array_serialization.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 0cf4a6845c7080187e7c346a46086f8c378dd47e..4579b98fd7878daa09ec06df0a3fb80368cf75c1 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -20,7 +20,6 @@ source_set("bindings") {
"lib/array_internal.cc",
"lib/array_internal.h",
"lib/array_serialization.h",
- "lib/array_serialization_traits.h",
"lib/array_traits_standard.h",
"lib/associated_group.cc",
"lib/associated_interface_ptr_state.h",
@@ -148,7 +147,6 @@ source_set("wtf_support") {
sources = [
"lib/array_traits_wtf.h",
"lib/string_traits_wtf.cc",
- "lib/wtf_array_serialization.h",
"lib/wtf_serialization.h",
"lib/wtf_string_serialization.cc",
"lib/wtf_string_serialization.h",
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/lib/array_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698