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

Unified Diff: test/same-source-file-name/src/double-static.gyp

Issue 344573002: Introduce '--no-duplicate-basename-check' option to disable the check of duplicate basenames (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebase with r1946 Created 6 years, 6 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 | « test/same-source-file-name/src/double-shared.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/same-source-file-name/src/double-static.gyp
diff --git a/test/same-source-file-name/src/double-static.gyp b/test/same-source-file-name/src/double-static.gyp
index 3da1242381ae98d7fb0519f9d704ab67fa9a7c0d..e49c0e1251020ce8c1a5e75cb468c1133af92ecf 100644
--- a/test/same-source-file-name/src/double-static.gyp
+++ b/test/same-source-file-name/src/double-static.gyp
@@ -6,6 +6,7 @@
'targets': [
{
'target_name': 'lib',
+ 'product_name': 'test_static_lib',
'type': 'static_library',
'sources': [
'prog1.c',
« no previous file with comments | « test/same-source-file-name/src/double-shared.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698