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

Unified Diff: gyp/pdf.gyp

Issue 1259653004: remove flags that control no code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 7efbb5ccf377a514718d642cbff4cdd00c0618fd..d97f3d14016fa5dceff26f2ca5ad5d6206caafc7 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -46,11 +46,7 @@
],
],
# This section makes all targets that depend on this target
mtklein 2015/08/03 20:57:04 kill this line too? (or finish the
- # #define SK_SUPPORT_PDF and have access to the pdf header files.
'direct_dependent_settings': {
- 'defines': [
- 'SK_SUPPORT_PDF',
- ],
'include_dirs': [
'../include/core', # SkDocument.h
],
« no previous file with comments | « gyp/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698