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

Unified Diff: ui/gfx/ipc/geometry/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 | « ui/gfx/ipc/color/BUILD.gn ('k') | ui/gfx/ipc/skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/geometry/BUILD.gn
diff --git a/ui/gfx/ipc/geometry/BUILD.gn b/ui/gfx/ipc/geometry/BUILD.gn
index 980f1ba1a8afcb494b38dc342909d6da86700cfd..9c93d37fcabf79fc7b673135859246b39efcaa12 100644
--- a/ui/gfx/ipc/geometry/BUILD.gn
+++ b/ui/gfx/ipc/geometry/BUILD.gn
@@ -12,7 +12,7 @@ component("geometry") {
defines = [ "GFX_IPC_GEOMETRY_IMPLEMENTATION" ]
- deps = [
+ public_deps = [
"//base",
"//ipc",
"//ui/gfx/geometry",
« no previous file with comments | « ui/gfx/ipc/color/BUILD.gn ('k') | ui/gfx/ipc/skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698