mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
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/
59 lines
3.8 KiB
Text
59 lines
3.8 KiB
Text
--- chrome/app/theme/theme_resources.grd.orig 2023-03-30 00:33:41 UTC
|
|
+++ chrome/app/theme/theme_resources.grd
|
|
@@ -135,14 +135,14 @@
|
|
</if>
|
|
<if expr="_google_chrome">
|
|
<then>
|
|
- <if expr="is_linux">
|
|
+ <if expr="is_posix">
|
|
<then>
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/linux/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/linux/product_logo_32.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" file="google_chrome/linux/product_logo_32_beta.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_DEV" file="google_chrome/linux/product_logo_32_dev.png" />
|
|
</then>
|
|
- <else> <!-- not is_linux -->
|
|
+ <else> <!-- not is_posix -->
|
|
<if expr="not is_android">
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/product_logo_32.png" />
|
|
@@ -150,7 +150,7 @@
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" file="google_chrome/product_logo_32_beta.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_DEV" file="google_chrome/product_logo_32_dev.png" />
|
|
</else>
|
|
- </if> <!-- is_linux -->
|
|
+ </if> <!-- is_posix -->
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_CANARY" file="google_chrome/product_logo_32_canary.png" />
|
|
<if expr="not is_android">
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22" file="google_chrome/product_logo_name_22.png" />
|
|
@@ -162,7 +162,7 @@
|
|
<else> <!-- not _google_chrome -->
|
|
<if expr="_is_chrome_for_testing_branded">
|
|
<then>
|
|
- <if expr="is_linux">
|
|
+ <if expr="is_posix">
|
|
<then>
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/google_chrome_for_testing/linux/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/google_chrome_for_testing/linux/product_logo_32.png" />
|
|
@@ -171,10 +171,10 @@
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/google_chrome_for_testing/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/google_chrome_for_testing/product_logo_32.png" />
|
|
</else>
|
|
- </if> <!-- is_linux -->
|
|
+ </if> <!-- is_posix -->
|
|
</then>
|
|
<else> <!-- not _is_chrome_for_testing_branded -->
|
|
- <if expr="is_linux">
|
|
+ <if expr="is_posix">
|
|
<then>
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="chromium/linux/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="chromium/linux/product_logo_32.png" />
|
|
@@ -183,7 +183,7 @@
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" />
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="chromium/product_logo_32.png" />
|
|
</else>
|
|
- </if> <!-- is_linux -->
|
|
+ </if> <!-- is_posix -->
|
|
</else>
|
|
</if> <!-- _is_chrome_for_testing_branded -->
|
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22" file="chromium/product_logo_name_22.png" />
|