From ba2f82986f63812d7b5ca529771d1c3962343c55 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Fri, 1 Jun 2018 10:40:17 -0400 Subject: Rename sg tests and samples targets to fix Visual Studio name conflict GN was emitting projects for the SG versions of tests and samples, which conflicted with the top-level versions of those. This made the normal GN VS IDE files confusing, and the merged ones totally broken. Change-Id: Ifd048258d4358ed2852d5263b16278c5b8ebd9c4 Reviewed-on: https://skia-review.googlesource.com/131391 Commit-Queue: Brian Osman Commit-Queue: Jim Van Verth Commit-Queue: Florin Malita Auto-Submit: Brian Osman Reviewed-by: Jim Van Verth Reviewed-by: Florin Malita --- modules/sksg/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3