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

Unified Diff: test/dependencies/sharedlib-linksettings/test.gyp

Issue 23557010: Add a flag to enable the fix for r1717 (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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 | « pylib/gyp/input.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependencies/sharedlib-linksettings/test.gyp
diff --git a/test/dependencies/sharedlib-linksettings/test.gyp b/test/dependencies/sharedlib-linksettings/test.gyp
index 59a477428283b2c15e71b4c034ae6f49e248ca08..830ce3236d6662acec21d4c23127f3e0f5a15bbb 100644
--- a/test/dependencies/sharedlib-linksettings/test.gyp
+++ b/test/dependencies/sharedlib-linksettings/test.gyp
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'target_defaults': {
+ 'allow_sharedlib_linksettings_propagation': 0,
+ },
'targets': [
{
'target_name': 'sharedlib',
« no previous file with comments | « pylib/gyp/input.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698