aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-06-01 10:40:17 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-01 15:12:26 +0000
commitba2f82986f63812d7b5ca529771d1c3962343c55 (patch)
treefe90908dff535ecbd3568eeac3d1399a4f8a7282 /BUILD.gn
parent222c9cfd1b3f50d21d4a1f93b0b52dd4973fe1b5 (diff)
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 <brianosman@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5fa81c0f7e..f26d4b946e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1382,7 +1382,7 @@ if (skia_enable_tools) {
":flags",
":skia",
":tool_utils",
- "modules/sksg:tests",
+ "modules/sksg:sg_tests",
"//third_party/libpng",
"//third_party/zlib",
]
@@ -1524,7 +1524,7 @@ if (skia_enable_tools) {
":tool_utils",
":views",
":xml",
- "modules/sksg:samples",
+ "modules/sksg:sg_samples",
"modules/skshaper",
]