| Index: gyp/tests.gyp
|
| diff --git a/gyp/tests.gyp b/gyp/tests.gyp
|
| index daa6a8b73647ebdc9083bcf164c87513f53f01ba..f0dc472c0fa8d7c5ad8ec3ce7fd5dc29eaa861f8 100644
|
| --- a/gyp/tests.gyp
|
| +++ b/gyp/tests.gyp
|
| @@ -159,16 +159,6 @@
|
| '../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',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| ],
|
|
|