23 lines
671 B
Diff
23 lines
671 B
Diff
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
|
index 1ec0f190614cbec39b390a4ef72085a362b13944..a1398c6631030de11aef4c4e637f2cc4580ebb19 100644
|
|
--- a/chrome/app/BUILD.gn
|
|
+++ b/chrome/app/BUILD.gn
|
|
@@ -101,6 +101,8 @@ grit("generated_resources") {
|
|
if (is_android) {
|
|
outputs += android_generated_java_resources
|
|
}
|
|
+
|
|
+ deps = [ "//brave/app:brave_generated_resources_grit" ]
|
|
}
|
|
|
|
if (is_android) {
|
|
@@ -136,7 +138,7 @@ grit("google_chrome_strings") {
|
|
}
|
|
|
|
grit("chromium_strings") {
|
|
- source = "chromium_strings.grd"
|
|
+ source = "${branding_path_component}_strings.grd"
|
|
defines = chrome_grit_defines
|
|
output_dir = "$root_gen_dir/chrome"
|
|
outputs =
|