| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 33c59827741b5856267c6f811d434e4b73cd8784..1b8e36fd09dd089930d61232df8fd761dedd331c 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",
|
|
|