Remove obsolete CityHash conditional.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Oct 2013 20:03:59 +0000 (20:03 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Oct 2013 20:03:59 +0000 (20:03 +0000)
BUG=
R=bungeman@google.com

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/26172003

git-svn-id: http://skia.googlecode.com/svn/trunk@11785 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/tests.gyp

index daa6a8b..f0dc472 100644 (file)
             '../src/gpu',
           ],
         }],
-        [ 'skia_os == "nacl"', {
-          # CityHash is not supported on NaCl because the NaCl toolchain is
-          # missing byteswap.h which is needed by CityHash.
-          # TODO(borenet): Find a way to either provide this dependency or
-          # replace it.
-          'sources!': [
-            '../tests/BitmapHasherTest.cpp',
-            '../tests/ChecksumTest.cpp',
-          ],
-        }],
       ],
     },
   ],