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

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. 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 | « 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
This is Rietveld 408576698