9ad5184453
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/
11 lines
427 B
C++
11 lines
427 B
C++
--- gpu/config/gpu_test_config.cc.orig 2022-02-28 16:54:41 UTC
|
|
+++ gpu/config/gpu_test_config.cc
|
|
@@ -29,7 +29,7 @@ GPUTestConfig::OS GetCurrentOS() {
|
|
#if BUILDFLAG(IS_CHROMEOS_ASH)
|
|
return GPUTestConfig::kOsChromeOS;
|
|
#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
- BUILDFLAG(IS_OPENBSD)
|
|
+ BUILDFLAG(IS_BSD)
|
|
return GPUTestConfig::kOsLinux;
|
|
#elif BUILDFLAG(IS_WIN)
|
|
int32_t major_version = 0;
|