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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1706083002: Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index b99399354b23f03b92cad03f4fce74e595087830..9a40587c95d9d61e5660329b65fbcbd8d7586c16 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1633,7 +1633,7 @@
'fetch/RawResource.h',
'fetch/Resource.cpp',
'fetch/Resource.h',
- 'fetch/ResourceClientWalker.h',
+ 'fetch/ResourceClientOrObserverWalker.h',
'fetch/ResourceFetcher.cpp',
'fetch/ResourceFetcher.h',
'fetch/ResourceLoader.cpp',
@@ -3975,7 +3975,7 @@
'fetch/FetchUtilsTest.cpp',
'fetch/ImageResourceTest.cpp',
'fetch/MemoryCacheTest.cpp',
- 'fetch/MockImageResourceClient.cpp',
+ 'fetch/MockResourceClients.cpp',
'fetch/MultipartImageResourceParserTest.cpp',
'fetch/RawResourceTest.cpp',
'fetch/ResourceFetcherTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698