diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-07 17:28:41 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-07 17:28:41 +0000 |
commit | 91bcc94e8710c1ec5126a31cd805a6c64bb3c39d (patch) | |
tree | 4f57f756b56b28a3451b5203ac4af654dcb79f98 /gyp | |
parent | 68288c289cc866c999d73681f5dd79f2bf524c15 (diff) |
Make GrGLDefines.h be a private header
Review URL: http://codereview.appspot.com/6198048/
git-svn-id: http://skia.googlecode.com/svn/trunk@3851 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 6f304d1cb0..63dd6b20f8 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -201,7 +201,6 @@ '../include/gpu/gl/GrGLConfig.h', '../include/gpu/gl/GrGLConfig_chrome.h', - '../include/gpu/gl/GrGLDefines.h', '../include/gpu/gl/GrGLInterface.h', '../src/gpu/GrAAHairLinePathRenderer.cpp', @@ -284,6 +283,7 @@ '../src/gpu/gl/GrGLCreateNullInterface.cpp', '../src/gpu/gl/GrGLDefaultInterface_none.cpp', '../src/gpu/gl/GrGLDefaultInterface_native.cpp', + '../src/gpu/gl/GrGLDefines.h', '../src/gpu/gl/GrGLIndexBuffer.cpp', '../src/gpu/gl/GrGLIndexBuffer.h', '../src/gpu/gl/GrGLInterface.cpp', |