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

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

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 years, 4 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 | « experimental/PdfViewer/scripts/test_all_pdfs.sh ('k') | experimental/PdfViewer/src/SkPdfContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100755
index c2df4759d9f9c4d030d1467e9c3c3d2f2f014632..0000000000000000000000000000000000000000
--- a/experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
-
« no previous file with comments | « experimental/PdfViewer/scripts/test_all_pdfs.sh ('k') | experimental/PdfViewer/src/SkPdfContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698