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

Unified Diff: skia/skia.gyp

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update per code review 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
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 653d2b10c4fd40ac58a52b50024f4d98f9c2371b..2cc417cb58f705220a1c49736508f58c135b1d5b 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -692,6 +692,8 @@
'ext/platform_device_mac.cc',
'ext/platform_device_win.cc',
'ext/SkMemory_new_handler.cpp',
+ 'ext/skia_sandbox_support_win.h',
+ 'ext/skia_sandbox_support_win.cc',
'ext/skia_utils_mac.mm',
'ext/skia_utils_mac.h',
'ext/skia_utils_win.cc',
@@ -876,6 +878,7 @@
'sources!': [
'../third_party/skia/src/core/SkMMapStream.cpp',
'../third_party/skia/src/ports/SkTime_Unix.cpp',
+ '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
'ext/SkThread_chrome.cc',
],
'include_dirs': [
« skia/ext/skia_sandbox_support_win.cc ('K') | « skia/ext/skia_sandbox_support_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698