aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/sksg/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sksg/BUILD.gn')
-rw-r--r--modules/sksg/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sksg/BUILD.gn b/modules/sksg/BUILD.gn
index 5fb45bcabf..b4c74321cd 100644
--- a/modules/sksg/BUILD.gn
+++ b/modules/sksg/BUILD.gn
@@ -50,7 +50,7 @@ source_set("sksg") {
}
}
-source_set("tests") {
+source_set("sg_tests") {
if (skia_enable_sksg) {
testonly = true
@@ -69,7 +69,7 @@ source_set("tests") {
}
}
-source_set("samples") {
+source_set("sg_samples") {
if (skia_enable_sksg && target_cpu != "wasm") { # TODO: clean up wasm test
testonly = true