Move android gl files from src/gpu/android to src/gpu/gl/android.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 1 Oct 2012 19:06:57 +0000 (19:06 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 1 Oct 2012 19:06:57 +0000 (19:06 +0000)
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

gyp/gpu.gypi
src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp [moved from src/gpu/android/GrGLCreateNativeInterface_android.cpp with 100% similarity]
src/gpu/gl/android/SkNativeGLContext_android.cpp [moved from src/gpu/android/SkNativeGLContext_android.cpp with 100% similarity]

index 7731aa9..840abf5 100644 (file)
       '<(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',
       '<(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',