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

Unified Diff: skia/skia.gyp

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use bungeman's change on Skia 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 578b87be067b6773e6958d7e42682d7dde16840a..9c7041ecedf9493e81689bdca58cca06064da023 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -379,8 +379,8 @@
'../third_party/skia/src/gpu/GrGpuFactory.cpp',
'../third_party/skia/src/gpu/GrGpuGL.cpp',
'../third_party/skia/src/gpu/GrGpuGL.h',
- '../third_party/skia/src/gpu/GrGpuGLFixed.cpp',
- '../third_party/skia/src/gpu/GrGpuGLFixed.h',
+# '../third_party/skia/src/gpu/GrGpuGLFixed.cpp',
+# '../third_party/skia/src/gpu/GrGpuGLFixed.h',
'../third_party/skia/src/gpu/GrGpuGLShaders.cpp',
'../third_party/skia/src/gpu/GrGpuGLShaders.h',
'../third_party/skia/src/gpu/GrGpuVertex.h',
@@ -658,6 +658,7 @@
'../third_party/skia/include/pdf/SkPDFTypes.h',
'../third_party/skia/include/pdf/SkPDFUtils.h',
+ '../third_party/skia/include/ports/SkSandbox_win.h',
'../third_party/skia/include/ports/SkStream_Win.h',
'../third_party/skia/include/ports/SkTypeface_win.h',
@@ -695,6 +696,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',
« chrome/renderer/print_web_view_helper.h ('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