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

Unified Diff: services/ui/gpu/interfaces/BUILD.gn

Issue 2276963002: services/ui: Introduce mojom.GpuServiceInternal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus-gpu-renames
Patch Set: . Created 4 years, 4 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: services/ui/gpu/interfaces/BUILD.gn
diff --git a/services/ui/public/interfaces/gpu/BUILD.gn b/services/ui/gpu/interfaces/BUILD.gn
similarity index 77%
copy from services/ui/public/interfaces/gpu/BUILD.gn
copy to services/ui/gpu/interfaces/BUILD.gn
index 88ee5db953f05ba116dbe304cd57e7c8587c76a3..54e64f7a714246d98e38383f48dae01649a3e23c 100644
--- a/services/ui/public/interfaces/gpu/BUILD.gn
+++ b/services/ui/gpu/interfaces/BUILD.gn
@@ -6,14 +6,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "display_compositor.mojom",
- "display_compositor_host.mojom",
+ "gpu_service_internal.mojom",
]
public_deps = [
"//gpu/ipc/common:interfaces",
"//services/ui/public/interfaces",
]
-
- use_new_wrapper_types = false
}

Powered by Google App Engine
This is Rietveld 408576698