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

Unified Diff: mojo/converters/surfaces/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: mojo/converters/surfaces/BUILD.gn
diff --git a/mojo/converters/surfaces/BUILD.gn b/mojo/converters/surfaces/BUILD.gn
index 6609e8ef0b4dafc3dfa70cc5b523861cf958d338..5660af3ff4b226956cc0522d9fb0dda6f58cb837 100644
--- a/mojo/converters/surfaces/BUILD.gn
+++ b/mojo/converters/surfaces/BUILD.gn
@@ -26,6 +26,7 @@ component("surfaces") {
deps = [
Ken Rockot(use gerrit already) 2016/05/26 16:58:22 Same note about public_deps here.
Fady Samuel 2016/05/26 17:45:09 Done.
"//base",
"//cc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698