aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
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",