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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', | 361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', |
362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', | 362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', |
363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', | 363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', |
364 | 364 |
365 # GLSL | 365 # GLSL |
366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', | 366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', |
367 '<(skia_src_path)/gpu/glsl/GrGLSL.h', | 367 '<(skia_src_path)/gpu/glsl/GrGLSL.h', |
368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', | 368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', |
369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', | 369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp', |
370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', | 370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', |
| 371 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h', |
371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', | 372 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h', |
372 | 373 |
373 # Sk files | 374 # Sk files |
374 '<(skia_include_path)/gpu/SkGr.h', | 375 '<(skia_include_path)/gpu/SkGr.h', |
375 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 376 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
376 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 377 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
377 | 378 |
378 '<(skia_include_path)/gpu/gl/SkGLContext.h', | 379 '<(skia_include_path)/gpu/gl/SkGLContext.h', |
379 | 380 |
380 '<(skia_src_path)/gpu/SkGpuDevice.cpp', | 381 '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 453 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
453 ], | 454 ], |
454 'skgpu_null_gl_sources': [ | 455 'skgpu_null_gl_sources': [ |
455 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 456 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
456 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 457 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
457 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 458 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
458 ], | 459 ], |
459 }, | 460 }, |
460 } | 461 } |
OLD | NEW |