| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', | 363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', |
| 364 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', | 364 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', |
| 365 | 365 |
| 366 # GLSL | 366 # GLSL |
| 367 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', | 367 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', |
| 368 '<(skia_src_path)/gpu/glsl/GrGLSL.h', | 368 '<(skia_src_path)/gpu/glsl/GrGLSL.h', |
| 369 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', | 369 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', |
| 370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', | 370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', |
| 371 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', | 371 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', |
| 372 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', | 372 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h', |
| 373 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp', |
| 374 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h', |
| 373 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', | 375 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', |
| 374 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', | 376 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', |
| 375 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h', | 377 '<(skia_src_path)/gpu/glsl/GrGLSLTextureSampler.h', |
| 376 | 378 |
| 377 # Sk files | 379 # Sk files |
| 378 '<(skia_include_path)/gpu/SkGr.h', | 380 '<(skia_include_path)/gpu/SkGr.h', |
| 379 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 381 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
| 380 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 382 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
| 381 | 383 |
| 382 '<(skia_include_path)/gpu/gl/SkGLContext.h', | 384 '<(skia_include_path)/gpu/gl/SkGLContext.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 459 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 458 ], | 460 ], |
| 459 'skgpu_null_gl_sources': [ | 461 'skgpu_null_gl_sources': [ |
| 460 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 462 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 461 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 463 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 462 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 464 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 463 ], | 465 ], |
| 464 }, | 466 }, |
| 465 } | 467 } |
| OLD | NEW |