| 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 |
| 11 # | 11 # |
| 12 { | 12 { |
| 13 'variables': { | 13 'variables': { |
| 14 'skgpu_sources': [ | 14 'skgpu_sources': [ |
| 15 '<(skia_include_path)/gpu/GrCaps.h', | 15 '<(skia_include_path)/gpu/GrCaps.h', |
| 16 '<(skia_include_path)/gpu/GrClip.h', | 16 '<(skia_include_path)/gpu/GrClip.h', |
| 17 '<(skia_include_path)/gpu/GrColor.h', | 17 '<(skia_include_path)/gpu/GrColor.h', |
| 18 '<(skia_include_path)/gpu/GrConfig.h', | 18 '<(skia_include_path)/gpu/GrConfig.h', |
| 19 '<(skia_include_path)/gpu/GrContextOptions.h', | |
| 20 '<(skia_include_path)/gpu/GrContext.h', | 19 '<(skia_include_path)/gpu/GrContext.h', |
| 21 '<(skia_include_path)/gpu/GrCoordTransform.h', | 20 '<(skia_include_path)/gpu/GrCoordTransform.h', |
| 22 '<(skia_include_path)/gpu/GrFragmentProcessor.h', | 21 '<(skia_include_path)/gpu/GrFragmentProcessor.h', |
| 23 '<(skia_include_path)/gpu/GrFragmentStage.h', | 22 '<(skia_include_path)/gpu/GrFragmentStage.h', |
| 24 '<(skia_include_path)/gpu/GrGpuResource.h', | 23 '<(skia_include_path)/gpu/GrGpuResource.h', |
| 25 '<(skia_include_path)/gpu/GrInvariantOutput.h', | 24 '<(skia_include_path)/gpu/GrInvariantOutput.h', |
| 26 '<(skia_include_path)/gpu/GrPaint.h', | 25 '<(skia_include_path)/gpu/GrPaint.h', |
| 27 '<(skia_include_path)/gpu/GrPathRendererChain.h', | 26 '<(skia_include_path)/gpu/GrPathRendererChain.h', |
| 28 '<(skia_include_path)/gpu/GrProcessor.h', | 27 '<(skia_include_path)/gpu/GrProcessor.h', |
| 29 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', | 28 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 414 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 416 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 415 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 417 ], | 416 ], |
| 418 'skgpu_null_gl_sources': [ | 417 'skgpu_null_gl_sources': [ |
| 419 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 418 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 420 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 419 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 421 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 420 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 422 ], | 421 ], |
| 423 }, | 422 }, |
| 424 } | 423 } |
| OLD | NEW |