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

Unified Diff: components/mus/public/interfaces/BUILD.gn

Issue 2014233002: Implement cc::SurfaceId StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
« no previous file with comments | « components/mus/public/cpp/window.h ('k') | components/mus/public/interfaces/quads.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
index 07cf095c0fe68a05cfb21dd495ae220e91f6a632..c5b87a49965c56f59b98bfdae2ff715cf24aa5a0 100644
--- a/components/mus/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/BUILD.gn
@@ -22,7 +22,6 @@ mojom("interfaces") {
"input_key_codes.mojom",
"mus_constants.mojom",
"quads.mojom",
- "surface_id.mojom",
"user_access_manager.mojom",
"window_manager.mojom",
"window_manager_constants.mojom",
@@ -38,6 +37,7 @@ mojom("interfaces") {
]
public_deps = [
+ "//cc/ipc:interfaces",
"//gpu/ipc/common:interfaces",
"//ui/gfx/geometry/mojo:interfaces",
"//ui/mojo/ime:interfaces",
« no previous file with comments | « components/mus/public/cpp/window.h ('k') | components/mus/public/interfaces/quads.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698