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

Unified Diff: media/base/ipc/BUILD.gn

Issue 1997083003: media: Fix gn deps on some media/ targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « no previous file | media/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/ipc/BUILD.gn
diff --git a/media/base/ipc/BUILD.gn b/media/base/ipc/BUILD.gn
index a8bd76f985c2d10ff65b58363d1c1c56cc4dbb42..d665e2ba43aab66902d0d15ed85e83a1f9f2ab39 100644
--- a/media/base/ipc/BUILD.gn
+++ b/media/base/ipc/BUILD.gn
@@ -9,11 +9,14 @@ source_set("ipc") {
"media_param_traits_macros.h",
]
+ public_deps = [
+ "//ipc",
+ ]
deps = [
"//base",
- "//ipc",
"//media",
"//ui/gfx/ipc",
"//ui/gfx/ipc/geometry",
+ "//ui/gfx/ipc/skia",
]
}
« no previous file with comments | « no previous file | media/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698