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

Unified Diff: skia/BUILD.gn

Issue 2835393002: Remove SK_IGNORE_GASP_VERSION_CHECK. (Closed)
Patch Set: Windows baselines 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 529c49df676adc2e8c582fd292b14c6d0a0c6bd1..fb3d1dd8df2cb5fc802fd53ee8d95de8e4dbd3de 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 = [ "SK_IGNORE_GASP_VERSION_CHECK" ]
+ defines = []
if (is_component_build) {
defines += [ "SKIA_IMPLEMENTATION=1" ]
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/virtual/sharedarraybuffer/fast/css/color-correction-on-text-shadow-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698