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

Unified Diff: third_party/mesa/BUILD.gn

Issue 311733002: Redo escaping in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 6 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: third_party/mesa/BUILD.gn
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
index 7c56f0e66166e47a93f269a3c496ce672ef6e915..753b46ad76c5fd3ce03039dd11f650151dcaba53 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -716,7 +716,7 @@ static_library("mesa") {
if (is_win) {
# Because we're building as a static library
- defines += [ "_GLAPI_NO_EXPORTS" ]
+ defines = [ "_GLAPI_NO_EXPORTS" ]
}
deps = [

Powered by Google App Engine
This is Rietveld 408576698