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

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

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (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 abd5483f524945cc0006ecc62f566a06cd3e15cf..f2242fe527bee21360836c5e2a44120bb0687b66 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -79,6 +79,7 @@ source_set("bindings") {
"lib/serialization_util.cc",
"lib/serialization_util.h",
"lib/string_serialization.h",
+ "lib/string_traits_nullable_string16.cc",
"lib/string_traits_string16.cc",
"lib/sync_handle_registry.cc",
"lib/sync_handle_registry.h",
@@ -102,6 +103,7 @@ source_set("bindings") {
"stl_converters.h",
"string.h",
"string_traits.h",
+ "string_traits_nullable_string16.h",
"string_traits_standard.h",
"string_traits_stl.h",
"string_traits_string16.h",

Powered by Google App Engine
This is Rietveld 408576698