summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 22:02:48 +0000
committerkeyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 22:02:48 +0000
commit360bd1416785dfe5b6e4073b6ffae4717cda87e0 (patch)
treefee15bc420e728e9d6b561d74ec2aff153144318
parent006e5479caf850e65d8b37227c87b8b9a7da2eb6 (diff)
downloadgyp-360bd1416785dfe5b6e4073b6ffae4717cda87e0.tar.gz
GrContextFactory can now expose the GLContext it is using.
Review URL: https://codereview.appspot.com/6461081 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5105 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.gyp b/tests.gyp
index b128a54..efb41f8 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -47,6 +47,7 @@
'../tests/GeometryTest.cpp',
'../tests/GLInterfaceValidation.cpp',
'../tests/GLProgramsTest.cpp',
+ '../tests/GrContextFactoryTest.cpp',
'../tests/GradientTest.cpp',
'../tests/GrMemoryPoolTest.cpp',
'../tests/InfRectTest.cpp',