Skip to content

Commit

Permalink
Cromite Branding: fix windows build with debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 11, 2025
1 parent 45e7ffa commit 36e27b9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build/patches/Cromite-Branding.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
.../chromium/product_logo_32.png | Bin 822 -> 2301 bytes
chrome/browser/BUILD.gn | 1 +
.../chrome/browser/omaha/UpdateConfigs.java | 2 +-
chrome/browser/prefs/BUILD.gn | 1 +
.../prefs/chrome_pref_service_factory.cc | 6 +-
.../profiles/profile_shortcut_manager_win.cc | 2 +-
.../settings/settings_menu/settings_menu.html | 14 ++-
Expand All @@ -57,7 +58,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
.../resources/about_version_mobile.css | 9 ++
content/child/runtime_features.cc | 24 +++--
tools/grit/grit/grd_reader.py | 35 +++++++
53 files changed, 187 insertions(+), 118 deletions(-)
54 files changed, 188 insertions(+), 118 deletions(-)

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

/** Possible update flow configurations. */
diff --git a/chrome/browser/prefs/BUILD.gn b/chrome/browser/prefs/BUILD.gn
--- a/chrome/browser/prefs/BUILD.gn
+++ b/chrome/browser/prefs/BUILD.gn
@@ -51,6 +51,7 @@ source_set("impl") {
deps = [
":prefs",
":util",
+ "//build:cromite_buildflags",
"//chrome/browser:browser_process",
"//chrome/browser/devtools",
"//chrome/browser/media/prefs",
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.cc b/chrome/browser/prefs/chrome_pref_service_factory.cc
--- a/chrome/browser/prefs/chrome_pref_service_factory.cc
+++ b/chrome/browser/prefs/chrome_pref_service_factory.cc
Expand Down

0 comments on commit 36e27b9

Please sign in to comment.