aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar tomhudson <tomhudson@google.com>2016-03-23 10:51:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-23 10:51:21 -0700
commit734351d2555024a679c4e4f5e13e8be2329803d2 (patch)
treeab10f97e83b00faa543f7130e325fe0ee83a5181 /gyp
parent7dbd45d2c7427d2c679d6507435d2f0220bf64ef (diff)
Publicly expose one accelerated swizzle.
SkOpts is intentionally internal, but we want to give Chrome access to those pieces that would seriously benefit them. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1822363002 Review URL: https://codereview.chromium.org/1822363002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 7c873c926e..443029d49e 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -280,6 +280,7 @@
'<(skia_src_path)/core/SkStrokerPriv.cpp',
'<(skia_src_path)/core/SkStrokerPriv.h',
'<(skia_src_path)/core/SkSurfacePriv.h',
+ '<(skia_src_path)/core/SkSwizzle.cpp',
'<(skia_src_path)/core/SkTaskGroup.cpp',
'<(skia_src_path)/core/SkTaskGroup.h',
'<(skia_src_path)/core/SkTDPQueue.h',
@@ -393,6 +394,7 @@
'<(skia_include_path)/core/SkString.h',
'<(skia_include_path)/core/SkStrokeRec.h',
'<(skia_include_path)/core/SkSurface.h',
+ '<(skia_include_path)/core/SkSwizzle.h',
'<(skia_include_path)/core/SkTRegistry.h',
'<(skia_include_path)/core/SkTextBlob.h',
'<(skia_include_path)/core/SkTime.h',