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

Unified Diff: components/mus/public/cpp/surfaces/BUILD.gn

Issue 2014233002: Implement cc::SurfaceId StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unittests 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/cpp/surfaces/BUILD.gn
diff --git a/components/mus/public/cpp/surfaces/BUILD.gn b/components/mus/public/cpp/surfaces/BUILD.gn
index 0ca839e837dd71972d411fb90a4c45a7c9a53138..4836ac7a14ddb04066e5022b33e291f54893e615 100644
--- a/components/mus/public/cpp/surfaces/BUILD.gn
+++ b/components/mus/public/cpp/surfaces/BUILD.gn
@@ -25,6 +25,7 @@ component("surfaces") {
deps = [
"//base",
"//cc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698