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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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 | « remoting/host/BUILD.gn ('k') | tools/ipc_fuzzer/fuzzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index ebaafcb439ec83cefb336dedea7d4f587c2d531a..b1ef01229e282019737d77274ae1769871adf1d7 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -26,6 +26,10 @@ source_set("surfaces") {
"//ui/gfx/geometry/mojo",
]
+ public_deps = [
+ "//ipc",
+ ]
+
if (use_ozone) {
sources += [
"display_output_surface_ozone.cc",
« no previous file with comments | « remoting/host/BUILD.gn ('k') | tools/ipc_fuzzer/fuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698