| Index: content/gpu/BUILD.gn
|
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
|
| index 879f744879ecccfe8a383da292ea5800095b78e2..74c01427ef1f98803958102906e41e696f89d95f 100644
|
| --- a/content/gpu/BUILD.gn
|
| +++ b/content/gpu/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/ui.gni")
|
| import("//content/content.gni")
|
| +import("//media/media_options.gni")
|
|
|
| # See //content/BUILD.gn for how this works.
|
| group("gpu") {
|
| @@ -48,6 +49,10 @@ source_set("gpu_sources") {
|
| "//ui/gl",
|
| ]
|
|
|
| + if (enable_mojo_media == "gpu") {
|
| + deps += [ "//media/mojo/services:application" ]
|
| + }
|
| +
|
| if (is_win) {
|
| configs += [
|
| "//third_party/khronos:khronos_headers",
|
|
|