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

Unified Diff: samples/BUILD.gn

Issue 870203005: XFA: Support PNG format in pdfium_test and add image diffing (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rename executable Created 5 years, 10 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 | samples/image_diff.cc » ('j') | samples/image_diff_png.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/BUILD.gn
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index e690c236221241a83b9af1d64b1313088fc71a06..71bffb17596ea511ddd09e2f904b907f24b93e05 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -11,6 +11,7 @@ group("samples") {
executable("pdfium_test") {
sources = [
"pdfium_test.cc",
+ "image_diff_png.cc",
Lei Zhang 2015/02/05 22:11:08 nit: alphabetical order, ditto elsewhere.
Tom Sepez 2015/02/05 22:58:21 Done.
]
deps = [
"//third_party/pdfium",
« no previous file with comments | « no previous file | samples/image_diff.cc » ('j') | samples/image_diff_png.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698