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

Unified Diff: tools/gyp/configurations_msvs.gypi

Issue 1904153003: DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix stack overflow area size Created 4 years, 8 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
Index: tools/gyp/configurations_msvs.gypi
diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi
index 18f8926f07f9f7463e4420fc15617abf3b250c28..adcc1d44400692ea567d3704c2df69001469cc75 100644
--- a/tools/gyp/configurations_msvs.gypi
+++ b/tools/gyp/configurations_msvs.gypi
@@ -39,6 +39,9 @@
'Dart_Win_simdbc_Base': {
'abstract': 1,
},
+ 'Dart_Win_simdbc64_Base': {
+ 'abstract': 1,
+ },
'Dart_Win_Debug': {
'abstract': 1,
'msvs_settings': {

Powered by Google App Engine
This is Rietveld 408576698