| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index b152303d1c45f59424a68f5794491b81bacc306e..8329118d86b1aec2dc0e20a7b8122c5a99106473 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -39,7 +39,6 @@ source_set("common") {
|
| "//base/third_party/dynamic_annotations",
|
| "//build/util:webkit_version",
|
| "//cc",
|
| - "//cc/blink",
|
| "//cc/surfaces",
|
| "//components/mus/public/interfaces",
|
| "//components/tracing",
|
| @@ -72,7 +71,7 @@ source_set("common") {
|
| "//services/shell/runner/common",
|
| "//skia",
|
| "//storage/common",
|
| - "//third_party/WebKit/public:blink",
|
| + "//third_party/WebKit/public:blink_minimal",
|
| "//third_party/boringssl",
|
| "//third_party/icu",
|
| "//third_party/libjingle",
|
|
|