Make GLCaps be standalone and be a member of GrGLContextInfo

Review URL: http://codereview.appspot.com/5654084/



git-svn-id: http://skia.googlecode.com/svn/trunk@3183 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 275a792..37cc4c0 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -251,6 +251,8 @@
         '../src/gpu/GrVertexBuffer.h',
         '../src/gpu/gr_unittests.cpp',
 
+        '../src/gpu/gl/GrGLCaps.cpp',
+        '../src/gpu/gl/GrGLCaps.h',
         '../src/gpu/gl/GrGLContextInfo.cpp',
         '../src/gpu/gl/GrGLContextInfo.h',
         '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',