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

Side by Side Diff: gyp/gpu.gypi

Issue 1109153004: Initial CL to create GrBatchTest infrastructure (Closed) Base URL: https://skia.googlesource.com/skia.git@rand-batch0
Patch Set: windows warnings Created 5 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
« no previous file with comments | « no previous file | include/core/SkPostConfig.h » ('j') | src/gpu/GrTestUtils.cpp » ('J')
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 66 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
67 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 67 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
68 '<(skia_src_path)/gpu/GrBatch.cpp', 68 '<(skia_src_path)/gpu/GrBatch.cpp',
69 '<(skia_src_path)/gpu/GrBatch.h', 69 '<(skia_src_path)/gpu/GrBatch.h',
70 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 70 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
71 '<(skia_src_path)/gpu/GrBatchAtlas.h', 71 '<(skia_src_path)/gpu/GrBatchAtlas.h',
72 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 72 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
73 '<(skia_src_path)/gpu/GrBatchFontCache.h', 73 '<(skia_src_path)/gpu/GrBatchFontCache.h',
74 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 74 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
75 '<(skia_src_path)/gpu/GrBatchTarget.h', 75 '<(skia_src_path)/gpu/GrBatchTarget.h',
76 '<(skia_src_path)/gpu/GrBatchTest.cpp',
77 '<(skia_src_path)/gpu/GrBatchTest.h',
76 '<(skia_src_path)/gpu/GrBlend.cpp', 78 '<(skia_src_path)/gpu/GrBlend.cpp',
77 '<(skia_src_path)/gpu/GrBlend.h', 79 '<(skia_src_path)/gpu/GrBlend.h',
78 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 80 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
79 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 81 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
80 '<(skia_src_path)/gpu/GrClip.cpp', 82 '<(skia_src_path)/gpu/GrClip.cpp',
81 '<(skia_src_path)/gpu/GrClipMaskCache.h', 83 '<(skia_src_path)/gpu/GrClipMaskCache.h',
82 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 84 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
83 '<(skia_src_path)/gpu/GrClipMaskManager.h', 85 '<(skia_src_path)/gpu/GrClipMaskManager.h',
84 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 86 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
85 '<(skia_src_path)/gpu/GrContext.cpp', 87 '<(skia_src_path)/gpu/GrContext.cpp',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 399 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
398 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
399 ], 401 ],
400 'skgpu_null_gl_sources': [ 402 'skgpu_null_gl_sources': [
401 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 403 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
402 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 404 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
403 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 405 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
404 ], 406 ],
405 }, 407 },
406 } 408 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkPostConfig.h » ('j') | src/gpu/GrTestUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698