Files
brave-core/patches/ui-webui-resources-tools-bundle_js.gni.patch
T
cdesouza-chromiumandEmerick Rogul 2d9f81ac40 Upgrade from Chromium 132.0.6834.15 to Chromium 132.0.6834.33 (#26857)
* Update from Chromium 132.0.6834.15 to Chromium 132.0.6834.33.

* Update patches from Chromium 132.0.6834.15 to Chromium 132.0.6834.33.

* Updated strings for Chromium 132.0.6834.33.

* Fix presubmit warning about empty line in patch

* Disable additional failing upstream AutofillBubbleSignInPromoControllerTest unit tests

* Update pins list timestamp

---------

Co-authored-by: Emerick Rogul <erogul@brave.com>
2024-12-04 19:46:29 -05:00

13 lines
773 B
Diff

diff --git a/ui/webui/resources/tools/bundle_js.gni b/ui/webui/resources/tools/bundle_js.gni
index dc7540cfe05c6e8779814cc432c1dbb8e0460a47..d35b4bca42d4ea323a8b302d8087f98bb3987c19 100644
--- a/ui/webui/resources/tools/bundle_js.gni
+++ b/ui/webui/resources/tools/bundle_js.gni
@@ -123,6 +123,7 @@ template("bundle_js") {
external_paths += [ "//resources/lit/v3_0/|$lit_path" ]
if (!is_chrome_untrusted) {
+ brave_resources_path = rebase_path("$root_gen_dir/brave/ui/webui/resources/tsc/", root_build_dir) external_paths += [ "chrome://resources/brave/|$brave_resources_path", "//resources/brave/|$brave_resources_path", ]
external_paths += [ "chrome://resources/|$resources_path" ]
}
external_paths += [ "//resources/|$resources_path" ]