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
333 B
C++
11 lines
333 B
C++
--- media/cdm/cdm_paths_unittest.cc.orig 2022-09-24 10:57:32 UTC
|
|
+++ media/cdm/cdm_paths_unittest.cc
|
|
@@ -27,7 +27,7 @@ const char kComponentPlatform[] =
|
|
"win";
|
|
#elif BUILDFLAG(IS_CHROMEOS)
|
|
"cros";
|
|
-#elif BUILDFLAG(IS_LINUX)
|
|
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
"linux";
|
|
#else
|
|
#error unsupported platform
|