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

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: 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 | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index c6975527c975ea5a843336d808ec8b1a8dddcf16..475804de53f2c2229ade77b02511b38a8347f6ec 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -89,9 +89,10 @@ source_set("lib") {
"window_tree_host_factory.h",
]
- deps = [
+ public_deps = [
"//base",
"//cc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/common:mus_common",
@@ -128,7 +129,7 @@ source_set("lib") {
"platform_screen_impl_ozone.cc",
"platform_screen_impl_ozone.h",
]
- deps += [ "//ui/ozone:ozone" ]
+ public_deps += [ "//ui/ozone:ozone" ]
}
}
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698