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

Unified Diff: media/base/BUILD.gn

Issue 1902493002: media: Fix gn deps on media/base/ targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index c0213562122128cb037b15177a3c933d3b05a5bf..2873d149638978f72313c92d5e0090aa0884107d 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -236,8 +236,12 @@ source_set("base") {
defines = []
public_deps = []
deps = [
+ "//base/third_party/dynamic_annotations:dynamic_annotations",
+ "//gpu",
+ "//media:shared_memory_support",
"//skia",
"//ui/events:events_base",
+ "//url:url",
]
libs = []
configs += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698