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

Unified Diff: test/win/gyptest-link-shard.py

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 | « pylib/gyp/MSVSUtil.py ('k') | test/win/shard/hello.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/gyptest-link-shard.py
diff --git a/test/win/gyptest-link-shard.py b/test/win/gyptest-link-shard.py
index fb9a3cdda0cef671508aa9e63e21e980cc1501da..9af93284a7c00251d1afbe6f151cfb128254546d 100644
--- a/test/win/gyptest-link-shard.py
+++ b/test/win/gyptest-link-shard.py
@@ -24,4 +24,7 @@ if sys.platform == 'win32':
test.built_file_must_exist('shard_2.lib', chdir=CHDIR)
test.built_file_must_exist('shard_3.lib', chdir=CHDIR)
+ test.run_gyp('shard_ref.gyp', chdir=CHDIR)
+ test.build('shard_ref.gyp', test.ALL, chdir=CHDIR)
+
test.pass_test()
« no previous file with comments | « pylib/gyp/MSVSUtil.py ('k') | test/win/shard/hello.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698