diff options
author | 2025-08-01 23:50:15 -0400 | |
---|---|---|
committer | 2025-08-01 23:50:15 -0400 | |
commit | 78a857fcfc19d6dfca7eb10b03ed802b6a25a97c (patch) | |
tree | af737b0233af454119f415904931fd6af13f1894 /www-client/chromium/files | |
parent | e05c1b61b9df0e1cfc51bef970f6b198aa1317d0 (diff) | |
download | ppo-78a857fcfc19d6dfca7eb10b03ed802b6a25a97c.tar.xz |
Revert "what is this"
This reverts commit e05c1b61b9df0e1cfc51bef970f6b198aa1317d0.
I guess there's too much of this nonsense.
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-140-android-gni-lf.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www-client/chromium/files/chromium-140-android-gni-lf.patch b/www-client/chromium/files/chromium-140-android-gni-lf.patch deleted file mode 100644 index eaba237..0000000 --- a/www-client/chromium/files/chromium-140-android-gni-lf.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/build/config/android/config.gni b/build/config/android/config.gni -index 41aa76cfef..c22e55c0d6 100644 ---- a/build/config/android/config.gni -+++ b/build/config/android/config.gni -@@ -51,15 +51,7 @@ if (is_android) { - assert(checkout_android, - "Missing native Android toolchain support. |target_os| in your " + - ".gclient configuration file (in the parent directory of " + -- "src) must include \"android\". For example: -- --solutions = [ --... --] --target_os=[\"android\"] -- --After adding |target_os| please re-run \"gclient sync\". --") -+ "src) must include \"android\". For example: *snip") - } - } - |