Split off SkConsistentChecksum from SkChecksum
as part of https://goto.google.com/ImprovingTheSkiaRebaseliningProcess
Review URL: https://codereview.appspot.com/6820074

git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@6270 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests.gyp b/tests.gyp
index c91388c..66888dd 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -25,6 +25,7 @@
         '../tests/BlitRowTest.cpp',
         '../tests/BlurTest.cpp',
         '../tests/CanvasTest.cpp',
+        '../tests/ChecksumTest.cpp',
         '../tests/ClampRangeTest.cpp',
         '../tests/ClipCacheTest.cpp',
         '../tests/ClipCubicTest.cpp',
@@ -109,6 +110,7 @@
         'images.gyp:images',
         'pdf.gyp:pdf',
         'tools.gyp:picture_utils',
+        'utils.gyp:utils',
       ],
       'conditions': [
         [ 'skia_gpu == 1', {
diff --git a/utils.gyp b/utils.gyp
index aa3f4a3..6fef668 100644
--- a/utils.gyp
+++ b/utils.gyp
@@ -53,6 +53,7 @@
         '../src/utils/SkBitSet.h',
         '../src/utils/SkBoundaryPatch.cpp',
         '../src/utils/SkCamera.cpp',
+        '../src/utils/SkConsistentChecksum.h',
         '../src/utils/SkCubicInterval.cpp',
         '../src/utils/SkCullPoints.cpp',
         '../src/utils/SkDeferredCanvas.cpp',