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

Unified Diff: gyp/common_variables.gypi

Issue 1279123007: SkPDF: allow PDF module to be disabled in DM and SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-11 (Tuesday) 10:04:57 EDT : #if SK_SUPPORT_PDF 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/SampleApp.gyp ('k') | gyp/pdf.gyp » ('j') | samplecode/SampleApp.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 7a168a19402bd857783b724ba865b75c602722e5..21fb09dd5c9f094d1a2615b52e585395f0dfe326 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -131,6 +131,7 @@
'skia_gdi%': 0,
'skia_gpu%': 1,
'skia_osx_deployment_target%': '',
+ 'skia_pdf%': 1,
'skia_profile_enabled%': 0,
'skia_win_debuggers_path%': '',
'skia_shared_lib%': 0,
@@ -208,6 +209,7 @@
'skia_win_ltcg%': 1,
'sknx_no_simd%': 0,
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
+ 'skia_pdf%': '<(skia_pdf)',
'skia_profile_enabled%': '<(skia_profile_enabled)',
'skia_shared_lib%': '<(skia_shared_lib)',
'skia_opencl%': '<(skia_opencl)',
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/pdf.gyp » ('j') | samplecode/SampleApp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698