aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-22 06:32:39 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-22 06:32:39 -0700
commit0a8efd7355f3e258b1b4b1da6babfc8f1718ecd4 (patch)
tree57880c6921be9b11b44b62f3a6d5b94c1c7e9882
parent582a6564f36c90cc8e3e8c7338578023449b096c (diff)
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
-rw-r--r--BUILD.gn2
-rw-r--r--third_party/libjpeg-turbo/BUILD.gn (renamed from third_party/libjpeg_turbo/BUILD.gn)0
2 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b95abc9076..6b00f45558 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
diff --git a/third_party/libjpeg_turbo/BUILD.gn b/third_party/libjpeg-turbo/BUILD.gn
index 95a381b8e6..95a381b8e6 100644
--- a/third_party/libjpeg_turbo/BUILD.gn
+++ b/third_party/libjpeg-turbo/BUILD.gn