| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index ad12e859901fc2efe0b83596bb333bebce3e8432..14d5823fed8abecb3796038df77ee82a39c84571 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -161,8 +161,14 @@ component("web") {
|
| "WebNode.cpp",
|
| "WebOptionElement.cpp",
|
| "WebPageImportanceSignals.cpp",
|
| + "WebPageMissingCSSDetector.cpp",
|
| + "WebPageMissingCSSDetector.h",
|
| + "WebPageMissingImageDetector.cpp",
|
| + "WebPageMissingImageDetector.h",
|
| "WebPagePopupImpl.cpp",
|
| "WebPagePopupImpl.h",
|
| + "WebPageProblemDetector.cpp",
|
| + "WebPageProblemDetector.h",
|
| "WebPepperSocket.cpp",
|
| "WebPepperSocketChannelClientProxy.h",
|
| "WebPepperSocketImpl.cpp",
|
| @@ -262,6 +268,7 @@ test("webkit_unit_tests") {
|
| "WebElementTest.cpp",
|
| "WebEmbeddedWorkerImplTest.cpp",
|
| "WebNodeTest.cpp",
|
| + "WebPageProblemDetectorTest.cpp",
|
|
|
| # FIXME: Move the tests from web/tests/ to appropriate places.
|
| # crbug.com/353585
|
|
|