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

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: 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
Index: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
index 7b2b955624616d33ba72ccdfaa49702680ebc11b..790209266800bf9edf86d6b0983c48a91a2edc7c 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") {
]
deps = [
Ken Rockot(use gerrit already) 2016/05/26 16:58:21 Please update this to public_deps while you're her
Fady Samuel 2016/05/26 17:45:09 Done.
+ "//cc/ipc:interfaces",
"//gpu/ipc/common:interfaces",
"//ui/mojo/geometry:interfaces",
"//ui/mojo/ime:interfaces",

Powered by Google App Engine
This is Rietveld 408576698