Chromium Code Reviews

Unified Diff: gyp/most.gyp

Issue 16295031: simple podofo and skia based pdf viewer (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | gyp/pdfviewer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
===================================================================
--- gyp/most.gyp (revision 9486)
+++ gyp/most.gyp (working copy)
@@ -23,6 +23,9 @@
['skia_os == "android"', {
'dependencies': [ 'android_system.gyp:SkiaAndroidApp' ],
}],
+ ['skia_os == "linux"', {
+ 'dependencies': [ 'pdfviewer.gyp:pdfviewer' ],
+ }],
],
},
],
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | gyp/pdfviewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine