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

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

Issue 2034273002: Mojo C++ bindings: introduce mojo::WTFMap for blink bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 9688943d9479bafa42bb48d922bd049fad810cdf..94d429e26ccd83a40ff70f5ac4f7f6e48b380866 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -152,8 +152,10 @@ if (!is_ios) {
"array_traits_wtf_vector.h",
"lib/string_traits_wtf.cc",
"lib/wtf_serialization.h",
+ "map_traits_wtf.h",
"string_traits_wtf.h",
"wtf_array.h",
+ "wtf_map.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698