| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 17d6ca845041f1f375adc7044aba0b2acc14c9e3..df46adc4200317f8c0a966288872cd225a762745 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -728,9 +728,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/*",
|
|
|