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

Unified Diff: test/same-source-file-name/src/double-shared.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/gyptest-static.py ('k') | test/same-source-file-name/src/double-static.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/same-source-file-name/src/double-shared.gyp
diff --git a/test/same-source-file-name/src/double-shared.gyp b/test/same-source-file-name/src/double-shared.gyp
index 40d995f5dec670c621fa44335aad44e4cd06afbb..438b50f3f1168d6c0f9b16310f83bbecd67ac320 100644
--- a/test/same-source-file-name/src/double-shared.gyp
+++ b/test/same-source-file-name/src/double-shared.gyp
@@ -6,6 +6,7 @@
'targets': [
{
'target_name': 'lib',
+ 'product_name': 'test_shared_lib',
'type': 'shared_library',
'sources': [
'prog2.c',
@@ -16,6 +17,11 @@
'defines': [
'PROG="prog2"',
],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'cflags': ['-fPIC'],
+ }],
+ ],
},
],
}
« no previous file with comments | « test/same-source-file-name/gyptest-static.py ('k') | test/same-source-file-name/src/double-static.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698