Upstream version 11.39.264.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_tizen_tools.gyp
index 530b680..9a6a0c2 100644 (file)
@@ -1,40 +1,43 @@
 {
   'targets': [
     {
-      'target_name': 'xwalkctl',
+      'target_name': 'xwalk_backend',
       'type': 'executable',
-      'product_name': 'xwalkctl',
+      'product_name': 'xwalk_backend',
       'dependencies': [
         '../../../application/common/xwalk_application_common.gypi:xwalk_application_common_lib',
         '../../../build/system.gyp:gio',
-        '../../../../build/linux/system.gyp:dbus',
-        '../../../../dbus/dbus.gyp:dbus',
         '../../../build/system.gyp:tizen',
+        '../../../build/system.gyp:tizen_tzplatform_config',
       ],
       'include_dirs': [
         '../../../..',
       ],
       'sources': [
-        'xwalkctl_main.cc',
+        'xwalk_backend.cc',
         'xwalk_package_installer.cc',
         'xwalk_package_installer.h',
         'xwalk_packageinfo_constants.cc',
         'xwalk_packageinfo_constants.h',
         'xwalk_platform_installer.cc',
         'xwalk_platform_installer.h',
+        'xwalk_rds_delta_parser.cc',
+        'xwalk_rds_delta_parser.h',
         'xwalk_tizen_user.cc',
         'xwalk_tizen_user.h',
         # TODO(t.iwanek) fix me - this duplicates compilation of those files
         '../../../runtime/common/xwalk_paths.cc',
         '../../../runtime/common/xwalk_paths.h',
+        '../../../runtime/common/xwalk_switches.cc',
+        '../../../runtime/common/xwalk_switches.h',
         '../../../runtime/common/xwalk_system_locale.cc',
         '../../../runtime/common/xwalk_system_locale.h',
       ],
     },
     {
-      'target_name': 'xwalk-backendlib',
+      'target_name': 'xwalk_backend_lib',
       'type': 'shared_library',
-      'product_name': 'xwalk-backendlib',
+      'product_name': 'xwalk_backend_lib',
       'dependencies': [
         '../../../build/system.gyp:tizen',
         '../../../../base/base.gyp:base',
@@ -50,6 +53,8 @@
         # TODO(t.iwanek) fix me - this duplicates compilation of those files
         '../../../runtime/common/xwalk_paths.cc',
         '../../../runtime/common/xwalk_paths.h',
+        '../../../runtime/common/xwalk_switches.cc',
+        '../../../runtime/common/xwalk_switches.h',
         '../../../runtime/common/xwalk_system_locale.cc',
         '../../../runtime/common/xwalk_system_locale.h',
       ],