Skip to content

Commit

Permalink
args updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Aug 19, 2023
1 parent d038d08 commit 3b60ac1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
8 changes: 4 additions & 4 deletions args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
visual_studio_version = "2022"
# clang_base_path = "/usr/lib/llvm-16"
# clang_version = "16"
# use_polly = true
clang_base_path = "/usr/lib/llvm-16"
clang_version = "16"
use_polly = true
target_os = "win"
target_cpu = "x64"
is_official_build = true
Expand Down Expand Up @@ -43,7 +43,7 @@ enable_cros_media_app = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"
# Set to false for Polly build
clang_use_chrome_plugins = true
clang_use_chrome_plugins = false
enable_ffmpeg_video_decoders = true
is_component_ffmpeg = false
use_webaudio_ffmpeg = false
Expand Down
9 changes: 4 additions & 5 deletions other/AVX2/AVX2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
visual_studio_version = "2022"
# is_chancie_wancie_build = true
# clang_base_path = "/usr/lib/llvm-16"
# clang_version = "16"
# use_polly = true
clang_base_path = "/usr/lib/llvm-16"
clang_version = "16"
use_polly = true
target_os = "win"
target_cpu = "x64"
is_official_build = true
Expand Down Expand Up @@ -43,7 +42,7 @@ enable_cros_media_app = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"
# Set to false for Polly build
clang_use_chrome_plugins = true
clang_use_chrome_plugins = false
enable_ffmpeg_video_decoders = true
is_component_ffmpeg = false
use_webaudio_ffmpeg = false
Expand Down
8 changes: 4 additions & 4 deletions other/SSE2/SSE2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ google_default_client_id = ""
google_default_client_secret = ""
visual_studio_version = "2022"
msvc_use_sse2 = true
# clang_base_path = "/usr/lib/llvm-16"
# clang_version = "16"
# use_polly = true
clang_base_path = "/usr/lib/llvm-16"
clang_version = "16"
use_polly = true
target_os = "win"
target_cpu = "x86"
is_official_build = true
Expand Down Expand Up @@ -43,7 +43,7 @@ enable_cros_media_app = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"
# Set to false for Polly build
clang_use_chrome_plugins = true
clang_use_chrome_plugins = false
enable_ffmpeg_video_decoders = true
is_component_ffmpeg = false
use_webaudio_ffmpeg = false
Expand Down
8 changes: 4 additions & 4 deletions other/SSE3/args_SSE3.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
visual_studio_version = "2022"
# clang_base_path = "/usr/lib/llvm-16"
# clang_version = "16"
# use_polly = true
clang_base_path = "/usr/lib/llvm-16"
clang_version = "16"
use_polly = true
target_os = "win"
target_cpu = "x64"
is_official_build = true
Expand Down Expand Up @@ -42,7 +42,7 @@ enable_cros_media_app = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"
# Set to false for Polly build
clang_use_chrome_plugins = true
clang_use_chrome_plugins = false
enable_ffmpeg_video_decoders = true
is_component_ffmpeg = false
use_webaudio_ffmpeg = false
Expand Down
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ displayHelp () {
printf "${bold}${YEL}Use the --sse3 flag for SSE3 Builds.${c0}\n" &&
printf "${bold}${YEL}Use the --sse2 flag for 32 bit SSE2 Builds.${c0}\n" &&
printf "${bold}${YEL}Use the --android flag for Android Builds.${c0}\n" &&
printf "${bold}${YEL}IMPORTANT: For Polly builds, first run build_polly.sh in Thorium/infra, then use the setup_polly.sh${c0}\n" &&
printf "${bold}${YEL}script in Thorium/other/Polly. Both of these actions should be taken AFTER running this script!${c0}\n" &&
printf "\n"
}
case $1 in
Expand Down

0 comments on commit 3b60ac1

Please sign in to comment.