[Content] Fix the Desktop build.
authorSudarsana Nagineni <sudarsana.nagineni@intel.com>
Wed, 26 Mar 2014 14:35:02 +0000 (16:35 +0200)
committerSudarsana Nagineni <sudarsana.nagineni@intel.com>
Wed, 26 Mar 2014 14:37:41 +0000 (16:37 +0200)
Content API was implemented only for Tizen, so build it only
for Tizen.

tizen-wrt.gyp

index 4a3f725..29dcc2b 100644 (file)
@@ -9,7 +9,6 @@
       'type': 'none',
       'dependencies': [
         'bluetooth/bluetooth.gyp:*',
-        'content/content.gyp:*',
         'filesystem/filesystem.gyp:*',
         'mediaserver/mediaserver.gyp:*',
         'network_bearer_selection/network_bearer_selection.gyp:*',
@@ -26,6 +25,7 @@
             'application/application.gyp:*',
             'bookmark/bookmark.gyp:*',
             'callhistory/callhistory.gyp:*',
+            'content/content.gyp:*',
             'download/download.gyp:*',
             'messageport/messageport.gyp:*',
           ],