Chromium Code Reviews| 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']) |