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

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

Issue 2607023002: Replace MockImageResourceClient with MockImageResourceObserver (Closed)
Patch Set: Fix imageNotifyFinishedCalled-related tests Created 4 years 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 19472133d06852e31faa7f187fe13e581902940c..85c7c960f621f8e6bf5d025ecda04037acec8590 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1237,8 +1237,8 @@ source_set("unit_tests") {
"loader/resource/ImageResourceTest.cpp",
"loader/resource/MockFontResourceClient.cpp",
"loader/resource/MockFontResourceClient.h",
- "loader/resource/MockImageResourceClient.cpp",
- "loader/resource/MockImageResourceClient.h",
+ "loader/resource/MockImageResourceObserver.cpp",
+ "loader/resource/MockImageResourceObserver.h",
"loader/resource/MultipartImageResourceParserTest.cpp",
"origin_trials/OriginTrialContextTest.cpp",
"page/ChromeClientTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698