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

Unified Diff: gyp/common.gypi

Issue 855273003: remove dead code for scalar type (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 54d81cf1f588b9a73c9dc969790ab5a89ad67337..ce3fc2669d300c8add3e0a9c06762c15f1f64cb4 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -50,17 +50,6 @@
'common_conditions.gypi',
],
'conditions': [
- [ 'skia_scalar == "float"',
- {
- 'defines': [
- 'SK_SCALAR_IS_FLOAT',
- ],
- }, { # else, skia_scalar != "float"
- 'defines': [
- 'SK_SCALAR_IS_FIXED',
- ],
- }
- ],
[ 'skia_mesa', {
'defines': [
'SK_MESA',
« 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