forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skia] disable the dev test (microsoft#33494)
* [skia] disable the dev test * version * add option * v db * revert * v db * add patch * v db
- Loading branch information
1 parent
09076d1
commit 632a33a
Showing
5 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/BUILD.gn b/BUILD.gn | ||
index 3691123..8682b8e 100644 | ||
--- a/BUILD.gn | ||
+++ b/BUILD.gn | ||
@@ -97,7 +97,7 @@ config("skia_private") { | ||
if (is_skia_dev_build && !is_wasm) { | ||
defines += [ | ||
"SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=1", | ||
- "GR_TEST_UTILS=1", | ||
+ "GR_TEST_UTILS=0", | ||
] | ||
if (skia_enable_graphite) { | ||
defines += [ "GRAPHITE_TEST_UTILS=1" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters