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

Unified Diff: test/mac/identical-name/test.gypi

Issue 748793002: Fixed Gyp Xcode generator for libraries with identical names. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 1 month 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: test/mac/identical-name/test.gypi
diff --git a/test/mac/identical-name/test.gypi b/test/mac/identical-name/test.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..480bc826fc36176f3c70b71593ccf6071ad9eed8
--- /dev/null
+++ b/test/mac/identical-name/test.gypi
@@ -0,0 +1,6 @@
+{
+ 'xcode_settings': {
+ 'SYMROOT': '<(DEPTH)/$SRCROOT/',
+ 'CONFIGURATION_BUILD_DIR': '$SYMROOT$CONFIGURATION',
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698