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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2514923002: content: Use mus client-lib's gpu-service from renderers. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 1c6af2d4bc2ac2291aff6bb1e6013aefc11312ca..fc8058efe13e002c9f507a91a9c0fb5faa2102dc 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -9,7 +9,8 @@
],
"plugin": [
"device::mojom::PowerMonitor",
- "discardable_memory::mojom::DiscardableSharedMemoryManager"
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
+ "ui::mojom::Gpu"
],
"renderer": [
"blink::mojom::BackgroundSyncService",
@@ -38,7 +39,8 @@
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle",
- "payments::mojom::PaymentAppManager"
+ "payments::mojom::PaymentAppManager",
+ "ui::mojom::Gpu"
],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"
@@ -91,7 +93,8 @@
"media::mojom::RemoterFactory",
"media::mojom::Renderer",
"mojom::MediaDevicesDispatcherHost",
- "payments::mojom::PaymentRequest"
+ "payments::mojom::PaymentRequest",
+ "ui::mojom::Gpu"
]
},
"requires": {
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698