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

Unified Diff: tools/gn/secondary/skia/BUILD.gn

Issue 119803002: Add GN conversions for more GYP flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: tools/gn/secondary/skia/BUILD.gn
diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn
index 89b4911f024ba859e31fdc0f28d880de0d64e9ec..b51feb215b4c911dbeedb0db5112e5652739d2c3 100644
--- a/tools/gn/secondary/skia/BUILD.gn
+++ b/tools/gn/secondary/skia/BUILD.gn
@@ -40,7 +40,7 @@ config("skia_config") {
]
defines += "SK_SUPPORT_GPU=1"
} else {
- defines = "SK_SUPPORT_GPU=0"
+ defines += "SK_SUPPORT_GPU=0"
}
# For POSIX platforms, prefer the Mutex implementation provided by Skia

Powered by Google App Engine
This is Rietveld 408576698