| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '<(skia_src_path)/gpu/GrDrawingManager.cpp', | 94 '<(skia_src_path)/gpu/GrDrawingManager.cpp', |
| 95 '<(skia_src_path)/gpu/GrDrawingManager.h', | 95 '<(skia_src_path)/gpu/GrDrawingManager.h', |
| 96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 97 '<(skia_src_path)/gpu/GrDrawTarget.h', | 97 '<(skia_src_path)/gpu/GrDrawTarget.h', |
| 98 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', | 98 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', |
| 99 '<(skia_src_path)/gpu/GrGeometryProcessor.h', | 99 '<(skia_src_path)/gpu/GrGeometryProcessor.h', |
| 100 '<(skia_src_path)/gpu/GrGlyph.h', | 100 '<(skia_src_path)/gpu/GrGlyph.h', |
| 101 '<(skia_src_path)/gpu/GrGpu.cpp', | 101 '<(skia_src_path)/gpu/GrGpu.cpp', |
| 102 '<(skia_src_path)/gpu/GrGpu.h', | 102 '<(skia_src_path)/gpu/GrGpu.h', |
| 103 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', | 103 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', |
| 104 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp', |
| 104 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h', | 105 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h', |
| 105 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', | 106 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', |
| 106 '<(skia_src_path)/gpu/GrGpuResource.cpp', | 107 '<(skia_src_path)/gpu/GrGpuResource.cpp', |
| 107 '<(skia_src_path)/gpu/GrGpuFactory.cpp', | 108 '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
| 108 '<(skia_src_path)/gpu/GrGpuFactory.h', | 109 '<(skia_src_path)/gpu/GrGpuFactory.h', |
| 109 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', | 110 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', |
| 110 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', | 111 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', |
| 111 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', | 112 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', |
| 112 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', | 113 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', |
| 113 '<(skia_src_path)/gpu/GrLayerAtlas.h', | 114 '<(skia_src_path)/gpu/GrLayerAtlas.h', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 516 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 516 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 517 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 517 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 518 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
| 518 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 519 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 519 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 520 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
| 520 ], | 521 ], |
| 521 'skgpu_null_gl_sources': [ | 522 'skgpu_null_gl_sources': [ |
| 522 ], | 523 ], |
| 523 }, | 524 }, |
| 524 } | 525 } |
| OLD | NEW |