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

Unified Diff: third_party/fuzzymatch/SConstruct

Issue 13159: Add fuzzy image matching tool for Linux pixel tests (Closed)
Patch Set: Add license block Created 12 years 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 | third_party/fuzzymatch/fuzzymatch.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fuzzymatch/SConstruct
diff --git a/third_party/fuzzymatch/SConstruct b/third_party/fuzzymatch/SConstruct
new file mode 100644
index 0000000000000000000000000000000000000000..4fe7baa903d51b61885f18e916ac442d298d30b7
--- /dev/null
+++ b/third_party/fuzzymatch/SConstruct
@@ -0,0 +1 @@
+Program('fuzzymatch.c', LIBS = ['lept', 'png', 'jpeg', 'tiff', 'z', 'm'])
« no previous file with comments | « no previous file | third_party/fuzzymatch/fuzzymatch.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698