[M108 Migration] Remove javascript dialogs dependency on boringssl and skia 01/288201/3
authorChandan Padhi <c.padhi@samsung.com>
Mon, 13 Feb 2023 14:40:50 +0000 (20:10 +0530)
committerBot Blink <blinkbot@samsung.com>
Wed, 15 Feb 2023 00:51:06 +0000 (00:51 +0000)
Removing this unnecessary dependency would prevent chromium-efl's
dependency on boringssl so that opensource vulnerability for boringssl
does not have to be taken into consideration.

Reference: https://review.tizen.org/gerrit/270389/

Change-Id: If7ad8e4c82a2e07aefc38baf1e81fcac5e4c5729
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tizen_src/chromium_impl/components/js_dialogs_efl/BUILD.gn

index b6923f9..73e42d2 100644 (file)
@@ -12,8 +12,6 @@ static_library("js_dialogs_efl") {
   deps = [
     "//base",
     "//content/public/common",
-    "//skia",
-    "//third_party/boringssl",
   ]
   include_dirs = [ ".." ]
   sources = [