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

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: Rebased 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
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | components/mus/public/cpp/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | components/mus/public/cpp/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698