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

Unified Diff: build/all.gyp

Issue 12207037: Add explicit Release/Debug configurations to all.gyp to appease xcodebuild (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 4b2fe52989ef2f4af9637184db898c77291089bf..cdb1fc4f279742798da4390ce13d3a8c058c2bed 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -13,6 +13,11 @@
'../src/d8.gyp:d8',
'../test/cctest/cctest.gyp:*',
],
+ # Yes, even a meta target has configurations. Xcode insists on this.
+ 'configurations': {
+ 'Debug': {},
+ 'Release': {},
+ }
}
]
}
« 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