37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Mon, 1 May 2023 12:08:46 +0000
|
|
Subject: v113 temp fix build
|
|
|
|
---
|
|
android_webview/system_webview_bundle.gni | 4 ++++
|
|
chrome/browser/safe_browsing/BUILD.gn | 1 +
|
|
2 files changed, 5 insertions(+)
|
|
|
|
diff --git a/android_webview/system_webview_bundle.gni b/android_webview/system_webview_bundle.gni
|
|
--- a/android_webview/system_webview_bundle.gni
|
|
+++ b/android_webview/system_webview_bundle.gni
|
|
@@ -84,6 +84,10 @@ template("system_webview_bundle") {
|
|
custom_assertion_handler = crash_reporting_assertion_handler
|
|
}
|
|
}
|
|
+ } else {
|
|
+ not_needed(["_base_target_name", "_base_target_gen_dir",
|
|
+ "_base_module_build_config", "_rebased_base_module_build_config",
|
|
+ "_base_module_version_code"])
|
|
}
|
|
|
|
android_app_bundle(target_name) {
|
|
diff --git a/chrome/browser/safe_browsing/BUILD.gn b/chrome/browser/safe_browsing/BUILD.gn
|
|
--- a/chrome/browser/safe_browsing/BUILD.gn
|
|
+++ b/chrome/browser/safe_browsing/BUILD.gn
|
|
@@ -214,6 +214,7 @@ static_library("safe_browsing") {
|
|
"//components/version_info",
|
|
"//content/public/browser",
|
|
"//services/preferences/public/mojom:mojom",
|
|
+ "//third_party/flatbuffers:flatbuffers",
|
|
]
|
|
if (safe_browsing_mode == 1) {
|
|
# "Safe Browsing Full" files in addition to the "basic" ones to use for
|
|
--
|
|
2.25.1
|