Skip to content

Commit 36e27b9

Browse files
committed
Cromite Branding: fix windows build with debug off
1 parent 45e7ffa commit 36e27b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

build/patches/Cromite-Branding.patch

+13-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
3636
.../chromium/product_logo_32.png | Bin 822 -> 2301 bytes
3737
chrome/browser/BUILD.gn | 1 +
3838
.../chrome/browser/omaha/UpdateConfigs.java | 2 +-
39+
chrome/browser/prefs/BUILD.gn | 1 +
3940
.../prefs/chrome_pref_service_factory.cc | 6 +-
4041
.../profiles/profile_shortcut_manager_win.cc | 2 +-
4142
.../settings/settings_menu/settings_menu.html | 14 ++-
@@ -57,7 +58,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
5758
.../resources/about_version_mobile.css | 9 ++
5859
content/child/runtime_features.cc | 24 +++--
5960
tools/grit/grit/grd_reader.py | 35 +++++++
60-
53 files changed, 187 insertions(+), 118 deletions(-)
61+
54 files changed, 188 insertions(+), 118 deletions(-)
6162

6263
diff --git a/build/BUILD.gn b/build/BUILD.gn
6364
--- a/build/BUILD.gn
@@ -13173,6 +13174,17 @@ diff --git a/chrome/browser/omaha/android/java/src/org/chromium/chrome/browser/o
1317313174
private static final long DEFAULT_UPDATE_ATTRIBUTION_WINDOW_MS = 2 * DateUtils.DAY_IN_MILLIS;
1317413175

1317513176
/** Possible update flow configurations. */
13177+
diff --git a/chrome/browser/prefs/BUILD.gn b/chrome/browser/prefs/BUILD.gn
13178+
--- a/chrome/browser/prefs/BUILD.gn
13179+
+++ b/chrome/browser/prefs/BUILD.gn
13180+
@@ -51,6 +51,7 @@ source_set("impl") {
13181+
deps = [
13182+
":prefs",
13183+
":util",
13184+
+ "//build:cromite_buildflags",
13185+
"//chrome/browser:browser_process",
13186+
"//chrome/browser/devtools",
13187+
"//chrome/browser/media/prefs",
1317613188
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.cc b/chrome/browser/prefs/chrome_pref_service_factory.cc
1317713189
--- a/chrome/browser/prefs/chrome_pref_service_factory.cc
1317813190
+++ b/chrome/browser/prefs/chrome_pref_service_factory.cc

0 commit comments

Comments
 (0)