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

Unified Diff: skia/skia.gyp

Issue 10541005: roll skia to 4156 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 140519)
+++ skia/skia.gyp (working copy)
@@ -316,6 +316,9 @@
'../third_party/skia/src/core/SkWriter32.cpp',
'../third_party/skia/src/core/SkXfermode.cpp',
+ '../third_party/skia/src/pipe/SkGPipeRead.cpp',
+ '../third_party/skia/src/pipe/SkGPipeWrite.cpp',
+
'../third_party/skia/src/effects/Sk1DPathEffect.cpp',
'../third_party/skia/src/effects/Sk2DPathEffect.cpp',
'../third_party/skia/src/effects/SkAvoidXfermode.cpp',
@@ -762,6 +765,7 @@
'config',
'../third_party/skia/include/config',
'../third_party/skia/include/core',
+ '../third_party/skia/include/pipe',
'../third_party/skia/include/effects',
'../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl',

Powered by Google App Engine
This is Rietveld 408576698