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

Unified Diff: skia/skia.gyp

Issue 12989022: Roll Skia DEPS to r8339 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 189815)
+++ skia/skia.gyp (working copy)
@@ -98,7 +98,6 @@
'../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
'../third_party/skia/src/ports/SkFontHost_android.cpp',
#'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
- '../third_party/skia/src/ports/SkFontHost_tables.cpp',
#'../third_party/skia/src/ports/SkFontHost_linux.cpp',
'../third_party/skia/src/ports/SkFontHost_mac.cpp',
#'../third_party/skia/src/ports/SkFontHost_none.cpp',
@@ -382,9 +381,6 @@
'../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
'../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
],
- 'sources!': [
- '../third_party/skia/src/ports/SkFontHost_tables.cpp',
- ],
'defines': [
# 'SK_USE_COLOR_LUMINANCE',
],
@@ -485,7 +481,6 @@
['exclude', '/pdf/'],
['exclude', '^ext/vector_platform_device_skia\\.'],
['exclude', 'opts_check_SSE2\\.cpp$'],
- ['exclude', 'SkFontHost_tables\\.cpp$',],
],
}],
[ 'OS == "mac"', {
@@ -505,11 +500,6 @@
'sources': [
'../third_party/skia/src/utils/mac/SkStream_mac.cpp',
],
- 'sources!': [
- # The mac's fonthost implements the table methods natively,
- # so no need for these generic versions.
- '../third_party/skia/src/ports/SkFontHost_tables.cpp',
- ],
}],
[ 'OS == "win"', {
'sources!': [
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698