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

Unified Diff: components/mus/ws/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/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 0ec414739620ffc342fdfb42fd940237c398c98a..09b2f2f8cf796ae721f7b5a239cc1c784169efc3 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -92,6 +92,7 @@ source_set("lib") {
deps = [
"//base",
"//cc",
+ "//cc/ipc:interfaces",
Ken Rockot(use gerrit already) 2016/05/26 16:58:22 Please fix these dependencies while you're here.
Fady Samuel 2016/05/26 17:45:09 I've moved the interfaces over. I haven't done an
Ken Rockot(use gerrit already) 2016/05/26 17:55:10 I'd kind of prefer that you did. It doesn't seem l
Fady Samuel 2016/05/26 19:54:29 Seems like everything should be a public dep here.
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/common:mus_common",

Powered by Google App Engine
This is Rietveld 408576698