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

Unified Diff: gyp/pdf.gypi

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 | « gyp/pdf.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gypi
===================================================================
--- gyp/pdf.gypi (revision 0)
+++ gyp/pdf.gypi (revision 0)
@@ -0,0 +1,50 @@
+# Include this gypi to include all 'pdf' files
+# The parent gyp/gypi file must define
+# 'skia_src_path' e.g. skia/trunk/src
+# 'skia_include_path' e.g. skia/trunk/include
+#
+# The skia build defines these in common_variables.gypi
+#
+{
+ 'sources': [
+ '<(skia_include_path)/pdf/SkPDFDevice.h',
+ '<(skia_include_path)/pdf/SkPDFDocument.h',
+
+ '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
+ '<(skia_src_path)/pdf/SkPDFCatalog.h',
+ '<(skia_src_path)/pdf/SkPDFDevice.cpp',
+ '<(skia_src_path)/pdf/SkPDFDocument.cpp',
+ '<(skia_src_path)/pdf/SkPDFFont.cpp',
+ '<(skia_src_path)/pdf/SkPDFFont.h',
+ '<(skia_src_path)/pdf/SkPDFFontImpl.h',
+ '<(skia_src_path)/pdf/SkPDFFormXObject.cpp',
+ '<(skia_src_path)/pdf/SkPDFFormXObject.h',
+ '<(skia_src_path)/pdf/SkPDFGraphicState.cpp',
+ '<(skia_src_path)/pdf/SkPDFGraphicState.h',
+ '<(skia_src_path)/pdf/SkPDFImage.cpp',
+ '<(skia_src_path)/pdf/SkPDFImage.h',
+ '<(skia_src_path)/pdf/SkPDFImageStream.cpp',
+ '<(skia_src_path)/pdf/SkPDFImageStream.h',
+ '<(skia_src_path)/pdf/SkPDFPage.cpp',
+ '<(skia_src_path)/pdf/SkPDFPage.h',
+ '<(skia_src_path)/pdf/SkPDFResourceDict.cpp',
+ '<(skia_src_path)/pdf/SkPDFResourceDict.h',
+ '<(skia_src_path)/pdf/SkPDFShader.cpp',
+ '<(skia_src_path)/pdf/SkPDFShader.h',
+ '<(skia_src_path)/pdf/SkPDFStream.cpp',
+ '<(skia_src_path)/pdf/SkPDFStream.h',
+ '<(skia_src_path)/pdf/SkPDFTypes.cpp',
+ '<(skia_src_path)/pdf/SkPDFTypes.h',
+ '<(skia_src_path)/pdf/SkPDFUtils.cpp',
+ '<(skia_src_path)/pdf/SkPDFUtils.h',
+ '<(skia_src_path)/pdf/SkTSet.h',
+
+ '<(skia_src_path)/doc/SkDocument_PDF.cpp',
+ ],
+}
+
+# Local Variables:
+# tab-width:2
edisonn 2013/08/02 19:23:26 seems tab width is 4, maybe we should preserve it
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
Property changes on: gyp\pdf.gypi
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « gyp/pdf.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698