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

Unified Diff: public/blink_skia_config.gypi

Issue 1007003005: Define SkLONGLONG so that SkLONGLONG code in Skia can be removed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add rebaselines. Created 5 years, 9 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_skia_config.gypi
diff --git a/public/blink_skia_config.gypi b/public/blink_skia_config.gypi
index 4fe5dcde28a1018a178f642da4e0e84bff748c9f..a1cf9681cfa6f99432c2ef19db66d5efa9105cf1 100644
--- a/public/blink_skia_config.gypi
+++ b/public/blink_skia_config.gypi
@@ -10,6 +10,7 @@
# DO NOT remove the define until you are ready to rebaseline, and
# AFTER the flag has been removed from skia.gyp in Chromium.
'blink_skia_defines': [
+ 'SkLONGLONG',
],
},
}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698