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

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: rebase onto master 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/gpu/GrTestUtils.h » ('j') | include/gpu/GrTestUtils.h » ('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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
66 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 66 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
67 '<(skia_src_path)/gpu/GrBatch.cpp', 67 '<(skia_src_path)/gpu/GrBatch.cpp',
68 '<(skia_src_path)/gpu/GrBatch.h', 68 '<(skia_src_path)/gpu/GrBatch.h',
69 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 69 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
70 '<(skia_src_path)/gpu/GrBatchAtlas.h', 70 '<(skia_src_path)/gpu/GrBatchAtlas.h',
71 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 71 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
72 '<(skia_src_path)/gpu/GrBatchFontCache.h', 72 '<(skia_src_path)/gpu/GrBatchFontCache.h',
73 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 73 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
74 '<(skia_src_path)/gpu/GrBatchTarget.h', 74 '<(skia_src_path)/gpu/GrBatchTarget.h',
75 '<(skia_src_path)/gpu/GrBatchTest.cpp',
76 '<(skia_src_path)/gpu/GrBatchTest.h',
75 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 77 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
76 '<(skia_src_path)/gpu/GrBitmapTextContext.h', 78 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
77 '<(skia_src_path)/gpu/GrBlend.cpp', 79 '<(skia_src_path)/gpu/GrBlend.cpp',
78 '<(skia_src_path)/gpu/GrBlend.h', 80 '<(skia_src_path)/gpu/GrBlend.h',
79 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 81 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
80 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 82 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
81 '<(skia_src_path)/gpu/GrClip.cpp', 83 '<(skia_src_path)/gpu/GrClip.cpp',
82 '<(skia_src_path)/gpu/GrClipMaskCache.h', 84 '<(skia_src_path)/gpu/GrClipMaskCache.h',
83 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 85 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
84 '<(skia_src_path)/gpu/GrClipMaskManager.h', 86 '<(skia_src_path)/gpu/GrClipMaskManager.h',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 405 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
404 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 406 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
405 ], 407 ],
406 'skgpu_null_gl_sources': [ 408 'skgpu_null_gl_sources': [
407 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 409 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
408 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 410 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
409 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 411 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
410 ], 412 ],
411 }, 413 },
412 } 414 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrTestUtils.h » ('j') | include/gpu/GrTestUtils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698