Chromium Code Reviews| Index: content/gpu/BUILD.gn |
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
| index 74c01427ef1f98803958102906e41e696f89d95f..33a3675087e54d6b7e2ebe65509fab7009fbdf00 100644 |
| --- a/content/gpu/BUILD.gn |
| +++ b/content/gpu/BUILD.gn |
| @@ -49,6 +49,10 @@ source_set("gpu_sources") { |
| "//ui/gl", |
| ] |
| + public_deps = [ |
| + "//content/common:mojo_bindings", |
| + ] |
| + |
| if (enable_mojo_media == "gpu") { |
| deps += [ "//media/mojo/services:application" ] |
| } |