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

Side by Side Diff: skia/skia.gyp

Issue 7381004: Add sfntly library for font subsetting used in print preview. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update sfntly version to the one clang friendly Created 9 years, 5 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') | third_party/sfntly/COPYING.txt » ('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 (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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'GR_DLL', 836 'GR_DLL',
837 'SKIA_DLL', 837 'SKIA_DLL',
838 ], 838 ],
839 }, 839 },
840 },], 840 },],
841 ], 841 ],
842 'dependencies': [ 842 'dependencies': [
843 'skia_opts', 843 'skia_opts',
844 'skia_libtess', 844 'skia_libtess',
845 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 845 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
846 '../third_party/sfntly/sfntly.gyp:sfntly',
846 '../third_party/zlib/zlib.gyp:zlib', 847 '../third_party/zlib/zlib.gyp:zlib',
847 ], 848 ],
848 'direct_dependent_settings': { 849 'direct_dependent_settings': {
849 'include_dirs': [ 850 'include_dirs': [
850 'config', 851 'config',
851 '../third_party/skia/include/config', 852 '../third_party/skia/include/config',
852 '../third_party/skia/include/core', 853 '../third_party/skia/include/core',
853 '../third_party/skia/include/effects', 854 '../third_party/skia/include/effects',
854 '../third_party/skia/include/pdf', 855 '../third_party/skia/include/pdf',
855 '../third_party/skia/include/gpu', 856 '../third_party/skia/include/gpu',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 ], 994 ],
994 'include_dirs': [ 995 'include_dirs': [
995 '..', 996 '..',
996 ], 997 ],
997 'sources': [ 998 'sources': [
998 'ext/image_operations_bench.cc', 999 'ext/image_operations_bench.cc',
999 ], 1000 ],
1000 }, 1001 },
1001 ], 1002 ],
1002 } 1003 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/sfntly/COPYING.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698