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

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, 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
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 117a994a5d236d0b8af75723d6fc5f712eb2a07c..501668f0bb69a9aeabf20ab9a04e52805b6e99db 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -79,6 +79,8 @@ 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",
"lib/sync_handle_watcher.cc",
@@ -99,8 +101,10 @@ 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",
"string_traits_string_piece.h",
"strong_binding.h",
"struct_ptr.h",

Powered by Google App Engine
This is Rietveld 408576698