| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 971efcc8867378d32f096de62b8ec45199b04f88..6296506a3697f022b54dc59d5c3f1291a225175d 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -75,7 +75,6 @@ source_set("generated") {
|
| "//third_party/libwebp",
|
| "//third_party/libxml",
|
| "//third_party/libxslt",
|
| - "//third_party/npapi",
|
| "//third_party/qcms",
|
| "//third_party/sqlite",
|
|
|
| @@ -102,7 +101,6 @@ source_set("prerequisites") {
|
| "//third_party/libwebp",
|
| "//third_party/libxml",
|
| "//third_party/libxslt",
|
| - "//third_party/npapi",
|
| "//third_party/ots",
|
| "//third_party/qcms",
|
| "//third_party/snappy",
|
| @@ -156,7 +154,6 @@ component("core") {
|
| "//skia",
|
| "//third_party/WebKit/Source/platform",
|
| "//third_party/WebKit/Source/wtf",
|
| - "//third_party/npapi",
|
| "//third_party/qcms",
|
| "//url",
|
| "//v8",
|
| @@ -439,7 +436,6 @@ source_set("core_generated") {
|
| "//third_party/libwebp",
|
| "//third_party/libxml",
|
| "//third_party/libxslt",
|
| - "//third_party/npapi",
|
| "//third_party/qcms",
|
| "//third_party/sqlite",
|
|
|
|
|