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

Unified Diff: media/remoting/BUILD.gn

Issue 2495553003: media remoting: Fix gn deps (Closed)
Patch Set: Created 4 years, 1 month 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 | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index 4cd4ee75a25db91e97838175facce9d542485d56..cdefc0a52d0863910425c1c14778958ec9cdcb5e 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -64,6 +64,7 @@ source_set("remoting") {
"//media/mojo/interfaces:remoting",
"//mojo/public/cpp/bindings",
"//skia",
+ "//ui/gfx",
]
}
@@ -87,6 +88,7 @@ source_set("media_remoting_tests") {
"//base",
"//base/test:test_support",
"//media",
+ "//media/base:test_support",
"//media/mojo/interfaces:remoting",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698