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

Unified Diff: media/base/BUILD.gn

Issue 1907003002: Add :media_feature dependency for GN media/base and media/base/test_support 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 2873d149638978f72313c92d5e0090aa0884107d..cc9e5e04ec04b0424ac05fad0dfad5610f1e3c1a 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -238,6 +238,7 @@ source_set("base") {
deps = [
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//gpu",
+ "//media:media_features",
"//media:shared_memory_support",
"//skia",
"//ui/events:events_base",
@@ -384,6 +385,7 @@ source_set("test_support") {
]
configs += [ "//media:media_config" ]
deps = [
+ "//media:media_features",
"//media:shared_memory_support",
"//testing/gmock",
]
« 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