13 lines
697 B
Diff
13 lines
697 B
Diff
diff --git a/ui/webui/resources/tools/bundle_js_excludes.gni b/ui/webui/resources/tools/bundle_js_excludes.gni
|
|
index 544a35127374b54700255f5902e881fc5fb89d7d..404a2df5c69987461df2d18bd8383016b8cf6ee4 100644
|
|
--- a/ui/webui/resources/tools/bundle_js_excludes.gni
|
|
+++ b/ui/webui/resources/tools/bundle_js_excludes.gni
|
|
@@ -14,6 +14,7 @@ foreach(excluded_file,
|
|
"resources/js/load_time_data.js",
|
|
"resources/ash/common/load_time_data.m.js",
|
|
"resources/mwc/lit/index.js",
|
|
+ "resources/brave/leo.bundle.js", "resources/brave/opaque_ke.bundle.js",
|
|
]) {
|
|
# Exclude both the chrome://resources form and the scheme-relative form.
|
|
BUNDLE_JS_EXCLUDES += [
|