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

Side by Side Diff: gyp/gpu.gypi

Issue 1334273003: Add helper for creating leaf FPs inside GrFP::TestCreate functions (Closed) Base URL: https://skia.googlesource.com/skia.git@noinputtest
Patch Set: address comment Created 5 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 | « no previous file | include/gpu/GrProcessorUnitTest.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 # 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 129 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
130 '<(skia_src_path)/gpu/GrPipeline.cpp', 130 '<(skia_src_path)/gpu/GrPipeline.cpp',
131 '<(skia_src_path)/gpu/GrPipeline.h', 131 '<(skia_src_path)/gpu/GrPipeline.h',
132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 132 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
133 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 133 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 135 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
136 '<(skia_src_path)/gpu/GrProgramDesc.h', 136 '<(skia_src_path)/gpu/GrProgramDesc.h',
137 '<(skia_src_path)/gpu/GrProgramElement.cpp', 137 '<(skia_src_path)/gpu/GrProgramElement.cpp',
138 '<(skia_src_path)/gpu/GrProcessor.cpp', 138 '<(skia_src_path)/gpu/GrProcessor.cpp',
139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
139 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', 140 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
140 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 141 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
141 '<(skia_src_path)/gpu/GrProcOptInfo.h', 142 '<(skia_src_path)/gpu/GrProcOptInfo.h',
142 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 143 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
143 '<(skia_src_path)/gpu/GrQuad.h', 144 '<(skia_src_path)/gpu/GrQuad.h',
144 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 146 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
146 '<(skia_src_path)/gpu/GrRectanizer.h', 147 '<(skia_src_path)/gpu/GrRectanizer.h',
147 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 148 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
148 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 149 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
449 ], 450 ],
450 'skgpu_null_gl_sources': [ 451 'skgpu_null_gl_sources': [
451 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
452 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
453 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
454 ], 455 ],
455 }, 456 },
456 } 457 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrProcessorUnitTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698