| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', | 337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |
| 338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', | 338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', |
| 339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| 340 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 340 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
| 341 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 341 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
| 342 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 342 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
| 343 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 343 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
| 344 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 344 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
| 345 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 345 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
| 346 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 346 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
| 347 '<(skia_src_path)/gpu/gl/GrGLSampler.h', |
| 347 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', | 348 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', |
| 348 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', | 349 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', |
| 349 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', | 350 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp', |
| 350 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', | 351 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h', |
| 351 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', | 352 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
| 352 '<(skia_src_path)/gpu/gl/GrGLTexture.h', | 353 '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
| 353 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', | 354 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', |
| 354 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', | 355 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', |
| 355 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', | 356 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
| 356 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 357 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 498 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 498 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 499 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 499 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 500 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
| 500 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 501 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 501 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 502 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
| 502 ], | 503 ], |
| 503 'skgpu_null_gl_sources': [ | 504 'skgpu_null_gl_sources': [ |
| 504 ], | 505 ], |
| 505 }, | 506 }, |
| 506 } | 507 } |
| OLD | NEW |