| Index: content/gpu/BUILD.gn
|
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
|
| index 35fc15ea336f7cac5739700a681dd582f300bd84..eb6b89bdc3db4e068756284d93d895f17e3e2118 100644
|
| --- a/content/gpu/BUILD.gn
|
| +++ b/content/gpu/BUILD.gn
|
| @@ -45,14 +45,15 @@ source_set("gpu_sources") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//components/tracing",
|
| - "//content:export",
|
| "//content/common",
|
| "//content/public/child:child_sources",
|
| "//content/public/common:common_sources",
|
| - "//gpu:gpu",
|
| + "//content:export",
|
| "//gpu/ipc/common:command_buffer_traits",
|
| "//gpu/ipc/service",
|
| + "//gpu:gpu",
|
| "//ipc",
|
| + "//media/gpu/ipc/service",
|
| "//media/mojo/services:application_factory",
|
| "//services/shell/public/interfaces",
|
| "//skia",
|
|
|