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

Side by Side Diff: gyp/ports.gyp

Issue 319533004: remove ashmem from skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet 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/images.gyp ('k') | gyp/utils.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 # Port-specific Skia library code. 1 # Port-specific Skia library code.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'ports', 5 'target_name': 'ports',
6 'product_name': 'skia_ports', 6 'product_name': 'skia_ports',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '../src/ports/SkFontMgr_default_dw.cpp', 164 '../src/ports/SkFontMgr_default_dw.cpp',
165 '../src/ports/SkOSFile_win.cpp', 165 '../src/ports/SkOSFile_win.cpp',
166 '../src/ports/SkRemotableFontMgr_win_dw.cpp', 166 '../src/ports/SkRemotableFontMgr_win_dw.cpp',
167 '../src/ports/SkTime_win.cpp', 167 '../src/ports/SkTime_win.cpp',
168 '../src/ports/SkTLS_win.cpp', 168 '../src/ports/SkTLS_win.cpp',
169 ], 169 ],
170 }], 170 }],
171 [ 'skia_os == "android"', { 171 [ 'skia_os == "android"', {
172 'sources!': [ 172 'sources!': [
173 '../src/ports/SkDebug_stdio.cpp', 173 '../src/ports/SkDebug_stdio.cpp',
174 '../src/ports/SkDiscardableMemory_none.cpp',
175 ], 174 ],
176 'sources': [ 175 'sources': [
177 '../src/ports/SkDebug_android.cpp', 176 '../src/ports/SkDebug_android.cpp',
178 '../src/ports/SkDiscardableMemory_ashmem.cpp',
179 '../src/ports/SkFontConfigInterface_android.cpp', 177 '../src/ports/SkFontConfigInterface_android.cpp',
180 '../src/ports/SkFontConfigParser_android.cpp', 178 '../src/ports/SkFontConfigParser_android.cpp',
181 '../src/ports/SkFontHost_fontconfig.cpp', 179 '../src/ports/SkFontHost_fontconfig.cpp',
182 ], 180 ],
183 'dependencies': [ 181 'dependencies': [
184 'android_deps.gyp:expat', 182 'android_deps.gyp:expat',
185 ], 183 ],
186 }], 184 }],
187 ], 185 ],
188 'direct_dependent_settings': { 186 'direct_dependent_settings': {
189 'include_dirs': [ 187 'include_dirs': [
190 '../include/ports', 188 '../include/ports',
191 ], 189 ],
192 }, 190 },
193 }, 191 },
194 ], 192 ],
195 } 193 }
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698