From 4937c2c778225964dc9e7ab1e23eea24bfdc33c1 Mon Sep 17 00:00:00 2001 From: ring_king <1300547600@qq.com> Date: Thu, 29 Feb 2024 08:48:17 +0000 Subject: [PATCH] close cef chromium Signed-off-by: ring_king <1300547600@qq.com> --- inherit/2in1.json | 8 -------- inherit/default.json | 8 -------- inherit/tablet.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/inherit/2in1.json b/inherit/2in1.json index 33bd3ef..013da89 100644 --- a/inherit/2in1.json +++ b/inherit/2in1.json @@ -119,18 +119,10 @@ { "subsystem": "thirdparty", "components": [ - { - "component": "cef", - "features": [] - }, { "component": "libjpeg-turbo", "features": [] }, - { - "component": "chromium", - "features": [] - }, { "component": "curl", "features": [] diff --git a/inherit/default.json b/inherit/default.json index d062426..eb82080 100644 --- a/inherit/default.json +++ b/inherit/default.json @@ -750,14 +750,6 @@ { "component": "webview", "features": [] - }, - { - "component": "cef", - "features": [] - }, - { - "component": "chromium", - "features": [] } ] }, diff --git a/inherit/tablet.json b/inherit/tablet.json index 80a8bbe..4b7cc0e 100644 --- a/inherit/tablet.json +++ b/inherit/tablet.json @@ -750,14 +750,6 @@ "component": "bzip2", "features": [] }, - { - "component": "cef", - "features": [] - }, - { - "component": "chromium", - "features": [] - }, { "component": "cJSON", "features": [] -- Gitee