| Index: content/plugin/BUILD.gn
|
| diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn
|
| index 6235dbf665078edd56bbe5712732207b8e146ce1..a5e6481e434efb0dd38631c3b20aa63b7bebf839 100644
|
| --- a/content/plugin/BUILD.gn
|
| +++ b/content/plugin/BUILD.gn
|
| @@ -32,9 +32,7 @@ if (enable_plugins && !is_linux) {
|
| "//mojo/public/interfaces/service_provider",
|
| "//skia",
|
| "//third_party/npapi",
|
| - #"//third_party/WebKit/public:blink", TODO(GYP)
|
| - # TODO(GYP) remove this when blink is enabled:
|
| - "//third_party/WebKit/public:blink_headers",
|
| + "//third_party/WebKit/public:blink",
|
| ]
|
| }
|
| } else {
|
|
|