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

Unified Diff: gyp/pdf.gyp

Issue 21952002: Move pdf files into pdf.gypi (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Fixed code review issue Created 7 years, 5 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 | « no previous file | gyp/pdf.gypi » ('j') | gyp/pdf.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
===================================================================
--- gyp/pdf.gyp (revision 10519)
+++ gyp/pdf.gyp (working copy)
@@ -9,45 +9,16 @@
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
+ 'includes': [
+ 'pdf.gypi',
+ ],
'include_dirs': [
'../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- '../include/pdf/SkPDFDevice.h',
- '../include/pdf/SkPDFDocument.h',
-
- '../src/pdf/SkPDFCatalog.cpp',
- '../src/pdf/SkPDFCatalog.h',
- '../src/pdf/SkPDFDevice.cpp',
- '../src/pdf/SkPDFDocument.cpp',
- '../src/pdf/SkPDFFont.cpp',
- '../src/pdf/SkPDFFont.h',
- '../src/pdf/SkPDFFontImpl.h',
- '../src/pdf/SkPDFFormXObject.cpp',
- '../src/pdf/SkPDFFormXObject.h',
- '../src/pdf/SkPDFGraphicState.cpp',
- '../src/pdf/SkPDFGraphicState.h',
- '../src/pdf/SkPDFImage.cpp',
- '../src/pdf/SkPDFImage.h',
- '../src/pdf/SkPDFImageStream.cpp',
- '../src/pdf/SkPDFImageStream.h',
- '../src/pdf/SkPDFPage.cpp',
- '../src/pdf/SkPDFPage.h',
- '../src/pdf/SkPDFResourceDict.cpp',
- '../src/pdf/SkPDFResourceDict.h',
- '../src/pdf/SkPDFShader.cpp',
- '../src/pdf/SkPDFShader.h',
- '../src/pdf/SkPDFStream.cpp',
- '../src/pdf/SkPDFStream.h',
- '../src/pdf/SkPDFTypes.cpp',
- '../src/pdf/SkPDFTypes.h',
- '../src/pdf/SkPDFUtils.cpp',
- '../src/pdf/SkPDFUtils.h',
- '../src/pdf/SkTSet.h',
-
- '../src/doc/SkDocument_PDF.cpp',
+ 'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.
« no previous file with comments | « no previous file | gyp/pdf.gypi » ('j') | gyp/pdf.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698