aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-01 19:06:57 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-01 19:06:57 +0000
commitc58b126623d68a64e225fc8612dfbd6a7e56e97b (patch)
tree8cab99c1148d40bf52b9f4c9cc59148b8255d2d1 /gyp/gpu.gypi
parent17a595a1aef9112cba287b6b1e1a5baa1a4719c4 (diff)
Move android gl files from src/gpu/android to src/gpu/gl/android.
R=robertphillips@google.com Review URL: https://codereview.appspot.com/6590051 git-svn-id: http://skia.googlecode.com/svn/trunk@5757 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gpu.gypi')
-rw-r--r--gyp/gpu.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 7731aa9978..840abf54b1 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -183,7 +183,7 @@
'<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
'<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp',
'<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
- '<(skia_src_path)/gpu/android/GrGLCreateNativeInterface_android.cpp',
+ '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
],
'gr_mesa_gl_sources': [
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
@@ -236,7 +236,7 @@
'<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp',
'<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp',
'<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp',
- '<(skia_src_path)/gpu/android/SkNativeGLContext_android.cpp',
+ '<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp',
],
'skgr_angle_gl_sources': [
'<(skia_include_path)/gpu/gl/SkANGLEGLContext.h',