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

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

Issue 2583933002: mus: Add missing dependencies for internal gpu interfaces. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/BUILD.gn
diff --git a/services/ui/gpu/interfaces/BUILD.gn b/services/ui/gpu/interfaces/BUILD.gn
index 3fbc22e4c19e3d561c1b58b94953eaca25f1ced4..c1c650377053854ee1293ec2674b75abcbcabca8 100644
--- a/services/ui/gpu/interfaces/BUILD.gn
+++ b/services/ui/gpu/interfaces/BUILD.gn
@@ -13,8 +13,11 @@ mojom("interfaces") {
]
public_deps = [
+ "//cc/ipc:internal_interfaces",
"//gpu/ipc/common:interfaces",
"//services/ui/public/interfaces",
+ "//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
"//url/mojo:url_mojom_gurl",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698