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

Unified Diff: experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh

Issue 62103008: Add a script for running pdfviewer and comparing to existing results. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Respond to comments Created 7 years, 1 month 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
Index: experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh
diff --git a/experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh b/experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c2df4759d9f9c4d030d1467e9c3c3d2f2f014632
--- /dev/null
+++ b/experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Copyright 2013 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+DIR=`dirname "$1"`
+
+out/Debug/pdfviewer -r $1 -w $DIR/new -n
+

Powered by Google App Engine
This is Rietveld 408576698