From b0a34d80c5c7b06db8083a547f8e499781a9c169 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 11 Jul 2012 19:57:55 +0000 Subject: 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 --- gyp/core.gyp | 1 + gyp/tests.gyp | 1 + 2 files changed, 2 insertions(+) (limited to 'gyp') 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', -- cgit v1.2.3