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

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

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Specify x11 only support on Linux Created 3 years, 10 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
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 74ec2abb4c8d40ff8cd4c70f6048fae06a6f214d..3caabf851c76e89d66f17e0e76757a056f94e757 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -382,6 +382,17 @@ FILES = [
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
},
+ # SwiftShader files:
+ {
+ 'filename': 'swiftshader/libEGL.dll',
+ 'buildtype': ['dev', 'official'],
+ 'filegroup': ['default', 'symsrc'],
+ },
+ {
+ 'filename': 'swiftshader/libGLESv2.dll',
+ 'buildtype': ['dev', 'official'],
+ 'filegroup': ['default', 'symsrc'],
+ },
# Native Client plugin files:
{
'filename': 'nacl_irt_x86_32.nexe',
@@ -607,6 +618,16 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
},
{
+ 'filename': 'swiftshader/libEGL.dll.pdb',
grt (UTC plus 2) 2017/02/27 09:31:55 +sebmarchand: this has the same filename as the EG
Sébastien Marchand 2017/02/27 16:00:22 We don't publish the symbols for the stuff not dir
sugoi 2017/02/28 16:45:09 Will add a special case for SwiftShader in that sc
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'chrome-win32-syms.zip',
+ },
+ {
+ 'filename': 'swiftshader/libGLESv2.dll.pdb',
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'chrome-win32-syms.zip',
+ },
+ {
'filename': 'mini_installer.exe.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',

Powered by Google App Engine
This is Rietveld 408576698