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

Unified Diff: gyp/pdf.gyp

Issue 2202203003: not much point to SK_SUPPORT_PDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | samplecode/SampleApp.cpp » ('j') | 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 bc240b10590f7cc7296f16f58641d454678a3f18..5e26de0334d172bddaf806040a99b690e05dcfa3 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -10,7 +10,6 @@
'type': 'static_library',
'dependencies': [ 'skia_lib.gyp:skia_lib', ],
'sources': [ '<(skia_src_path)/pdf/SkDocument_PDF_None.cpp', ],
- 'defines': [ 'SK_SUPPORT_PDF=0', ],
},
{
'target_name': 'pdf',
@@ -59,7 +58,6 @@
],
],
'direct_dependent_settings': {
- 'defines': [ 'SK_SUPPORT_PDF=1', ],
'include_dirs': [
'../include/core', # SkDocument.h
],
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698