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

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: More cleanup 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp', 270 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
271 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h', 271 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
272 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp', 272 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
273 '<(skia_src_path)/gpu/effects/GrDashingEffect.h', 273 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
274 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp', 274 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
275 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h', 275 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
276 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp', 276 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
277 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h', 277 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
278 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp', 278 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
279 '<(skia_src_path)/gpu/effects/GrDitherEffect.h', 279 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
280 '<(skia_src_path)/gpu/effects/GrGammaEffect.cpp',
281 '<(skia_src_path)/gpu/effects/GrGammaEffect.h',
280 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp', 282 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
281 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h', 283 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
282 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp', 284 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
283 '<(skia_src_path)/gpu/effects/GrOvalEffect.h', 285 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
284 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp', 286 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
285 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', 287 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
286 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', 288 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
287 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 289 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
288 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', 290 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
289 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 291 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
(...skipping 213 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