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

Unified Diff: gyp/pdf.gyp

Issue 23112031: Update pdf.gypi to actually work with Chromium (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 | « no previous file | gyp/pdf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
===================================================================
--- gyp/pdf.gyp (revision 10896)
+++ gyp/pdf.gyp (working copy)
@@ -19,6 +19,8 @@
],
'sources': [
'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
+
+ '../src/doc/SkDocument_PDF.cpp', # Chromium does use this file
djsollen 2013/08/23 20:49:31 what will it hurt if chromium does build this?
robertphillips 2013/08/25 12:04:20 I don't know but it should probably be intentional
],
# 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698