GN: _turbo -> -turbo to match Fuchsia

We might as well match the folks who are using our GN files now.

We've got plenty of strategies in our pocket for when we try to move Chrome
onto our GN files (and who knows, there may be even a new better way by then):
  * Same sort of rename in Chrome's third_party
  * Aliased targets via //build/secondary in Chrome.
  * Indirection via build_overrides

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2265503002

Review-Url: https://codereview.chromium.org/2265503002
This commit is contained in:
mtklein 2016-08-22 06:32:39 -07:00 committed by Commit bot
parent 582a6564f3
commit 0a8efd7355
2 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ component("skia") {
deps = [
"//third_party/expat",
"//third_party/giflib",
"//third_party/libjpeg_turbo:libjpeg",
"//third_party/libjpeg-turbo:libjpeg",
"//third_party/libpng",
"//third_party/libwebp",
"//third_party/sfntly",