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

Side by Side Diff: skia/skia.gyp

Issue 7044062: Use SkMatrix44 for the underlying implementation of ui::Transform (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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') | ui/gfx/transform.h » ('j') | ui/gfx/transform.h » ('J')
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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
11 'sources': [ 11 'sources': [
12 '../third_party/skia/experimental/SkMatrix44.h',
13 '../third_party/skia/experimental/SkMatrix44.cpp',
12 '../third_party/skia/gpu/src/GrAllocPool.cpp', 14 '../third_party/skia/gpu/src/GrAllocPool.cpp',
13 '../third_party/skia/gpu/src/GrAtlas.cpp', 15 '../third_party/skia/gpu/src/GrAtlas.cpp',
14 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', 16 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp',
15 '../third_party/skia/gpu/src/GrBufferAllocPool.h', 17 '../third_party/skia/gpu/src/GrBufferAllocPool.h',
16 '../third_party/skia/gpu/src/GrClip.cpp', 18 '../third_party/skia/gpu/src/GrClip.cpp',
17 '../third_party/skia/gpu/src/GrContext.cpp', 19 '../third_party/skia/gpu/src/GrContext.cpp',
18 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp', 20 '../third_party/skia/gpu/src/GrCreatePathRenderer_none.cpp',
19 '../third_party/skia/gpu/src/GrDrawTarget.cpp', 21 '../third_party/skia/gpu/src/GrDrawTarget.cpp',
20 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', 22 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp',
21 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', 23 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp',
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 ], 988 ],
987 }, 989 },
988 ], 990 ],
989 } 991 }
990 992
991 # Local Variables: 993 # Local Variables:
992 # tab-width:2 994 # tab-width:2
993 # indent-tabs-mode:nil 995 # indent-tabs-mode:nil
994 # End: 996 # End:
995 # vim: set expandtab tabstop=2 shiftwidth=2: 997 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | ui/gfx/transform.h » ('j') | ui/gfx/transform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698