fixup! [M67 Dev][Tizen] Fix crashes at webview launch 21/287621/2
authorChandan Padhi <c.padhi@samsung.com>
Wed, 1 Feb 2023 12:06:11 +0000 (17:36 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 2 Feb 2023 03:57:43 +0000 (03:57 +0000)
Applying this change for desktop as well to fix webview crash at launch.

Change-Id: Icd2759ee0a8adfb6ae08d6b5a8d0c4ad0180c5da
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tools/v8_context_snapshot/v8_context_snapshot.gni

index 4975b79..e434961 100644 (file)
@@ -16,7 +16,7 @@ declare_args() {
   # TODO(crbug.com/764576): Enable the feature on more environments.
   # Disable in mac and win cross builds since building Blink twice is slow.
   use_v8_context_snapshot =
-      !is_chromeos && !is_android && !is_tizen && !is_castos && !is_fuchsia &&
+      !is_chromeos && !is_android && !use_efl && !is_castos && !is_fuchsia &&
       !(host_os == "mac" && current_cpu == "x86") &&
       # Android may build for both 64 bit and 32bit. When this happens, the
       # v8_target_cpu will not equal the target_cpu (for example,