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

Side by Side Diff: gyp/gpu.gypi

Issue 1919993002: Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel buffer on Windows. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Plumb gamma to shader, fix window title Created 4 years, 7 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
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', 247 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
248 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', 248 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
249 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', 249 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
250 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', 250 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
251 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', 251 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
252 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h', 252 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h',
253 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 253 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
254 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', 254 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
255 255
256 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 256 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
257 '<(skia_src_path)/gpu/effects/GrColorSpaceEffect.cpp',
258 '<(skia_src_path)/gpu/effects/GrColorSpaceEffect.h',
257 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 259 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
258 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 260 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
259 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 261 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
260 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 262 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
261 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', 263 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
262 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', 264 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
263 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', 265 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
264 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 266 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
265 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', 267 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
266 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', 268 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 505 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
504 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 506 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
505 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 507 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
506 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 508 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
507 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 509 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
508 ], 510 ],
509 'skgpu_null_gl_sources': [ 511 'skgpu_null_gl_sources': [
510 ], 512 ],
511 }, 513 },
512 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698