summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-05-13 20:29:01 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-05-13 20:29:01 +0300
commita442f8b4513f385952f586f2950645ac5050556f (patch)
tree1042e00dea1198015be5937fde8f0c4439a1e34d /indra/newview
parent9626649f902cd9d5d7cbf1e8fbbd81a2952706c8 (diff)
Revert "Merge branch 'DRTVWR-531' into DRTVWR-516-maint"
This reverts commit 07456abe92ab24f373b238f6bd64087c078b7fc3, reversing changes made to 8a33636e8f56f8d1229b3f76ed6205ce8087048d.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 0207256e96..adac7af712 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -614,12 +614,6 @@ class WindowsManifest(ViewerManifest):
self.path("msvcp140.dll")
self.path("vcruntime140.dll")
- # as of CEF 88, this (apparently software rendering support)
- # folder is required - likely a Chromium bug - but including
- # for now until the root cause is found - it's tiny
- with self.prefix(src=os.path.join(pkgdir, 'bin', 'release')):
- self.path("swiftshader/")
-
# CEF files common to all configurations
with self.prefix(src=os.path.join(pkgdir, 'resources')):
self.path("cef.pak")