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

Side by Side Diff: gyp/gpu.gypi

Issue 1348583002: Make skpaint->grpaint flow work for composing draws (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove unused inheriteds to satisfy clang Created 5 years, 2 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 | « gm/dcshader.cpp ('k') | include/core/SkShader.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '<(skia_include_path)/gpu/SkGr.h', 372 '<(skia_include_path)/gpu/SkGr.h',
373 '<(skia_include_path)/gpu/SkGrPixelRef.h', 373 '<(skia_include_path)/gpu/SkGrPixelRef.h',
374 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 374 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
375 375
376 '<(skia_include_path)/gpu/gl/SkGLContext.h', 376 '<(skia_include_path)/gpu/gl/SkGLContext.h',
377 377
378 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 378 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
379 '<(skia_src_path)/gpu/SkGpuDevice.h', 379 '<(skia_src_path)/gpu/SkGpuDevice.h',
380 '<(skia_src_path)/gpu/SkGr.cpp', 380 '<(skia_src_path)/gpu/SkGr.cpp',
381 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', 381 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
382 '<(skia_src_path)/gpu/SkGrPriv.h',
382 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', 383 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
383 384
384 '<(skia_src_path)/image/SkImage_Gpu.h', 385 '<(skia_src_path)/image/SkImage_Gpu.h',
385 '<(skia_src_path)/image/SkImage_Gpu.cpp', 386 '<(skia_src_path)/image/SkImage_Gpu.cpp',
386 '<(skia_src_path)/image/SkSurface_Gpu.h', 387 '<(skia_src_path)/image/SkSurface_Gpu.h',
387 '<(skia_src_path)/image/SkSurface_Gpu.cpp', 388 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
388 389
389 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' 390 '<(skia_src_path)/gpu/gl/SkGLContext.cpp'
390 ], 391 ],
391 'skgpu_native_gl_sources': [ 392 'skgpu_native_gl_sources': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
450 ], 451 ],
451 'skgpu_null_gl_sources': [ 452 'skgpu_null_gl_sources': [
452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
455 ], 456 ],
456 }, 457 },
457 } 458 }
OLDNEW
« no previous file with comments | « gm/dcshader.cpp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698