Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/ Requested by: mikael (via email)
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
--- build/config/compiler/pgo/pgo.gni.orig 2021-04-14 01:08:36 UTC
|
|
+++ build/config/compiler/pgo/pgo.gni
|
|
@@ -16,7 +16,7 @@ declare_args() {
|
|
# TODO(crbug.com/1052397): Remove chromeos_is_browser_only once
|
|
# target_os switch for lacros-chrome is completed.
|
|
(is_win || is_mac ||
|
|
- (is_linux && !chromeos_is_browser_only && !is_chromecast))) {
|
|
+ (is_linux && !chromeos_is_browser_only && !is_chromecast && !is_bsd))) {
|
|
chrome_pgo_phase = 2
|
|
}
|
|
|