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

Unified Diff: gyp/utils.gyp

Issue 68533003: pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we compile pdfviewer, even i… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: changes to utils too Created 7 years, 1 month 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/gm.gyp ('k') | src/utils/SkPDFRasterizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 172591095d2b5a468965b58f99d7f06e14c5f76b..2133d2b91ed6605ed6e81698604d18cf9b6ad300 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -214,6 +214,11 @@
'../src/utils/android/ashmem.cpp',
],
}],
+ ['skia_run_pdfviewer_in_gm', {
+ 'defines': [
+ 'SK_BUILD_NATIVE_PDF_RENDERER',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « gyp/gm.gyp ('k') | src/utils/SkPDFRasterizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698