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

Unified Diff: chrome/chrome_utility.gypi

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 08d58b24aa2ce3433f541722a08d7bd06be61af2..4ad0d03c3c32c2e9f0fee3d1b2da23e092d29993 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -9,6 +9,8 @@
'utility/chrome_content_utility_client.h',
'utility/chrome_content_utility_ipc_whitelist.cc',
'utility/chrome_content_utility_ipc_whitelist.h',
+ 'utility/chrome_content_utility_process_impl.cc',
+ 'utility/chrome_content_utility_process_impl.h',
'utility/cloud_print/bitmap_image.cc',
'utility/cloud_print/bitmap_image.h',
'utility/cloud_print/pwg_encoder.cc',
@@ -104,10 +106,16 @@
'../components/components.gyp:search_engines',
'../components/components.gyp:url_fixer',
'../content/content.gyp:content_common',
+ '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings',
'../content/content.gyp:content_utility',
'../media/media.gyp:media',
+ '../mojo/mojo_base.gyp:mojo_common_lib',
+ '../mojo/mojo_shell.gyp:mojo_shell_lib',
'../skia/skia.gyp:skia',
'../third_party/libxml/libxml.gyp:libxml',
+ '../third_party/mojo/mojo_public.gyp:mojo_application_base',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../third_party/mojo/mojo_public.gyp:mojo_application_bindings_mojom',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
'common',

Powered by Google App Engine
This is Rietveld 408576698