Change the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_internal.h
authorJongHeon Choi <j-h.choi@samsung.com>
Mon, 10 Oct 2016 07:12:46 +0000 (16:12 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Mon, 10 Oct 2016 07:13:00 +0000 (16:13 +0900)
15 files changed:
extensions/common/xwalk_extension_server.h
extensions/renderer/runtime_ipc_client.h
extensions/renderer/xwalk_extension_renderer_controller.h
runtime/browser/ime_runtime.cc
runtime/browser/native_window.cc
runtime/browser/preload_manager.cc
runtime/browser/runtime_process.cc
runtime/browser/ui_runtime.cc
runtime/browser/watch_runtime.cc
runtime/browser/web_application.cc
runtime/browser/web_view.cc
runtime/browser/web_view.h
runtime/browser/web_view_impl.cc
runtime/browser/web_view_impl.h
runtime/renderer/injected_bundle.cc

index cfcb112be05c2b1416f837a0c913b015e7a96a43..3cd67bf9588487301d83925ed95b540078d4f704 100755 (executable)
@@ -5,7 +5,8 @@
 #ifndef XWALK_EXTENSIONS_XWALK_EXTENSION_SERVER_H_
 #define XWALK_EXTENSIONS_XWALK_EXTENSION_SERVER_H_
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <json/json.h>
 
 #include <string>
index 21e1d39b62b6e7cf7c6e3d618a6b38a7f9e9fd8c..7f94fb33f8ae383479c9e03d31adfb2ce903520a 100755 (executable)
@@ -18,7 +18,8 @@
 #define XWALK_EXTENSIONS_RENDERER_RUNTIME_IPC_CLIENT_H_
 
 #include <v8/v8.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <functional>
 #include <map>
index 62db3cd6cac809150dd804da28eb8ad481980e45..4927d210c492f875b7676ba514d0ecd981659e01 100755 (executable)
@@ -6,7 +6,8 @@
 #ifndef XWALK_EXTENSIONS_RENDERER_XWALK_EXTENSION_RENDERER_CONTROLLER_H_
 #define XWALK_EXTENSIONS_RENDERER_XWALK_EXTENSION_RENDERER_CONTROLLER_H_
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <v8/v8.h>
 
 #include <memory>
index 82546877edc0311883b50c63ddf461ddb23c1950..9cdc3db157c4c81b7be00e3f2c08575a1f026aff 100644 (file)
@@ -14,7 +14,6 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
 #include <Elementary.h>
 #include <inputmethod.h>
 
index 8709672ed847531013e3770ca48295d78affd180..df1b248719eea3e3ac0d647149c111075eb5940b 100755 (executable)
@@ -17,7 +17,8 @@
 #include "runtime/browser/native_window.h"
 
 #include <Ecore_Wayland.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <cstdint>
 
 #include "common/arraysize.h"
index 810c23200dc823b2a96a94cd42ef5303065f976a..53317ae761dd6b866946a07ad6a7077c18a88d4c 100755 (executable)
@@ -17,7 +17,8 @@
 #include "runtime/browser/preload_manager.h"
 
 #include <Elementary.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <stdio.h>
 
 #include "common/logger.h"
index ffdc102f5c9c9e80aec8e4733f40327ec99cf221..4d5cb506bd48c25cf725abce9af34e7ef78f7d50 100755 (executable)
@@ -14,7 +14,8 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <Elementary.h>
 
index 9cb507d805d0f067175855c87d3ffef33638b28a..20dddc6be5b266d47586277e24d27442fafea334 100755 (executable)
@@ -16,7 +16,6 @@
 
 #include "runtime/browser/runtime.h"
 
-#include <ewk_chromium.h>
 #include <Ecore.h>
 
 #include <memory>
index 38cee59247908df86810d31127fa3c6718dfb62a..afc3dbd4ea4a9240721d5370df86a4399035b26e 100644 (file)
@@ -14,7 +14,6 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
 #include <watch_app.h>
 #include <appcore-watch.h>
 
index 3f4f5dee1c22b19d25d2e29a4de35b94b1f670ee..4da9549f5fef74e296b3aff9731011666658fc11 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <app.h>
 #include <Ecore.h>
-#include <ewk_chromium.h>
 #include <aul.h>
 
 #include <algorithm>
index a8add92445ac5277984d6e239089517bb50043ad..1d898a14b9d55a92b9d47c46fd90d309e5e4add1 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "runtime/browser/web_view.h"
 
-#include <ewk_chromium.h>
 #include <functional>
 #include <sstream>
 
index bb19e5449f4eb51b7f828cc68cf4a55e8c368641..be1bcc6093a8a32371c707f592d842d25662ec13 100644 (file)
@@ -18,7 +18,8 @@
 #define XWALK_RUNTIME_BROWSER_WEB_VIEW_H_
 
 #include <Elementary.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <functional>
 #include <string>
 
index 7683c305b464950cc31b6f9e92b83a20558c8cbc..cb40b849b94f44bb491a66f992fa29725c1991e1 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "runtime/browser/web_view_impl.h"
 
-#include <ewk_chromium.h>
 #include <functional>
 #include <sstream>
 
index f5c5f6dad04afa30dfa830a58a28e13d75c4551c..73c70c197e61a9c752f9d3856275de6bc1f4d642 100644 (file)
@@ -19,7 +19,8 @@
 
 #include <efl_extension.h>
 #include <Elementary.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <map>
 #include <string>
index eb7538dd8a87718f8866c86aba1c70cef9b1b339..f0243e2dcd0ad38ee1d19dc5a261685e84a85143 100755 (executable)
@@ -15,7 +15,8 @@
  */
 
 #include <Ecore.h>
-#include <ewk_chromium.h>
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <unistd.h>
 #include <v8.h>
 #include <dlfcn.h>