Skip to content

Commit

Permalink
Merge pull request #10602 from brave/pr10542_ios-component-strings_1.…
Browse files Browse the repository at this point in the history
…32.x

Repack Brave components strings with iOS builds (uplift to 1.32.x)
  • Loading branch information
kjozwiak authored Oct 20, 2021
2 parents 7955dfd + 6c7bcdc commit 27f19ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ Config.prototype.buildArgs = function () {

args.ios_provider_target = "//brave/ios/browser/providers:brave_providers"

args.ios_locales_pack_extra_source_patterns = [
"%root_gen_dir%/components/brave_components_strings_",
]
args.ios_locales_pack_extra_deps = [
"//brave/components/resources:strings",
]

delete args.safebrowsing_api_endpoint
delete args.safe_browsing_mode
delete args.proprietary_codecs
Expand Down

0 comments on commit 27f19ff

Please sign in to comment.