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

Unified Diff: mojo/mojo_public.gyp

Issue 2046563005: Add ArrayTraits<CArray<T>> utility template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary constructor 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
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index d73e4123f8ffee9c0d39b666c520baf3492a962b..7404964a4ca92762e8be5b6627663e6b89e5b25e 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -124,6 +124,7 @@
'sources': [
'public/cpp/bindings/array.h',
'public/cpp/bindings/array_traits.h',
+ 'public/cpp/bindings/array_traits_carray.h',
'public/cpp/bindings/array_traits_standard.h',
'public/cpp/bindings/array_traits_stl.h',
'public/cpp/bindings/associated_binding.h',

Powered by Google App Engine
This is Rietveld 408576698