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

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: 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
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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'GR_DLL', 844 'GR_DLL',
845 'SKIA_DLL', 845 'SKIA_DLL',
846 ], 846 ],
847 }, 847 },
848 },], 848 },],
849 ], 849 ],
850 'dependencies': [ 850 'dependencies': [
851 'skia_opts', 851 'skia_opts',
852 'skia_libtess', 852 'skia_libtess',
853 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 853 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
854 '../third_party/sfntly/sfntly.gyp:sfntly',
854 '../third_party/zlib/zlib.gyp:zlib', 855 '../third_party/zlib/zlib.gyp:zlib',
855 ], 856 ],
856 'direct_dependent_settings': { 857 'direct_dependent_settings': {
857 'include_dirs': [ 858 'include_dirs': [
858 'config', 859 'config',
859 '../third_party/skia/include/config', 860 '../third_party/skia/include/config',
860 '../third_party/skia/include/core', 861 '../third_party/skia/include/core',
861 '../third_party/skia/include/effects', 862 '../third_party/skia/include/effects',
862 '../third_party/skia/include/pdf', 863 '../third_party/skia/include/pdf',
863 '../third_party/skia/include/gpu', 864 '../third_party/skia/include/gpu',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 ], 1002 ],
1002 'include_dirs': [ 1003 'include_dirs': [
1003 '..', 1004 '..',
1004 ], 1005 ],
1005 'sources': [ 1006 'sources': [
1006 'ext/image_operations_bench.cc', 1007 'ext/image_operations_bench.cc',
1007 ], 1008 ],
1008 }, 1009 },
1009 ], 1010 ],
1010 } 1011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698