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

Unified Diff: tools/gyp/configurations_msvs.gypi

Issue 1895223003: Fix GYP configurations on Mac and Windows after DBC patch. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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
« no previous file with comments | « no previous file | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_msvs.gypi
diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi
index 3650127e1f891ac10d90bda2f821634631c5d0d4..18f8926f07f9f7463e4420fc15617abf3b250c28 100644
--- a/tools/gyp/configurations_msvs.gypi
+++ b/tools/gyp/configurations_msvs.gypi
@@ -36,6 +36,9 @@
'Dart_Win_simmips_Base': {
'abstract': 1,
},
+ 'Dart_Win_simdbc_Base': {
+ 'abstract': 1,
+ },
'Dart_Win_Debug': {
'abstract': 1,
'msvs_settings': {
« no previous file with comments | « no previous file | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698