Enable chrome with aura for desktop 39/284439/2
authorChandan Padhi <c.padhi@samsung.com>
Thu, 17 Nov 2022 05:57:14 +0000 (11:27 +0530)
committerChandan Padhi <c.padhi@samsung.com>
Thu, 17 Nov 2022 08:35:55 +0000 (14:05 +0530)
This commit fixes build errors to bring up default chrome with
aura for desktop.

Build: $ ./tizen_src/build/build_desktop.sh
Launch: $ ./out.x64/chrome --no-sandbox --ignore-gpu-blocklist
          --in-process-gpu --use-gl=egl

Change-Id: Ic65a5142060a6d86737113f3e30e406f810ef781
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tizen_src/build/common.sh
tizen_src/build/gn_chromiumefl.sh
tizen_src/ewk/BUILD.gn

index 669c40a..9667aaf 100755 (executable)
@@ -181,7 +181,7 @@ function hostGnChromiumEfl() {
 
 function hostNinja() {
   if [[ $SKIP_NINJA == 0 ]]; then
-    TARGETS="chromium-ewk efl_webprocess efl_webview_app ubrowser content_shell"
+    TARGETS="chromium-ewk efl_webprocess efl_webview_app ubrowser content_shell chrome"
     if [[ $BUILD_EWK_UNITTESTS == 1 ]]; then
       TARGETS="$TARGETS ewk_unittests"
     fi
index 38f8ef1..4d25b31 100755 (executable)
@@ -166,7 +166,6 @@ add_tizen_flags() {
                              gcc_ver=\"$(getGccVersion)\"
                              python_ver=\"$(getPythonVersion)\"
                              is_official_build=true
-                             linux_use_bundled_binutils=false
                              enable_nacl=false
                              enable_basic_printing=false
                              enable_print_preview=false
index 9436b36..9bff27b 100644 (file)
@@ -5,7 +5,7 @@
 group("chromium_efl_all") {
   testonly = true
   deps = [
-    #    "//tizen_src/ewk/unittest:ewk_unittests",
+    "//chrome:chrome",
     "//tizen_src/ewk/efl_webview_app:efl_webview_app",
     "//tizen_src/ewk/ubrowser:ubrowser",
   ]