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

Side by Side Diff: gyp/utils.gypi

Issue 348323003: use platform-independent font for gm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add include tools for skimage Created 6 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
« no previous file with comments | « gyp/tools.gyp ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'utils' files 1 # Include this gypi to include all 'utils' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 # Classes for a threadpool. 10 # Classes for a threadpool.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', 114 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
115 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', 115 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
116 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 116 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
117 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 117 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
118 '<(skia_src_path)/utils/win/SkIStream.cpp', 118 '<(skia_src_path)/utils/win/SkIStream.cpp',
119 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 119 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
120 120
121 #testing 121 #testing
122 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 122 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
123 '<(skia_src_path)/fonts/SkGScalerContext.h', 123 '<(skia_src_path)/fonts/SkGScalerContext.h',
124 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
125 '<(skia_src_path)/fonts/SkTestScalerContext.h',
124 ], 126 ],
125 } 127 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698