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

Unified Diff: test/win/shard/shard.gyp

Issue 199413010: win: make msvs_shard work properly for static_library references (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: dll Created 6 years, 9 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/win/shard/hello.cc ('k') | test/win/shard/shard_ref.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/shard/shard.gyp
diff --git a/test/win/shard/shard.gyp b/test/win/shard/shard.gyp
index 0635a75dde9a8b38de1d1a6ca36774ac8ddaf10c..eac45fcff770e9f4c6d146059e8b30e2eac43d0e 100644
--- a/test/win/shard/shard.gyp
+++ b/test/win/shard/shard.gyp
@@ -16,5 +16,16 @@
],
'product_dir': '<(PRODUCT_DIR)',
},
+ {
+ 'target_name': 'refs_to_shard',
+ 'type': 'executable',
+ 'dependencies': [
+ # Make sure references are correctly updated.
+ 'shard',
+ ],
+ 'sources': [
+ 'hello.cc',
+ ],
+ },
]
}
« no previous file with comments | « test/win/shard/hello.cc ('k') | test/win/shard/shard_ref.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698