| 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",
|
|
|