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

Unified Diff: gyp/pdfviewer_lib.gyp

Issue 23038004: pdfviewer: (cleanup) put the gyp for library code in a separate file (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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/pdfviewer.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdfviewer_lib.gyp
===================================================================
--- gyp/pdfviewer_lib.gyp (revision 10721)
+++ gyp/pdfviewer_lib.gyp (working copy)
@@ -4,9 +4,6 @@
# ./gyp_skia pdfviewer.gyp && make pdfviewer
#
{
- 'includes': [
- 'apptype_console.gypi',
- ],
# TODO(edisonn): Hack! on mack, SHARED_INTERMEDIATE_DIR can't be reliable used in a sources context
'conditions' : [
[ 'skia_os != "mac"', {
@@ -24,7 +21,7 @@
],
'targets': [
{
- 'target_name': 'libpdfviewer',
+ 'target_name': 'pdfviewer_lib',
'type': 'static_library',
'sources': [
'../experimental/PdfViewer/SkPdfGraphicsState.cpp',
@@ -99,45 +96,6 @@
'zlib.gyp:zlib',
],
},
- {
- 'target_name': 'pdfviewer',
- 'type': 'executable',
- 'cflags': ['-fexceptions'],
- 'cflags_cc': ['-fexceptions'],
- 'cflags!': [ '-fno-exceptions' ],
- 'cflags_cc!': [ '-fno-exceptions' ],
- 'sources': [
- '../experimental/PdfViewer/pdf_viewer_main.cpp',
- ],
- 'include_dirs': [
- '../experimental/PdfViewer',
- '../experimental/PdfViewer/pdfparser',
- '../experimental/PdfViewer/pdfparser/autogen',
- '../experimental/PdfViewer/pdfparser/native',
- '../experimental/PdfViewer/pdfparser/native/autogen',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'flags.gyp:flags',
- 'libpdfviewer',
- 'chop_transparency',
- ],
- },
- {
- 'target_name': 'chop_transparency',
- 'type': 'executable',
- 'sources': [
- '../experimental/PdfViewer/chop_transparency_main.cpp',
- ],
- 'include_dirs': [
- # For SkBitmapHasher.h
- '../src/utils/',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'flags.gyp:flags',
- ],
- },
],
}
« no previous file with comments | « gyp/pdfviewer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698