Include callhistory only in Tizen mobile target.
authorZoltan Kis <zoltan.kis@intel.com>
Tue, 3 Jun 2014 10:28:58 +0000 (13:28 +0300)
committerZoltan Kis <zoltan.kis@intel.com>
Thu, 12 Jun 2014 13:46:04 +0000 (16:46 +0300)
BUG=XWALK-1837

tizen-wrt.gyp

index e221116..3d5f783 100644 (file)
           'dependencies': [
             'application/application.gyp:*',
             'bookmark/bookmark.gyp:*',
-            'callhistory/callhistory.gyp:*',
             'content/content.gyp:*',
             'download/download.gyp:*',
             'filesystem/filesystem.gyp:*',
             'messageport/messageport.gyp:*',
           ],
         }],
+        [ 'extension_host_os == "mobile"', {
+          'dependencies': [
+            'callhistory/callhistory.gyp:*',
+          ],
+        }],
       ],
     },
     {