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

Side by Side Diff: gyp/utils.gypi

Issue 325733004: Add texture compression utility (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove static cast 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 | « no previous file | src/utils/SkTextureCompressor.h » ('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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '<(skia_src_path)/utils/SkOSFile.cpp', 76 '<(skia_src_path)/utils/SkOSFile.cpp',
77 '<(skia_src_path)/utils/SkParse.cpp', 77 '<(skia_src_path)/utils/SkParse.cpp',
78 '<(skia_src_path)/utils/SkParseColor.cpp', 78 '<(skia_src_path)/utils/SkParseColor.cpp',
79 '<(skia_src_path)/utils/SkParsePath.cpp', 79 '<(skia_src_path)/utils/SkParsePath.cpp',
80 '<(skia_src_path)/utils/SkPictureUtils.cpp', 80 '<(skia_src_path)/utils/SkPictureUtils.cpp',
81 '<(skia_src_path)/utils/SkPathUtils.cpp', 81 '<(skia_src_path)/utils/SkPathUtils.cpp',
82 '<(skia_src_path)/utils/SkProxyCanvas.cpp', 82 '<(skia_src_path)/utils/SkProxyCanvas.cpp',
83 '<(skia_src_path)/utils/SkSHA1.cpp', 83 '<(skia_src_path)/utils/SkSHA1.cpp',
84 '<(skia_src_path)/utils/SkSHA1.h', 84 '<(skia_src_path)/utils/SkSHA1.h',
85 '<(skia_src_path)/utils/SkRTConf.cpp', 85 '<(skia_src_path)/utils/SkRTConf.cpp',
86 '<(skia_src_path)/utils/SkTextureCompressor.cpp',
87 '<(skia_src_path)/utils/SkTextureCompressor.h',
86 '<(skia_src_path)/utils/SkThreadUtils.h', 88 '<(skia_src_path)/utils/SkThreadUtils.h',
87 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', 89 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
88 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', 90 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
89 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp', 91 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp',
90 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp', 92 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp',
91 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', 93 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp',
92 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', 94 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
93 '<(skia_src_path)/utils/SkThreadUtils_win.h', 95 '<(skia_src_path)/utils/SkThreadUtils_win.h',
94 '<(skia_src_path)/utils/SkTFitsIn.h', 96 '<(skia_src_path)/utils/SkTFitsIn.h',
95 '<(skia_src_path)/utils/SkTLogic.h', 97 '<(skia_src_path)/utils/SkTLogic.h',
(...skipping 16 matching lines...) Expand all
112 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 114 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
113 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 115 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
114 '<(skia_src_path)/utils/win/SkIStream.cpp', 116 '<(skia_src_path)/utils/win/SkIStream.cpp',
115 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 117 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
116 118
117 #testing 119 #testing
118 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 120 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
119 '<(skia_src_path)/fonts/SkGScalerContext.h', 121 '<(skia_src_path)/fonts/SkGScalerContext.h',
120 ], 122 ],
121 } 123 }
OLDNEW
« no previous file with comments | « no previous file | src/utils/SkTextureCompressor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698