Upstream version 10.38.212.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_tizen_tools.gyp
index 91d992d..530b680 100644 (file)
@@ -20,6 +20,8 @@
         'xwalk_package_installer.h',
         'xwalk_packageinfo_constants.cc',
         'xwalk_packageinfo_constants.h',
+        'xwalk_platform_installer.cc',
+        'xwalk_platform_installer.h',
         'xwalk_tizen_user.cc',
         'xwalk_tizen_user.h',
         # TODO(t.iwanek) fix me - this duplicates compilation of those files
         '../../../runtime/common/xwalk_system_locale.cc',
         '../../../runtime/common/xwalk_system_locale.h',
       ],
-    },  
-    {
-      'target_name': 'xwalk-pkg-helper',
-      'type': 'executable',
-      'product_name': 'xwalk-pkg-helper',
-      'dependencies': [
-        '../../../build/system.gyp:tizen',
-        '../../../build/system.gyp:gio',
-        '../../../../base/base.gyp:base',
-        '../../common/xwalk_application_common.gypi:xwalk_application_common_lib',
-      ],
-      'include_dirs': [
-        '../../../..',
-      ],
-      'cflags': [
-        '<!@(pkg-config --cflags libtzplatform-config)',
-      ],
-      'link_settings': {
-        'libraries': [
-          '<!@(pkg-config --libs libtzplatform-config)',
-        ],
-      },
-      'sources': [
-        'xwalk_package_helper.cc',
-        'xwalk_package_installer_helper.cc',
-        'xwalk_package_installer_helper.h',
-      ],
     },
     {
       'target_name': 'xwalk-backendlib',