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

Unified Diff: gyp/pdfviewer.gyp

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 | « gyp/most.gyp ('k') | gyp/pdfviewer_lib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdfviewer.gyp
diff --git a/gyp/pdfviewer.gyp b/gyp/pdfviewer.gyp
deleted file mode 100644
index ff90e2cb6359522aaa441e7a40db347375db00b1..0000000000000000000000000000000000000000
--- a/gyp/pdfviewer.gyp
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-# GYP file to build pdfviewer.
-#
-# To build on Linux:
-# ./gyp_skia pdfviewer.gyp && make pdfviewer
-#
-{
- 'includes': [
- 'apptype_console.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'pdfviewer',
- 'type': 'executable',
- 'sources': [
- '../experimental/PdfViewer/pdf_viewer_main.cpp',
- ],
- 'include_dirs': [
- '../experimental/PdfViewer',
- '../experimental/PdfViewer/inc',
- '../experimental/PdfViewer/pdfparser',
- '../experimental/PdfViewer/pdfparser/native',
- ],
- 'dependencies': [
- 'chop_transparency',
- 'flags.gyp:flags',
- 'pdfviewer_lib.gyp:pdfviewer_lib',
- 'skia_lib.gyp:skia_lib',
- ],
- },
- {
- 'target_name': 'chop_transparency',
- 'type': 'executable',
- 'sources': [
- '../experimental/PdfViewer/chop_transparency_main.cpp',
- ],
- 'include_dirs': [
- # For SkBitmapHasher.h
- '../src/utils/',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
- },
- ],
-}
« no previous file with comments | « gyp/most.gyp ('k') | gyp/pdfviewer_lib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698