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

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: Layer animator updates 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 | « no previous file | ui/gfx/compositor/compositor_gl.cc » ('j') | ui/gfx/compositor/compositor_win.cc » ('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 'sources': [ 10 'sources': [
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'SK_DISABLE_FAST_AA_STROKE_RECT', 716 'SK_DISABLE_FAST_AA_STROKE_RECT',
717 'SK_IGNORE_CF_OPTIMIZATION', 717 'SK_IGNORE_CF_OPTIMIZATION',
718 ], 718 ],
719 'sources!': [ 719 'sources!': [
720 '../third_party/skia/include/core/SkTypes.h', 720 '../third_party/skia/include/core/SkTypes.h',
721 ], 721 ],
722 'conditions': [ 722 'conditions': [
723 [ 'OS != "mac"', { 723 [ 'OS != "mac"', {
724 'sources/': [ 724 'sources/': [
725 ['exclude', '_mac\\.(cc|cpp|mm?)$'], 725 ['exclude', '_mac\\.(cc|cpp|mm?)$'],
726 ['exclude', '/mac/'] ], 726 ['exclude', '/mac/']
727 ],
728 'sources': [
729 '../third_party/skia/include/utils/SkMatrix44.h',
730 '../third_party/skia/src/utils/SkMatrix44.cpp',
731 ],
727 }], 732 }],
728 [ 'toolkit_uses_gtk == 0', { 733 [ 'toolkit_uses_gtk == 0', {
729 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ], 734 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ],
730 'sources!': [ 735 'sources!': [
731 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 736 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
732 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', 737 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp',
733 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 738 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
734 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 739 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
735 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 740 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
736 ], 741 ],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 ], 1002 ],
998 }, 1003 },
999 ], 1004 ],
1000 } 1005 }
1001 1006
1002 # Local Variables: 1007 # Local Variables:
1003 # tab-width:2 1008 # tab-width:2
1004 # indent-tabs-mode:nil 1009 # indent-tabs-mode:nil
1005 # End: 1010 # End:
1006 # vim: set expandtab tabstop=2 shiftwidth=2: 1011 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor_gl.cc » ('j') | ui/gfx/compositor/compositor_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698