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

Unified Diff: BUILD.gn

Issue 2358713002: Adding SwiftShader compilation to Mac (Closed)
Patch Set: Adding SwiftShader compilation to Mac Created 4 years, 1 month 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 | no next file » | 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 73c305319c8d8a4b70a3c094ceb151b8cf1747ee..42ca93b9a74f4a9ae67f57bffadcf7a50693c39a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -524,7 +524,7 @@ group("both_gn_and_gyp") {
]
}
- if (is_win) {
+ if (is_win || is_mac) {
deps += [ "//third_party/swiftshader" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698