Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Side by Side Diff: gyp/gpu.gypi

Issue 916733002: Support multiple null GL contexts on a thread. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add back old GrGLCreateNullInterface until Chrome stops using it Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/gpu/gl/SkNullGLContext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
374
375 # Sk files
376 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
377 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 374 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
378 ], 375 ],
379 }, 376 },
380 } 377 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/gl/SkNullGLContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698