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

Unified Diff: test/win/linker-flags/delay-load-dlls.gyp

Issue 12256017: Remove default import library inheritance/configuration. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@lkgr
Patch Set: Rebase to head in preparation for landing. Created 7 years, 10 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/linker-flags/default-libs.gyp ('k') | test/win/linker-flags/no-default-libs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/linker-flags/delay-load-dlls.gyp
diff --git a/test/win/linker-flags/delay-load-dlls.gyp b/test/win/linker-flags/delay-load-dlls.gyp
index 93ca311c46cb4400310ba5a41e85989d54a0296a..671cbaa802f5366c32c09d76043702b8335e3c38 100644
--- a/test/win/linker-flags/delay-load-dlls.gyp
+++ b/test/win/linker-flags/delay-load-dlls.gyp
@@ -12,6 +12,10 @@
}
},
'sources': ['delay-load.cc'],
+ 'libraries': [
+ 'delayimp.lib',
+ 'shell32.lib',
+ ],
},
{
'target_name': 'test_dld_shell32',
@@ -22,6 +26,10 @@
}
},
'sources': ['delay-load.cc'],
+ 'libraries': [
+ 'delayimp.lib',
+ 'shell32.lib',
+ ],
},
]
}
« no previous file with comments | « test/win/linker-flags/default-libs.gyp ('k') | test/win/linker-flags/no-default-libs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698