Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3525)

Unified Diff: chrome/tools/build/linux/FILES.cfg

Issue 2777193002: Enable SwiftShader fallback on desktop Linux. (Closed)
Patch Set: Info collected successfully. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 3eed7b71a1e8ad373cb9e7b219a15a4a3db9a45b..aff7afd39b2b146e636a0b07172de7ab612ee24c 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -124,6 +124,15 @@ FILES = [
'filename': 'libEGL.so',
'buildtype': ['dev'],
},
+ # SwiftShader files:
+ {
+ 'filename': 'swiftshader/libGLESv2.so',
+ 'buildtype': ['dev, 'official''],
+ },
+ {
+ 'filename': 'swiftshader/libEGL.so',
+ 'buildtype': ['dev', 'official'],
+ },
# Native Client plugin files:
{
'filename': 'nacl_irt_x86_32.nexe',
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698