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

Unified Diff: cc/cc_tests.gyp

Issue 12558003: cc: Made image comparison for pixel tests error tolerant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduced PixelComparator interface. Refactored code. Created 7 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 | « no previous file | cc/gl_renderer_pixeltest.cc » ('j') | cc/test/pixel_comparator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 20237cbcb41847d68567e71dbe4c9526fdbe20fa..5b6d9c14ec72f320ab53ecc4643216f0da4b943e 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -248,6 +248,8 @@
'..'
],
'sources': [
+ 'test/pixel_comparator.cc',
+ 'test/pixel_comparator.h',
'test/pixel_test_utils.cc',
'test/pixel_test_utils.h',
],
« no previous file with comments | « no previous file | cc/gl_renderer_pixeltest.cc » ('j') | cc/test/pixel_comparator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698