Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2712033002: Part 1 Of Renaming FrameLoaderClient to LocalFrameClient. (Closed)
Patch Set: Change all forward declarations of FrameLoaderClient to LocalFrameClient and fix call sites. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698