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

Unified Diff: skia/skia_library.gypi

Issue 117613003: Roll Skia DEPS to r12723 - Dead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add SK_SUPPORT_DEPRECATED_SCALARROUND Created 7 years 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_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index b957fa665b57fd015575f362972bf209120ccd0d..e9a6b51cce9d1167b6f25d341586c59375ba48cb 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -44,7 +44,8 @@
'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
'SK_SUPPORT_LEGACY_COLORTYPE=1',
'GR_GL_IGNORE_ES3_MSAA=0',
- 'SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR=1'
+ 'SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR=1',
+ 'SK_SUPPORT_DEPRECATED_SCALARROUND=1'
],
'default_font_cache_limit%': '(20*1024*1024)',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698