summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/DEPS2
-rw-r--r--samples/image_diff_png.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/DEPS b/samples/DEPS
index 7bd794e6ef..18ab975611 100644
--- a/samples/DEPS
+++ b/samples/DEPS
@@ -1,6 +1,6 @@
include_rules = [
- '+fx_lpng',
'+public',
+ '+third_party/libpng',
'+third_party/zlib_v128',
'+v8',
]
diff --git a/samples/image_diff_png.cc b/samples/image_diff_png.cc
index 6ad7f88d81..01df836c17 100644
--- a/samples/image_diff_png.cc
+++ b/samples/image_diff_png.cc
@@ -17,7 +17,7 @@
#include <string>
#include "third_party/base/logging.h"
-#include "third_party/lpng_v163/png.h"
+#include "third_party/libpng/png.h"
#include "third_party/zlib_v128/zlib.h"
namespace image_diff_png {