aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 19:57:55 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 19:57:55 +0000
commitb0a34d80c5c7b06db8083a547f8e499781a9c169 (patch)
treeaaaa2cce1f8ee80e7c735c91204b8e69f55eca8a /gyp
parent548a433ec356cc38f73780563501a00ed937c49c (diff)
idea: add annotation to SkPaint
Review URL: https://codereview.appspot.com/6355050 git-svn-id: http://skia.googlecode.com/svn/trunk@4555 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp1
-rw-r--r--gyp/tests.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index a109d7b23f..7b5402404f 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -9,6 +9,7 @@
'../src/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
'../src/core/Sk64.cpp',
'../src/core/SkAAClip.cpp',
+ '../src/core/SkAnnotation.cpp',
'../src/core/SkAdvancedTypefaceMetrics.cpp',
'../src/core/SkAlphaRuns.cpp',
'../src/core/SkAntiRun.h',
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index cdf755ba5a..c6e2786f05 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -17,6 +17,7 @@
],
'sources': [
'../tests/AAClipTest.cpp',
+ '../tests/AnnotationTest.cpp',
'../tests/BitmapCopyTest.cpp',
'../tests/BitmapGetColorTest.cpp',
'../tests/BitSetTest.cpp',