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

Side by Side Diff: gyp/gpu.gypi

Issue 872543002: Take budgeted param when snapping new image. (Closed) Base URL: https://skia.googlesource.com/skia.git@budgeted
Patch Set: Address comment and rebase Created 5 years, 11 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 | include/core/SkSurface.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 # 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 293 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
294 294
295 '<(skia_include_path)/gpu/gl/SkGLContext.h', 295 '<(skia_include_path)/gpu/gl/SkGLContext.h',
296 296
297 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 297 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
298 '<(skia_src_path)/gpu/SkGpuDevice.h', 298 '<(skia_src_path)/gpu/SkGpuDevice.h',
299 '<(skia_src_path)/gpu/SkGr.cpp', 299 '<(skia_src_path)/gpu/SkGr.cpp',
300 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', 300 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
301 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', 301 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
302 302
303 '<(skia_src_path)/image/SkImage_Gpu.h',
303 '<(skia_src_path)/image/SkImage_Gpu.cpp', 304 '<(skia_src_path)/image/SkImage_Gpu.cpp',
304 '<(skia_src_path)/image/SkSurface_Gpu.h', 305 '<(skia_src_path)/image/SkSurface_Gpu.h',
305 '<(skia_src_path)/image/SkSurface_Gpu.cpp', 306 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
306 307
307 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' 308 '<(skia_src_path)/gpu/gl/SkGLContext.cpp'
308 ], 309 ],
309 'skgpu_native_gl_sources': [ 310 'skgpu_native_gl_sources': [
310 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', 311 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
311 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', 312 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
312 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 313 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 365 ],
365 'skgpu_null_gl_sources': [ 366 'skgpu_null_gl_sources': [
366 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 367 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
367 368
368 # Sk files 369 # Sk files
369 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 370 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
370 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 371 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
371 ], 372 ],
372 }, 373 },
373 } 374 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698