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

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

Issue 1967703004: Mojo C++ bindings: add StringTraits and ArrayTraits for STL types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@27_update_users
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/array_traits_standard.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 d099faf5e42539a1c573743603cdaa14ca0f8652..8f29ea385b5dbc7f6365cde4ed515b2837adcc95 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -6,6 +6,8 @@ source_set("bindings") {
sources = [
"array.h",
"array_traits.h",
+ "array_traits_standard.h",
+ "array_traits_stl.h",
"associated_binding.h",
"associated_group.h",
"associated_interface_ptr.h",
@@ -20,7 +22,6 @@ source_set("bindings") {
"lib/array_internal.cc",
"lib/array_internal.h",
"lib/array_serialization.h",
- "lib/array_traits_standard.h",
"lib/associated_group.cc",
"lib/associated_interface_ptr_state.h",
"lib/binding_state.h",
@@ -99,6 +100,7 @@ source_set("bindings") {
"string.h",
"string_traits.h",
"string_traits_standard.h",
+ "string_traits_stl.h",
"string_traits_string_piece.h",
"strong_binding.h",
"struct_ptr.h",
@@ -142,7 +144,7 @@ source_set("struct_traits") {
source_set("wtf_support") {
sources = [
- "lib/array_traits_wtf.h",
+ "array_traits_wtf.h",
"lib/string_traits_wtf.cc",
"lib/wtf_serialization.h",
"string_traits_wtf.h",
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/array_traits_standard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698