| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 7b5db9e46e170d838320144a8cbb1fa8abb247c6..5a4034cc7c44d8e700d3fa8789ca30e1a9f03e7e 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -32,6 +32,7 @@ source_set("common") {
|
|
|
| public_deps = [
|
| ":mojo_bindings",
|
| + "//cc",
|
| "//gpu/command_buffer/common",
|
| "//ipc",
|
| "//third_party/WebKit/public:blink_headers",
|
| @@ -43,7 +44,6 @@ source_set("common") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//build/util:webkit_version",
|
| - "//cc",
|
| "//cc/ipc",
|
| "//cc/surfaces",
|
| "//components/tracing",
|
|
|