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

Unified Diff: skia/BUILD.gn

Issue 2841633002: Add SK_IGNORE_GASP_VERSION_CHECK to Skia build. (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index d670db94cf4ec51934f35f168257fb4fe15c8c57..748030b5dc670844b6a2f676e25c7f55f29cfede 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -110,7 +110,7 @@ config("skia_library_config") {
include_dirs += [ "//third_party/skia/include/utils/ios" ]
}
- defines = []
+ defines = [ "SK_IGNORE_GASP_VERSION_CHECK" ]
if (is_component_build) {
defines += [ "SKIA_IMPLEMENTATION=1" ]
« 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