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

Unified Diff: services/ui/manifest.json

Issue 2559343003: mus: Rename GpuService to Gpu. (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 | « services/ui/gpu/gpu_main.h ('k') | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 3e5b988b43b1037b3892def84dc7752dc85560bf..2a01b7183bda7976c2faf0e2b27aacdc9860b0df 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -13,7 +13,6 @@
"ui::mojom::DisplayCompositor",
"ui::mojom::DisplayManager",
"ui::mojom::Gpu",
- "ui::mojom::GpuService",
"ui::mojom::IMEServer",
"ui::mojom::InputDeviceServer",
"ui::mojom::WindowTreeFactory"
@@ -26,8 +25,7 @@
"ui::mojom::WindowServerTest"
],
"gpu_client": [
- "ui::mojom::Gpu",
- "ui::mojom::GpuService"
+ "ui::mojom::Gpu"
],
"ime_registrar": [
"ui::mojom::IMERegistrar"
@@ -43,7 +41,6 @@
"ui::mojom::DisplayCompositor",
"ui::mojom::DisplayManager",
"ui::mojom::Gpu",
- "ui::mojom::GpuService",
"ui::mojom::IMEServer",
"ui::mojom::InputDeviceServer",
"ui::mojom::WindowManagerWindowTreeFactory"
« no previous file with comments | « services/ui/gpu/gpu_main.h ('k') | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698