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

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

Issue 1979513004: Add array traits for WTF::Vector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@28_array_native
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_wtf_vector.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 8f29ea385b5dbc7f6365cde4ed515b2837adcc95..4c5111ac26bc1e649c5546a19aa2f708497d0075 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -145,6 +145,7 @@ source_set("struct_traits") {
source_set("wtf_support") {
sources = [
"array_traits_wtf.h",
+ "array_traits_wtf_vector.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_wtf_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698