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

Unified Diff: gyp/most.gyp

Issue 15942013: Compile pdf viewer manaully only, disable on build bots. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
===================================================================
--- gyp/most.gyp (revision 9494)
+++ gyp/most.gyp (working copy)
@@ -18,14 +18,12 @@
'tests.gyp:tests',
'tools.gyp:tools',
'pathops_unittest.gyp:*',
+# 'pdfviewer.gyp:pdfviewer',
],
'conditions': [
['skia_os == "android"', {
'dependencies': [ 'android_system.gyp:SkiaAndroidApp' ],
}],
- ['skia_os == "linux"', {
- 'dependencies': [ 'pdfviewer.gyp:pdfviewer' ],
- }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698