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

Side by Side Diff: skia/skia.gyp

Issue 63067: Make the define of SKIA_HARFBUZZ and the link against harfbuzz.a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | webkit/webkit.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 '-Wno-unused', 698 '-Wno-unused',
699 '-Wno-unused-function', 699 '-Wno-unused-function',
700 ], 700 ],
701 'sources!': [ 701 'sources!': [
702 'ports/SkFontHost_none.cpp', 702 'ports/SkFontHost_none.cpp',
703 'sgl/SkTypeface_fake.cpp', 703 'sgl/SkTypeface_fake.cpp',
704 ], 704 ],
705 'defines': [ 705 'defines': [
706 'SKIA_HARFBUZZ', 706 'SKIA_HARFBUZZ',
707 ], 707 ],
708 'direct_dependent_settings': {
709 'defines': [
710 'SKIA_HARFBUZZ',
711 ],
712 },
713 'export_dependent_settings': [
714 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
715 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface',
716 ],
708 }], 717 }],
709 [ 'OS == "mac"', { 718 [ 'OS == "mac"', {
710 'defines': [ 719 'defines': [
711 'SK_BUILD_FOR_MAC', 720 'SK_BUILD_FOR_MAC',
712 ], 721 ],
713 }], 722 }],
714 [ 'OS == "win"', { 723 [ 'OS == "win"', {
715 'sources!': [ 724 'sources!': [
716 'images/SkMMapStream.cpp', 725 'images/SkMMapStream.cpp',
717 'ports/SkFontHost_TrueType_Tables.cpp', 726 'ports/SkFontHost_TrueType_Tables.cpp',
(...skipping 11 matching lines...) Expand all
729 'direct_dependent_settings': { 738 'direct_dependent_settings': {
730 'include_dirs': [ 739 'include_dirs': [
731 'include', 740 'include',
732 'include/corecg', 741 'include/corecg',
733 'ext', 742 'ext',
734 ], 743 ],
735 }, 744 },
736 }, 745 },
737 ], 746 ],
738 } 747 }
OLDNEW
« no previous file with comments | « no previous file | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698