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

Side by Side Diff: gyp/gpu.gypi

Issue 1834133003: added GrMSAAPathRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: blacklisted Intel Created 4 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 | src/gpu/GrPathRendererChain.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h', 227 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
228 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h', 228 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
229 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp', 229 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
230 '<(skia_src_path)/gpu/batches/GrDrawBatch.h', 230 '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
231 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', 231 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
232 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', 232 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
233 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', 233 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp',
234 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', 234 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
235 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', 235 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
236 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', 236 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
237 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp',
238 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h',
237 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', 239 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
238 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', 240 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
239 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', 241 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
240 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', 242 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
241 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', 243 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp',
242 '<(skia_src_path)/gpu/batches/GrNinePatch.h', 244 '<(skia_src_path)/gpu/batches/GrNinePatch.h',
243 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', 245 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp',
244 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', 246 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h',
245 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', 247 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
246 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', 248 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 505 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
504 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 506 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
505 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 507 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
506 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 508 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
507 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 509 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
508 ], 510 ],
509 'skgpu_null_gl_sources': [ 511 'skgpu_null_gl_sources': [
510 ], 512 ],
511 }, 513 },
512 } 514 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrPathRendererChain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698