| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', | 357 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', |
| 358 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', | 358 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
| 359 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', | 359 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', |
| 360 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', | 360 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', |
| 361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', | 361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', |
| 362 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', | 362 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', |
| 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/GrGLSLCaps.cpp', | |
| 368 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', | |
| 369 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', | 367 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', |
| 370 '<(skia_src_path)/gpu/glsl/GrGLSL.h', | 368 '<(skia_src_path)/gpu/glsl/GrGLSL.h', |
| 371 '<(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', |
| 371 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h', |
| 372 '<(skia_src_path)/gpu/gl/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', |
| 381 '<(skia_src_path)/gpu/SkGpuDevice.h', | 382 '<(skia_src_path)/gpu/SkGpuDevice.h', |
| (...skipping 69 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 |