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

Unified Diff: content/content_common.gypi

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 65457f0b5ee176c5996522047b461ab7b2b663a1..f0401a8266cc9caaf1353b9a3d15f4a5352453fe 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -26,6 +26,7 @@
'../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client',
'../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common',
'../media/midi/midi.gyp:midi',
+ '../mojo/mojo_base.gyp:mojo_geometry_lib',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../net/net.gyp:net',
@@ -438,7 +439,8 @@
'common/mac/font_descriptor.mm',
'common/mac/font_loader.h',
'common/mac/font_loader.mm',
- 'common/manifest_manager_messages.h',
+ 'common/manifest_type_converters.cc',
+ 'common/manifest_type_converters.h',
'common/media/aec_dump_messages.h',
'common/media/audio_messages.h',
'common/media/cdm_info.cc',

Powered by Google App Engine
This is Rietveld 408576698