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

Unified Diff: gyp/tests.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: 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
Index: gyp/tests.gyp
===================================================================
--- gyp/tests.gyp (revision 8614)
+++ gyp/tests.gyp (working copy)
@@ -23,6 +23,7 @@
'../tests/BitmapCopyTest.cpp',
'../tests/BitmapFactoryTest.cpp',
'../tests/BitmapGetColorTest.cpp',
+ '../tests/BitmapHasherTest.cpp',
'../tests/BitmapHeapTest.cpp',
'../tests/BitmapTransformerTest.cpp',
'../tests/BitSetTest.cpp',
@@ -141,6 +142,7 @@
# TODO(borenet): Find a way to either provide this dependency or
# replace it.
'sources!': [
+ '../tests/BitmapHasherTest.cpp',
epoger 2013/04/11 17:39:40 ChecksumTest directly uses CityHash, and BitmapHas
'../tests/ChecksumTest.cpp',
],
}],

Powered by Google App Engine
This is Rietveld 408576698