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

Unified Diff: skia/skia_library.gypi

Issue 26528002: Add SK_CROP_RECT_IS_INT to Chrome's Skia build, in order to avoid build-breakage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | 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 5c62a452e9d985acf9e697358f57755111e0b84e..e57445ac4960f4d521d8a4781255bfa84f2b176e 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -41,6 +41,7 @@
'SK_SUPPORT_GPU=<(skia_support_gpu)',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'SK_ENABLE_LEGACY_API_ALIASING=1',
+ 'SK_CROP_RECT_IS_INT=1',
],
'default_font_cache_limit': '(20*1024*1024)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698