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

Side by Side Diff: skia/skia.gyp

Issue 10271015: add GrSoftwarePathRenderer files to skia's gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 '../third_party/skia/src/gpu/GrGpuFactory.cpp', 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp',
380 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', 380 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp',
381 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', 381 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h',
382 '../third_party/skia/src/gpu/GrIndexBuffer.h', 382 '../third_party/skia/src/gpu/GrIndexBuffer.h',
383 '../third_party/skia/src/gpu/GrMatrix.cpp', 383 '../third_party/skia/src/gpu/GrMatrix.cpp',
384 '../third_party/skia/src/gpu/GrMemory.cpp', 384 '../third_party/skia/src/gpu/GrMemory.cpp',
385 '../third_party/skia/src/gpu/GrPathRenderer.cpp', 385 '../third_party/skia/src/gpu/GrPathRenderer.cpp',
386 '../third_party/skia/src/gpu/GrPathRenderer.h', 386 '../third_party/skia/src/gpu/GrPathRenderer.h',
387 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', 387 '../third_party/skia/src/gpu/GrPathRendererChain.cpp',
388 '../third_party/skia/src/gpu/GrPathRendererChain.h', 388 '../third_party/skia/src/gpu/GrPathRendererChain.h',
389 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp',
390 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
389 '../third_party/skia/src/gpu/GrPathUtils.cpp', 391 '../third_party/skia/src/gpu/GrPathUtils.cpp',
390 '../third_party/skia/src/gpu/GrPlotMgr.h', 392 '../third_party/skia/src/gpu/GrPlotMgr.h',
391 '../third_party/skia/src/gpu/GrRandom.h', 393 '../third_party/skia/src/gpu/GrRandom.h',
392 '../third_party/skia/src/gpu/GrRectanizer.h', 394 '../third_party/skia/src/gpu/GrRectanizer.h',
393 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', 395 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp',
394 '../third_party/skia/src/gpu/GrRenderTarget.cpp', 396 '../third_party/skia/src/gpu/GrRenderTarget.cpp',
395 '../third_party/skia/src/gpu/GrResource.cpp', 397 '../third_party/skia/src/gpu/GrResource.cpp',
396 '../third_party/skia/src/gpu/GrResourceCache.cpp', 398 '../third_party/skia/src/gpu/GrResourceCache.cpp',
397 '../third_party/skia/src/gpu/GrResourceCache.h', 399 '../third_party/skia/src/gpu/GrResourceCache.h',
398 '../third_party/skia/src/gpu/GrStencil.cpp', 400 '../third_party/skia/src/gpu/GrStencil.cpp',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 ], 1257 ],
1256 'include_dirs': [ 1258 'include_dirs': [
1257 '..', 1259 '..',
1258 ], 1260 ],
1259 'sources': [ 1261 'sources': [
1260 'ext/image_operations_bench.cc', 1262 'ext/image_operations_bench.cc',
1261 ], 1263 ],
1262 }, 1264 },
1263 ], 1265 ],
1264 } 1266 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698