From 68d3d1d74ccc49612e90579bc0a9cde86a92b372 Mon Sep 17 00:00:00 2001 From: mkarolin Date: Thu, 10 Sep 2020 15:05:30 -0400 Subject: [PATCH] Restores branding path config arg for Android. This arg is needed on Android so that the correct .grd is used (e.g brave_strings.grd instead of chromium_strings.grd, see chrome-app-BUILD.gn.patch). Fixes brave/brave-browser#11656 --- build/commands/lib/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/commands/lib/config.js b/build/commands/lib/config.js index 49c8085322ea..4fd1d2e8f596 100755 --- a/build/commands/lib/config.js +++ b/build/commands/lib/config.js @@ -312,7 +312,6 @@ Config.prototype.buildArgs = function () { // These do not exist on android // TODO - recheck delete args.enable_nacl - delete args.branding_path_component delete args.enable_hangout_services_extension delete args.brave_infura_project_id // Ideally we'd not pass this on Linux CI and then