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

Side by Side Diff: skia/skia.gyp

Issue 7600012: Revert 95874 - Roll skia 2051->2062 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « DEPS ('k') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sources': [ 10 'sources': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../third_party/skia/gpu/src/GrMatrix.cpp', 42 '../third_party/skia/gpu/src/GrMatrix.cpp',
43 '../third_party/skia/gpu/src/GrMemory.cpp', 43 '../third_party/skia/gpu/src/GrMemory.cpp',
44 '../third_party/skia/gpu/src/GrPathRenderer.cpp', 44 '../third_party/skia/gpu/src/GrPathRenderer.cpp',
45 '../third_party/skia/gpu/src/GrPathUtils.cpp', 45 '../third_party/skia/gpu/src/GrPathUtils.cpp',
46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
47 '../third_party/skia/gpu/src/GrRenderTarget.cpp', 47 '../third_party/skia/gpu/src/GrRenderTarget.cpp',
48 '../third_party/skia/gpu/src/GrResource.cpp', 48 '../third_party/skia/gpu/src/GrResource.cpp',
49 '../third_party/skia/gpu/src/GrResourceCache.cpp', 49 '../third_party/skia/gpu/src/GrResourceCache.cpp',
50 '../third_party/skia/gpu/src/GrResourceCache.h', 50 '../third_party/skia/gpu/src/GrResourceCache.h',
51 '../third_party/skia/gpu/src/GrStencil.cpp', 51 '../third_party/skia/gpu/src/GrStencil.cpp',
52 '../third_party/skia/gpu/src/GrStencilBuffer.cpp',
53 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', 52 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp',
54 '../third_party/skia/gpu/src/GrTexture.cpp', 53 '../third_party/skia/gpu/src/GrTexture.cpp',
55 '../third_party/skia/gpu/src/GrTextContext.cpp', 54 '../third_party/skia/gpu/src/GrTextContext.cpp',
56 '../third_party/skia/gpu/src/GrTextStrike.cpp', 55 '../third_party/skia/gpu/src/GrTextStrike.cpp',
57 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 56 '../third_party/skia/gpu/src/GrTextStrike_impl.h',
58 57
59 '../third_party/skia/gpu/include/GrAllocPool.h', 58 '../third_party/skia/gpu/include/GrAllocPool.h',
60 '../third_party/skia/gpu/include/GrAllocator.h', 59 '../third_party/skia/gpu/include/GrAllocator.h',
61 '../third_party/skia/gpu/include/GrAtlas.h', 60 '../third_party/skia/gpu/include/GrAtlas.h',
62 '../third_party/skia/gpu/include/GrClip.h', 61 '../third_party/skia/gpu/include/GrClip.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 ], 997 ],
999 'include_dirs': [ 998 'include_dirs': [
1000 '..', 999 '..',
1001 ], 1000 ],
1002 'sources': [ 1001 'sources': [
1003 'ext/image_operations_bench.cc', 1002 'ext/image_operations_bench.cc',
1004 ], 1003 ],
1005 }, 1004 },
1006 ], 1005 ],
1007 } 1006 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698