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

Unified Diff: skia/skia.gyp

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix errors in checkin Created 9 years, 1 month 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
« skia/ext/SkFontHost_sandbox_win.cpp ('K') | « skia/ext/SkFontHost_sandbox_win.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 597a16480b6808ebd33c6d148e42080641445388..8c7136d77b4f30db049c8aaa130a7c0b32b2d619 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -478,7 +478,7 @@
#'../third_party/skia/src/ports/SkFontHost_linux.cpp',
'../third_party/skia/src/ports/SkFontHost_mac.cpp',
#'../third_party/skia/src/ports/SkFontHost_none.cpp',
- '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
+ #'../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
vandebo (ex-Chrome) 2011/11/18 21:35:18 We can compile this for the non-Windows case.
arthurhsu 2011/11/22 00:56:23 Done.
'../third_party/skia/src/ports/SkFontHost_win.cpp',
'../third_party/skia/src/ports/SkGlobals_global.cpp',
#'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
@@ -694,6 +694,8 @@
'ext/platform_device_linux.cc',
'ext/platform_device_mac.cc',
'ext/platform_device_win.cc',
+ 'ext/SkFontHost_sandbox_win.h',
+ 'ext/SkFontHost_sandbox_win.cpp',
'ext/SkMemory_new_handler.cpp',
'ext/skia_utils_mac.mm',
'ext/skia_utils_mac.h',
« skia/ext/SkFontHost_sandbox_win.cpp ('K') | « skia/ext/SkFontHost_sandbox_win.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698