21 lines
915 B
Diff
21 lines
915 B
Diff
diff --git a/third_party/lit/v3_0/BUILD.gn b/third_party/lit/v3_0/BUILD.gn
|
|
index 1440270470c997187a72121bb3cc2f692fa0b675..37b9016623cc451232d1ea084e2c5cdc00c43681 100644
|
|
--- a/third_party/lit/v3_0/BUILD.gn
|
|
+++ b/third_party/lit/v3_0/BUILD.gn
|
|
@@ -154,6 +154,7 @@ ts_library("build_ts") {
|
|
"//ui/webui/resources/cr_components/searchbox:build_ts",
|
|
"//ui/webui/resources/cr_components/theme_color_picker:build_ts",
|
|
"//ui/webui/resources/cr_elements:build_ts",
|
|
+ "//chrome/browser/resources/settings:build_ts", "//brave/ui/webui/resources:build_ts"
|
|
]
|
|
tsconfig_base = "tsconfig_base.json"
|
|
composite = true
|
|
@@ -238,6 +239,7 @@ ts_library("build_ts") {
|
|
"${node_modules}/@lit/reactive-element/reactive-element.d.ts",
|
|
target_gen_dir),
|
|
]
|
|
+ import("//brave/third_party/lit/v3_0/sources.gni") visibility += brave_lit_build_ts_visibility
|
|
}
|
|
|
|
bundle_js("build_bundle") {
|