more post M116 fixes

This commit is contained in:
Alexander Frick 2023-09-04 07:44:22 -05:00
parent c1c230da79
commit 1b54b18177
13 changed files with 13 additions and 17 deletions

View File

@ -85,4 +85,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5790-1689675384-f2c28590280cc2a488b6cbfcca557eb371c00e87.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5845-1692121706-2581e1554c78da1b495c99d060301e969463dc3a.profdata"

View File

@ -93,4 +93,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5790-1689675384-f2c28590280cc2a488b6cbfcca557eb371c00e87.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5845-1692121706-2581e1554c78da1b495c99d060301e969463dc3a.profdata"

View File

@ -83,4 +83,3 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 0
# pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-main-1650682118-4e3f755b1616e713f18922c635416e67b9d69188.profdata"

View File

@ -81,4 +81,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5845-1692121706-a5ef1fa87b8741e2b68bda9a96057fd16fa7c116.profdata"

View File

@ -87,4 +87,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/Users/midzer/chromium/src/chrome/build/pgo_profiles/chrome-mac-5615-1680716428-8877adc03a5d0bb84e4013376f29a0478b3097e2.profdata"
pgo_data_path = "/Users/midzer/chromium/src/chrome/build/pgo_profiles/chrome-mac-arm-main-1687283862-4a8e9e81d303429f3e96b1c992807345a075441d.profdata"

View File

@ -80,4 +80,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/Users/midzer/chromium/src/chrome/build/pgo_profiles/chrome-mac-5615-1680716428-8877adc03a5d0bb84e4013376f29a0478b3097e2.profdata"
pgo_data_path = "/Users/midzer/chromium/src/chrome/build/pgo_profiles/chrome-mac-5845-1692121706-bfe7ddfabb5d789a18a8cee5847d4c02e8a1804b.profdata"

View File

@ -81,4 +81,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win32-5845-1692121706-2bf741a507a4b74a6fe504d4b652b559596b90f8.profdata"

View File

@ -85,4 +85,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5790-1689675384-f2c28590280cc2a488b6cbfcca557eb371c00e87.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5845-1692121706-2581e1554c78da1b495c99d060301e969463dc3a.profdata"

View File

@ -81,4 +81,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5845-1692121706-a5ef1fa87b8741e2b68bda9a96057fd16fa7c116.profdata"

View File

@ -2093,7 +2093,7 @@ test("content_browsertests") {
"//mojo/public/mojom/base",
]
data_deps += [
"//content/shell:content_shell",
"//content/shell:thorium_shell",
"//mojo/core:shared_library",
]
if (use_ozone) {

View File

@ -62,9 +62,6 @@ rm -r -f -v components/ungoogled/ &&
git checkout -f origin/main &&
git clean -ffd &&
git clean -ffd &&
git rebase-update &&
git fetch --tags &&
@ -76,6 +73,9 @@ cd ${CR_SRC_DIR} &&
gclient sync --with_branch_heads --with_tags -f -R -D &&
git clean -ffd &&
git clean -ffd &&
printf "\n" &&
printf "${GRE}Done! ${YEL}You can now run \'./version.sh\'\n" &&
tput sgr0 &&

View File

@ -50,9 +50,6 @@ cd ${CR_SRC_DIR} &&
git checkout -f tags/$THOR_VER &&
git clean -ffd &&
git clean -ffd &&
cd ~/thorium &&
# Use our artifacts hash

View File

@ -81,4 +81,4 @@ use_text_section_splitting = true
use_thin_lto = true
thin_lto_enable_optimizations = true
chrome_pgo_phase = 2
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5845-1692121706-a5ef1fa87b8741e2b68bda9a96057fd16fa7c116.profdata"