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

Side by Side Diff: gyp/gpu.gypi

Issue 579733003: Revert "Move SkGpuDevice.h to src/gpu" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | include/gpu/SkGpuDevice.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 262 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
263 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 263 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
264 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 264 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
265 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', 265 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
266 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 266 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
267 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 267 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
268 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 268 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
269 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 269 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
270 270
271 # Sk files 271 # Sk files
272 '<(skia_include_path)/gpu/SkGpuDevice.h',
272 '<(skia_include_path)/gpu/SkGr.h', 273 '<(skia_include_path)/gpu/SkGr.h',
273 '<(skia_include_path)/gpu/SkGrPixelRef.h', 274 '<(skia_include_path)/gpu/SkGrPixelRef.h',
274 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 275 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
275 276
276 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h', 277 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
277 278
278 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 279 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
279 '<(skia_src_path)/gpu/SkGpuDevice.h',
280 '<(skia_src_path)/gpu/SkGr.cpp', 280 '<(skia_src_path)/gpu/SkGr.cpp',
281 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', 281 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
282 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', 282 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
283 283
284 '<(skia_src_path)/image/SkImage_Gpu.cpp', 284 '<(skia_src_path)/image/SkImage_Gpu.cpp',
285 '<(skia_src_path)/image/SkSurface_Gpu.cpp', 285 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
286 286
287 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp' 287 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp'
288 ], 288 ],
289 'skgpu_native_gl_sources': [ 289 'skgpu_native_gl_sources': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ], 344 ],
345 'skgpu_null_gl_sources': [ 345 'skgpu_null_gl_sources': [
346 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 346 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
347 347
348 # Sk files 348 # Sk files
349 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 349 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
350 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 350 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
351 ], 351 ],
352 }, 352 },
353 } 353 }
OLDNEW
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | include/gpu/SkGpuDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698