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

Side by Side Diff: gyp/gpu.gypi

Issue 2108403005: Move GrNonAAFillRectPerspectiveBatch to its own file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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') | 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', 240 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
241 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', 241 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
242 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', 242 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp',
243 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', 243 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
244 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', 244 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
245 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', 245 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
246 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp', 246 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp',
247 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h', 247 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h',
248 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', 248 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
249 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', 249 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
250 '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp',
250 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', 251 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
251 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', 252 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
252 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', 253 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp',
253 '<(skia_src_path)/gpu/batches/GrNinePatch.h', 254 '<(skia_src_path)/gpu/batches/GrNinePatch.h',
254 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', 255 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp',
255 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', 256 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h',
256 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', 257 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
257 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', 258 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
258 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', 259 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
259 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', 260 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
525 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
526 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
527 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
528 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
529 ], 530 ],
530 'skgpu_null_gl_sources': [ 531 'skgpu_null_gl_sources': [
531 ], 532 ],
532 }, 533 },
533 } 534 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrTestUtils.h » ('j') | src/gpu/GrTestUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698