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

Unified Diff: gyp/tests.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
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 24a0c9ae0909b6d1f71077db4dc44d486e9c7c43..a6ad5d2cc6a93bda2fd62cfc66d9022e04ea2870 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -37,6 +37,10 @@
'-ldl',
],
}],
+ [ 'not skia_pdf', {
+ 'dependencies!': [ 'pdf.gyp:pdf' ],
+ 'dependencies': [ 'pdf.gyp:nopdf' ],
+ }],
],
'sources': [
'../tests/Test.h',
« no previous file with comments | « gyp/pdf.gyp ('k') | samplecode/SampleApp.cpp » ('j') | samplecode/SampleApp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698