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 cfcb112..3cd67bf 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 21e1d39..7f94fb3 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 62db3cd..4927d21 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 8254687..9cdc3db 100644 (file)
@@ -14,7 +14,6 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
 #include <Elementary.h>
 #include <inputmethod.h>
 
index 8709672..df1b248 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 810c232..53317ae 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 ffdc102..4d5cb50 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 9cb507d..20dddc6 100755 (executable)
@@ -16,7 +16,6 @@
 
 #include "runtime/browser/runtime.h"
 
-#include <ewk_chromium.h>
 #include <Ecore.h>
 
 #include <memory>
index 38cee59..afc3dbd 100644 (file)
@@ -14,7 +14,6 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
 #include <watch_app.h>
 #include <appcore-watch.h>
 
index 3f4f5de..4da9549 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <app.h>
 #include <Ecore.h>
-#include <ewk_chromium.h>
 #include <aul.h>
 
 #include <algorithm>
index a8add92..1d898a1 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "runtime/browser/web_view.h"
 
-#include <ewk_chromium.h>
 #include <functional>
 #include <sstream>
 
index bb19e54..be1bcc6 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 7683c30..cb40b84 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "runtime/browser/web_view_impl.h"
 
-#include <ewk_chromium.h>
 #include <functional>
 #include <sstream>
 
index f5c5f6d..73c70c1 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 eb7538d..f0243e2 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>