| OLD | NEW |
| 1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
| 2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', | 363 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
| 364 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', | 364 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', |
| 365 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', | 365 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', |
| 366 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', | 366 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
| 367 | 367 |
| 368 # Sk files | 368 # Sk files |
| 369 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 369 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 370 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 370 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 371 ], | 371 ], |
| 372 'skgpu_null_gl_sources': [ | 372 'skgpu_null_gl_sources': [ |
| 373 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 374 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 374 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 375 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 375 ], | 376 ], |
| 376 }, | 377 }, |
| 377 } | 378 } |
| OLD | NEW |