From a49c6332f3ae7cdb1567248a0c14ee0b44929ac3 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Fri, 16 Jun 2023 06:42:19 -0500 Subject: [PATCH] rapsi fixes --- arm/raspi/raspi_args.gn | 4 ++-- other/CrOS/cros_args.gn | 2 +- src/third_party/widevine/cdm/widevine_cdm_version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arm/raspi/raspi_args.gn b/arm/raspi/raspi_args.gn index 4a69b4f1..7b0ee313 100644 --- a/arm/raspi/raspi_args.gn +++ b/arm/raspi/raspi_args.gn @@ -4,7 +4,7 @@ google_default_client_secret = "" target_os = "linux" target_cpu = "arm64" v8_target_cpu = "arm64" -sysroot = "/media/alex/4f370af3-b251-4d0c-9750-cdf6a5b127b1/home/alex/chromium/src/build/linux/debian_bullseye_arm64-sysroot" +#sysroot = "/home/alex/chromium/src/build/linux/debian_bullseye_arm64-sysroot" arm_version = 8 arm_arch = "armv8-a" arm_fpu = "neon-vfpv4" @@ -89,4 +89,4 @@ use_text_section_splitting = true use_thin_lto = true thin_lto_enable_optimizations = true chrome_pgo_phase = 2 -pgo_data_path = "/media/alex/4f370af3-b251-4d0c-9750-cdf6a5b127b1/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5615-1680716428-db660f555b9c2dcd6bf2bfd641997c4064597b8e.profdata" +pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5672-1683023364-b47f9a07c616c94cac9f564aa6b00a8aaaec191a.profdata" diff --git a/other/CrOS/cros_args.gn b/other/CrOS/cros_args.gn index a8f705ed..15a251a2 100644 --- a/other/CrOS/cros_args.gn +++ b/other/CrOS/cros_args.gn @@ -3,7 +3,7 @@ google_default_client_id = "" google_default_client_secret = "" # is_chancie_wancie_build = true target_os = "chromeos" -is_chromeos_device=false +is_chromeos_device = false target_cpu = "x64" is_official_build = true is_debug = false diff --git a/src/third_party/widevine/cdm/widevine_cdm_version.h b/src/third_party/widevine/cdm/widevine_cdm_version.h index 4930d3aa..43897da6 100644 --- a/src/third_party/widevine/cdm/widevine_cdm_version.h +++ b/src/third_party/widevine/cdm/widevine_cdm_version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022 The Chromium Authors and Alex313031. All rights reserved. +// Copyright 2023 The Chromium Authors and Alex313031 // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.