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

Unified Diff: build/common.gypi

Issue 8897008: Download SwiftShader component if WebGL is blacklisted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small changes Created 9 years 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 | chrome/browser/component_updater/swiftshader_component_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c59f9316facf2004d1c707198e1090c8e0e5c695..5ce9eecdf9ad9e3d33fad0d4450e051bde19c7c4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1180,6 +1180,9 @@
'ENABLE_WEB_INTENTS=1',
],
}],
+ ['OS=="win" and branding=="Chrome"', {
+ 'defines': ['ENABLE_SWIFTSHADER'],
+ }],
], # conditions for 'target_defaults'
'target_conditions': [
['enable_wexit_time_destructors==1', {
« no previous file with comments | « no previous file | chrome/browser/component_updater/swiftshader_component_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698