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

Unified Diff: gyp/most.gyp

Issue 294873004: Add nanomsg to third_party, with some demos. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 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/nanomsg/picture_demo.cpp ('k') | gyp/nanomsg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index bd90949417ca7ca62f087a51c05e745d905affd4..3b1fa3da635784b515a2f9629ed254e1ae150a99 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -31,6 +31,9 @@
['skia_os == "ios"', {
'dependencies!': [ 'SampleApp.gyp:SampleApp' ],
}],
+ ['skia_os == "mac" or skia_os == "linux"', {
+ 'dependencies': [ 'nanomsg.gyp:*' ],
+ }],
[ 'skia_skip_gui',
{
'dependencies!': [
« no previous file with comments | « experimental/nanomsg/picture_demo.cpp ('k') | gyp/nanomsg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698