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

Side by Side Diff: gyp/gpu.gypi

Issue 954453002: Use D3D11 backend for ANGLE when available. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whitespace 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 | gyp/views.gyp » ('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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', 345 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
346 346
347 # Sk files 347 # Sk files
348 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', 348 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
349 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', 349 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
350 ], 350 ],
351 'skgpu_angle_gl_sources': [ 351 'skgpu_angle_gl_sources': [
352 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', 352 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
353 353
354 # Sk files 354 # Sk files
355 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
355 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', 356 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
356 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h',
357 ], 357 ],
358 'skgpu_debug_gl_sources': [ 358 'skgpu_debug_gl_sources': [
359 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', 359 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
360 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', 360 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
361 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', 361 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
362 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', 362 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
363 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', 363 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
364 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', 364 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
365 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', 365 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
366 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', 366 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
(...skipping 13 matching lines...) Expand all
380 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 380 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
382 ], 382 ],
383 'skgpu_null_gl_sources': [ 383 'skgpu_null_gl_sources': [
384 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 384 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
385 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 385 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
386 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 386 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
387 ], 387 ],
388 }, 388 },
389 } 389 }
OLDNEW
« no previous file with comments | « no previous file | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698