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

Side by Side Diff: gyp/utils.gyp

Issue 14890016: start a wrapper for color fonts (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'utils', 4 'target_name': 'utils',
5 'product_name': 'skia_utils', 5 'product_name': 'skia_utils',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'include_dirs': [ 8 'include_dirs': [
9 '../include/config', 9 '../include/config',
10 '../include/core', 10 '../include/core',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../include/utils/win/SkIStream.h', 104 '../include/utils/win/SkIStream.h',
105 '../include/utils/win/SkTScopedComPtr.h', 105 '../include/utils/win/SkTScopedComPtr.h',
106 '../src/utils/win/SkAutoCoInitialize.cpp', 106 '../src/utils/win/SkAutoCoInitialize.cpp',
107 '../src/utils/win/SkDWriteFontFileStream.cpp', 107 '../src/utils/win/SkDWriteFontFileStream.cpp',
108 '../src/utils/win/SkDWriteFontFileStream.h', 108 '../src/utils/win/SkDWriteFontFileStream.h',
109 '../src/utils/win/SkDWriteGeometrySink.cpp', 109 '../src/utils/win/SkDWriteGeometrySink.cpp',
110 '../src/utils/win/SkDWriteGeometrySink.h', 110 '../src/utils/win/SkDWriteGeometrySink.h',
111 '../src/utils/win/SkHRESULT.cpp', 111 '../src/utils/win/SkHRESULT.cpp',
112 '../src/utils/win/SkIStream.cpp', 112 '../src/utils/win/SkIStream.cpp',
113 '../src/utils/win/SkWGL_win.cpp', 113 '../src/utils/win/SkWGL_win.cpp',
114
115 #testing
116 '../src/fonts/SkGScalerContext.cpp',
117 '../src/fonts/SkGScalerContext.h',
114 ], 118 ],
115 'sources!': [ 119 'sources!': [
116 '../src/utils/SDL/SkOSWindow_SDL.cpp', 120 '../src/utils/SDL/SkOSWindow_SDL.cpp',
117 ], 121 ],
118 'conditions': [ 122 'conditions': [
119 [ 'skia_os == "mac"', { 123 [ 'skia_os == "mac"', {
120 'link_settings': { 124 'link_settings': {
121 'libraries': [ 125 'libraries': [
122 '$(SDKROOT)/System/Library/Frameworks/AGL.framework', 126 '$(SDKROOT)/System/Library/Frameworks/AGL.framework',
123 ], 127 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 }, 209 },
206 }, 210 },
207 ], 211 ],
208 } 212 }
209 213
210 # Local Variables: 214 # Local Variables:
211 # tab-width:2 215 # tab-width:2
212 # indent-tabs-mode:nil 216 # indent-tabs-mode:nil
213 # End: 217 # End:
214 # vim: set expandtab tabstop=2 shiftwidth=2: 218 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/core/SkTypeface.h » ('j') | include/core/SkTypeface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698