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

Unified Diff: skia/skia.gyp

Issue 11191074: Modifications to skia.gyp for WebKit side code suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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.gyp
===================================================================
--- skia/skia.gyp (revision 165146)
+++ skia/skia.gyp (working copy)
@@ -14,6 +14,12 @@
}, {
'skia_support_gpu': 1,
}],
+
+ ['inside_chromium_build==0', {
+ 'webkit_src_dir': '<(DEPTH)/../../..',
+ },{
+ 'webkit_src_dir': '<(DEPTH)/third_party/WebKit',
+ }],
],
'optimize': 'max',
@@ -220,23 +226,12 @@
# this flag can be removed entirely once this has baked for a while
'SK_ALLOW_OVER_32K_BITMAPS',
- # temporary for landing Skia rev 3077 with minimal layout test breakage
- 'SK_SIMPLE_TWOCOLOR_VERTICAL_GRADIENTS',
-
# skia uses static initializers to initialize the serialization logic
# of its "pictures" library. This is currently not used in chrome; if
# it ever gets used the processes that use it need to call
# SkGraphics::Init().
'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
- # Temporarily disable the Skia fix in
- # http://code.google.com/p/skia/source/detail?r=3037 ; enabling that
- # fix will require substantial rebaselining.
- 'SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX',
-
- # Temporarily ignore fix to antialias coverage, until we can rebaseline
- 'SK_USE_LEGACY_AA_COVERAGE',
-
# Temporarily keep old int-srcrect behavior, until we determine if
# the few failures are a bug or not.
'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT',
@@ -320,6 +315,9 @@
'sources/': [
['exclude', '_ios\\.(cc|cpp|mm?)$'],
],
+ 'dependencies': [
+ '<(webkit_src_dir)/Source/WebKit/chromium/skia_webkit.gyp:skia_webkit',
+ ],
}],
[ 'OS != "mac"', {
'sources/': [
« 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