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

Side by Side Diff: gyp/gpu.gypi

Issue 1333423003: move GrGLPathProcessor back into GrPathProcessor (Closed) Base URL: https://skia.googlesource.com/skia.git@pathgp2
Patch Set: 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 | src/gpu/GrPathProcessor.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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 308 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
309 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 309 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
310 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 310 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
311 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 311 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
312 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 312 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
313 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 313 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
314 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
315 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 315 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
316 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLPath.h', 317 '<(skia_src_path)/gpu/gl/GrGLPath.h',
318 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h',
320 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 319 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
322 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 321 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
324 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp', 322 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
325 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h', 323 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
326 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', 324 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
327 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 325 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 326 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 327 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
451 ], 449 ],
452 'skgpu_null_gl_sources': [ 450 'skgpu_null_gl_sources': [
453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 451 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 452 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 453 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
456 ], 454 ],
457 }, 455 },
458 } 456 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrPathProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698