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

Side by Side Diff: gyp/gpu.gypi

Issue 1150243003: Simplify path allocation, clean up resources correctly (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | src/gpu/gl/GrGLGpu.cpp » ('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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp', 319 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
320 '<(skia_src_path)/gpu/gl/GrGLGLSL.h', 320 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
321 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 321 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
322 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 322 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
323 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 323 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
324 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 324 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
325 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 325 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
326 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 326 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
327 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 327 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 328 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
329 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
331 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 329 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 330 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
333 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 331 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLPath.h', 332 '<(skia_src_path)/gpu/gl/GrGLPath.h',
335 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 333 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
336 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 334 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
337 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
338 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 336 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
339 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 337 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 338 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 486 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
489 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 487 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
490 ], 488 ],
491 'skgpu_null_gl_sources': [ 489 'skgpu_null_gl_sources': [
492 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 490 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
493 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 491 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
494 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 492 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
495 ], 493 ],
496 }, 494 },
497 } 495 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLGpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698