| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index d805bff22fffcb04196fe83fe7179254d9028d0e..3109d77ba870fe1c67aa33cdb8785431a5e5b7f4 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -474,9 +474,7 @@ group("browser_dependencies") {
|
| # build this is OK because all of content is linked into one library.
|
| # Note that the blink_headers target is OK, so we can't do a wildcard for
|
| # all blink targets.
|
| - # TODO(brettw) bug 582206: Blink should not be linked into the browser
|
| - # process, and then we can enable this.
|
| - #"//third_party/WebKit/public:blink",
|
| + "//third_party/WebKit/public:blink",
|
| # TODO(brettw) bug 581766: V8 should not be linked into the browser
|
| # process, and then we can enable this.
|
| #"//v8/*",
|
|
|