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

Unified Diff: gyp/tests.gypi

Issue 1048593002: Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: This is actually faster Created 5 years, 9 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 | « bench/PMFloatBench.cpp ('k') | include/effects/SkColorMatrixFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index e69f2b015ef646311351d9e3edc61bba98fd6679..d5efbbacd594bc611d559eef17c6396ad3176bb8 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -200,8 +200,7 @@
'../tests/ShaderImageFilterTest.cpp',
'../tests/ShaderOpacityTest.cpp',
'../tests/SizeTest.cpp',
- '../tests/Sk2xTest.cpp',
- '../tests/Sk4xTest.cpp',
+ '../tests/SkNxTest.cpp',
'../tests/SkBase64Test.cpp',
'../tests/SkImageTest.cpp',
'../tests/SkResourceCacheTest.cpp',
« no previous file with comments | « bench/PMFloatBench.cpp ('k') | include/effects/SkColorMatrixFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698