X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Fgyp%2Fmost.gyp;h=e22629ae745264536f6070f75722c4798e2e3ebc;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=3b1fa3da635784b515a2f9629ed254e1ae150a99;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/gyp/most.gyp b/src/third_party/skia/gyp/most.gyp index 3b1fa3d..e22629a 100644 --- a/src/third_party/skia/gyp/most.gyp +++ b/src/third_party/skia/gyp/most.gyp @@ -15,12 +15,12 @@ # The minimal set of static libraries for basic Skia functionality. 'skia_lib.gyp:skia_lib', - 'bench.gyp:bench', + 'bench.gyp:*', 'gm.gyp:gm', 'SampleApp.gyp:SampleApp', - 'tests.gyp:tests', 'tools.gyp:tools', 'pathops_unittest.gyp:*', + 'pathops_skpclip.gyp:*', # 'pdfviewer.gyp:pdfviewer', 'dm.gyp:dm', ], @@ -30,6 +30,7 @@ }], ['skia_os == "ios"', { 'dependencies!': [ 'SampleApp.gyp:SampleApp' ], + 'dependencies': ['iOSShell.gyp:iOSShell' ], }], ['skia_os == "mac" or skia_os == "linux"', { 'dependencies': [ 'nanomsg.gyp:*' ],