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

Side by Side Diff: gyp/gpu.gypi

Issue 1306823003: skia: add ability to load command_buffer_gles2 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: and NULL->nullptr, just because. Created 5 years, 3 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 | « gyp/gpu.gyp ('k') | include/gpu/gl/GrGLInterface.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 # 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', 425 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
426 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', 426 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
427 ], 427 ],
428 'skgpu_angle_gl_sources': [ 428 'skgpu_angle_gl_sources': [
429 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', 429 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
430 430
431 # Sk files 431 # Sk files
432 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h', 432 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
433 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', 433 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
434 ], 434 ],
435 'skgpu_command_buffer_gl_sources': [
436 # Sk files
437 '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
438 '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp',
439 ],
435 'skgpu_debug_gl_sources': [ 440 'skgpu_debug_gl_sources': [
436 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', 441 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
437 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', 442 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',
438 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', 443 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h',
439 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', 444 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp',
440 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', 445 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h',
441 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', 446 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h',
442 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', 447 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h',
443 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', 448 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp',
444 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', 449 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h',
(...skipping 12 matching lines...) Expand all
457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 462 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 463 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
459 ], 464 ],
460 'skgpu_null_gl_sources': [ 465 'skgpu_null_gl_sources': [
461 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 466 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
462 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 467 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
463 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 468 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
464 ], 469 ],
465 }, 470 },
466 } 471 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | include/gpu/gl/GrGLInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698