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

Unified Diff: gyp/utils.gyp

Issue 14170010: rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: sync_to_r8638 Created 7 years, 8 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 | « gyp/tests.gyp ('k') | src/utils/SkBitmapChecksummer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
===================================================================
--- gyp/utils.gyp (revision 8638)
+++ gyp/utils.gyp (working copy)
@@ -57,8 +57,8 @@
'../src/utils/SkBase64.cpp',
'../src/utils/SkBase64.h',
- '../src/utils/SkBitmapChecksummer.cpp',
- '../src/utils/SkBitmapChecksummer.h',
+ '../src/utils/SkBitmapHasher.cpp',
+ '../src/utils/SkBitmapHasher.h',
'../src/utils/SkBitmapTransformer.cpp',
'../src/utils/SkBitmapTransformer.h',
'../src/utils/SkBitSet.cpp',
« no previous file with comments | « gyp/tests.gyp ('k') | src/utils/SkBitmapChecksummer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698