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

Unified Diff: gyp/common_variables.gypi

Issue 1227163016: Add a GYP flag to define SKNX_NO_SIMD when set. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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 | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 3cd3fc4f5b53d2e84daa826d46bc15625691e5e0..dd6465325e766e317e40d48a057f922e8ecb3ce3 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -208,6 +208,7 @@
'skia_gpu%': '<(skia_gpu)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': 1,
+ 'sknx_no_simd%': 0,
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
'skia_profile_enabled%': '<(skia_profile_enabled)',
'skia_shared_lib%': '<(skia_shared_lib)',
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698