Upstream version 11.39.256.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / linux / xwalk_application_tools.gyp
index 6d33f78..a70f1b4 100644 (file)
@@ -1,5 +1,5 @@
 {
-  'targets': [  
+  'targets': [
     {
       'target_name': 'xwalk_launcher',
       'type': 'executable',
@@ -9,6 +9,7 @@
       ],
       'dependencies': [
         '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+        '../../../build/system.gyp:gio',
         '../../../extensions/extensions.gyp:xwalk_extensions',
         '../../../application/common/xwalk_application_common.gypi:xwalk_application_common_lib',
       ],
         'xwalk_launcher_main.cc',
       ],
       'conditions' : [
-        ['OS=="linux"', {
-          'dependencies': [
-            '../../../build/system.gyp:gio',
-          ],
-        }],
         ['tizen==1', {
           'dependencies': [
-            '../../../build/system.gyp:gio',
             '../../../build/system.gyp:tizen',
             '../../../build/system.gyp:tizen_appcore_common'
           ],