| Index: content/gpu/BUILD.gn
|
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
|
| index f91778dcd1cc4d6cebdc92a394861432874431da..63d8adf13dea5b688b294cc35f35ac918db2ba66 100644
|
| --- a/content/gpu/BUILD.gn
|
| +++ b/content/gpu/BUILD.gn
|
| @@ -46,6 +46,7 @@ source_set("gpu_sources") {
|
| "//base/third_party/dynamic_annotations",
|
| "//components/tracing",
|
| "//content:export",
|
| + "//content:export",
|
| "//content/child",
|
| "//content/common",
|
| "//content/public/child:child_sources",
|
| @@ -54,6 +55,8 @@ source_set("gpu_sources") {
|
| "//gpu/ipc/common:command_buffer_traits",
|
| "//gpu/ipc/service",
|
| "//ipc",
|
| + "//media/gpu",
|
| + "//media/gpu/ipc/service",
|
| "//media/mojo/services:application_factory",
|
| "//services/shell/public/interfaces",
|
| "//skia",
|
|
|