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

Unified Diff: BUILD.gn

Issue 2358713002: Adding SwiftShader compilation to Mac (Closed)
Patch Set: Trying out mac build with new version of SwiftShader Created 4 years, 3 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 | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bf9083b98606458a60a5e68b02ddc51b71cac202..d5494e093086cf97d265d56311c4438ddc781fe7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -500,7 +500,7 @@ group("both_gn_and_gyp") {
]
}
- if (is_win) {
+ if (is_win || is_linux) {
Corentin Wallez 2016/09/21 15:48:26 This is Linux and not Mac like the commit message
sugoi 2016/09/21 15:52:39 Oh, this doesn't matter for now. I committed this
deps += [ "//third_party/swiftshader" ]
}
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698