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

Unified Diff: test/mac/identical-name/testlib/main.cc

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/testlib/main.cc
diff --git a/test/mac/identical-name/testlib/main.cc b/test/mac/identical-name/testlib/main.cc
new file mode 100644
index 0000000000000000000000000000000000000000..5c2fa9bb6a78e27b752659a26b8562d1f33b90f2
--- /dev/null
+++ b/test/mac/identical-name/testlib/main.cc
@@ -0,0 +1,3 @@
+int main(int argc, char **argv) {
+ return 0;
+}

Powered by Google App Engine
This is Rietveld 408576698