From 1b4faa7171c6a513bac10519bfeb6d9a53617ff7 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Mon, 23 Apr 2018 13:06:36 -0400 Subject: Use relative path to skcms GN file This allows clients to find this dependency when skia isn't the root of the build. Bug: skia: Change-Id: Ic1b075f962ea754fd02acc17f44363193a2bf9d1 Reviewed-on: https://skia-review.googlesource.com/123043 Commit-Queue: Brian Osman Commit-Queue: Mike Klein Auto-Submit: Brian Osman Reviewed-by: Mike Klein --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 3644a8a1c5..99d0d57a3f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -743,7 +743,7 @@ optional("skcms") { public_defines = [ "SK_USE_SKCMS" ] deps = [ - "//third_party/skcms", + "third_party/skcms", ] sources = [ "src/core/SkColorSpaceXform_skcms.cpp", -- cgit v1.2.3