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

Unified Diff: mojo/mojo_public.gyp

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/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index 17783034a83e3fe3a45d41424a1b0f9ad98d5d8f..8250a54e28b73bf97ac1e02fb80c0508c5ffa593 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -197,6 +197,8 @@
'public/cpp/bindings/lib/shared_data.h',
'public/cpp/bindings/lib/shared_ptr.h',
'public/cpp/bindings/lib/string_serialization.h',
+ 'public/cpp/bindings/lib/string_traits_string16.cc',
+ 'public/cpp/bindings/lib/string_traits_nullable_string16.cc',
'public/cpp/bindings/lib/sync_handle_registry.cc',
'public/cpp/bindings/lib/sync_handle_registry.h',
'public/cpp/bindings/lib/sync_handle_watcher.cc',
@@ -218,6 +220,8 @@
'public/cpp/bindings/string_traits_standard.h',
'public/cpp/bindings/string_traits_stl.h',
'public/cpp/bindings/string_traits_string_piece.h',
+ 'public/cpp/bindings/string_traits_string16.h',
+ 'public/cpp/bindings/string_traits_nullable_string16.h',
'public/cpp/bindings/strong_binding.h',
'public/cpp/bindings/struct_ptr.h',
'public/cpp/bindings/type_converter.h',

Powered by Google App Engine
This is Rietveld 408576698