Move webcursor_efl.* to impl from chrome tree.
authorViatcheslav Ostapenko <sl.ostapenko@samsung.com>
Tue, 29 Jul 2014 20:40:50 +0000 (16:40 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/common/webcursor_efl.cc
tizen_src/impl/common/webcursor_efl.h

index ef0b115..c6d2ae8 100644 (file)
@@ -24,7 +24,6 @@
 #include "content/public/browser/browser_thread.h"
 #include "content/browser/renderer_host/dip_util.h"
 #include "content/browser/gpu/gpu_process_host.h"
-#include "content/common/cursors/webcursor_efl.h"
 #include "content/common/gpu/client/gl_helper.h"
 #include "content/public/browser/render_widget_host_view_frame_subscriber.h"
 #include "content/public/common/content_switches.h"
@@ -46,6 +45,7 @@
 #include "ui/events/event_utils.h"
 #include "browser/motion/wkext_motion.h"
 #include "content/common/input_messages.h"
+#include "common/webcursor_efl.h"
 
 #include <assert.h>
 #include <Ecore.h>
index e5f468c..1a362c1 100644 (file)
@@ -5,7 +5,7 @@
     'edje_dir%': '/usr/share/chromium-efl/themes/',
     'webdb_dir%': '/usr/share/chromium-efl/db/',
     'edje_compiler%': 'edje_cc',
-    'ewk_bringup%': 0,
+    'ewk_bringup%': 1,
   },
 
   'targets': [{
       'common/version_info_efl.h',
       'common/web_contents_utils.cc',
       'common/web_contents_utils.h',
+      'common/webcursor_efl.cc',
+      'common/webcursor_efl.h',
       'components/clipboard/clipboard_efl.cc',
       'components/clipboard/clipboard_helper_efl.cc',
       'components/clipboard/clipboard_helper_efl.h',
index 0dda3f5..594d7cb 100644 (file)
@@ -1,4 +1,4 @@
-#include "content/common/cursors/webcursor_efl.h"
+#include "common/webcursor_efl.h"
 
 #include "base/logging.h"
 #include "third_party/WebKit/public/platform/WebCursorInfo.h"
index b6ffb40..303ee9a 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef CONTENT_COMMON_CURSORS_WEBCURSOR_EFL_H_
-#define CONTENT_COMMON_CURSORS_WEBCURSOR_EFL_H_
+#ifndef WEBCURSOR_EFL_H_
+#define WEBCURSOR_EFL_H_
 
 int GetCursorType(int type);