-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ node_modules/ | |
*.sln | ||
debug.log | ||
npm-debug.log | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
patches/chrome-installer-mini_installer-chrome.release.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release | ||
index fe8c8c00e57dcf1cb154448d05eba6ac209ee3ed..5b5f05cbdf866ace7572066709e426b40e2e60ff 100644 | ||
--- a/chrome/installer/mini_installer/chrome.release | ||
+++ b/chrome/installer/mini_installer/chrome.release | ||
@@ -18,6 +18,7 @@ chrome.exe: %(ChromeDir)s\ | ||
# Chrome version dir entries, sorted alphabetically. | ||
# | ||
chrome.dll: %(VersionDir)s\ | ||
+brave_resources.pak: %(VersionDir)s\ | ||
chrome_100_percent.pak: %(VersionDir)s\ | ||
chrome_child.dll: %(VersionDir)s\ | ||
chrome_elf.dll: %(VersionDir)s\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn | ||
index 2cf4027737f73cff9fcd061ed46b6b92f3587e84..ed50f727682cc228ddbed518a3271999fcda0403 100644 | ||
--- a/chrome/installer/util/BUILD.gn | ||
+++ b/chrome/installer/util/BUILD.gn | ||
@@ -239,6 +239,7 @@ action("generate_strings") { | ||
|
||
inputs = [ | ||
grdfile, | ||
+ "//chrome/app/brave_strings.grd", | ||
] | ||
|
||
outputs = [ |