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

Unified Diff: gyp/tests.gyp

Issue 26172003: Remove obsolete CityHash conditional. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698