| 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 2d7efe15928862d8f9007c5174df2a2ae565775d..d5c025704104cb01e607406950666352b72c52e3 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -77,7 +77,6 @@ component("web") {
|
| "ExternalPopupMenu.h",
|
| "FindInPageCoordinates.cpp",
|
| "FindInPageCoordinates.h",
|
| - "FrameLoaderClientImpl.cpp",
|
| "FrameLoaderClientImpl.h",
|
| "FullscreenController.cpp",
|
| "FullscreenController.h",
|
| @@ -93,6 +92,7 @@ component("web") {
|
| "LinkHighlightImpl.h",
|
| "LocalFileSystemClient.cpp",
|
| "LocalFileSystemClient.h",
|
| + "LocalFrameClientImpl.cpp",
|
| "MediaKeysClientImpl.cpp",
|
| "MediaKeysClientImpl.h",
|
| "NavigatorContentUtilsClientImpl.cpp",
|
| @@ -341,7 +341,6 @@ test("webkit_unit_tests") {
|
| "tests/DocumentLoadingRenderingTest.cpp",
|
| "tests/FakeWebPlugin.cpp",
|
| "tests/FakeWebPlugin.h",
|
| - "tests/FrameLoaderClientImplTest.cpp",
|
| "tests/FrameSerializerTest.cpp",
|
| "tests/FrameTestHelpers.cpp",
|
| "tests/FrameTestHelpers.h",
|
| @@ -354,6 +353,7 @@ test("webkit_unit_tests") {
|
| "tests/LinkElementLoadingTest.cpp",
|
| "tests/LinkSelectionTest.cpp",
|
| "tests/ListenerLeakTest.cpp",
|
| + "tests/LocalFrameClientImplTest.cpp",
|
| "tests/MHTMLTest.cpp",
|
| "tests/MediaElementFillingViewportTest.cpp",
|
| "tests/NGInlineLayoutTest.cpp",
|
|
|