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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Copyright 2013 Google Inc.
4 #
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
7
8 DIR=`dirname "$1"`
9
10 out/Debug/pdfviewer -r $1 -w $DIR/new -n
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698