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

Unified Diff: test/win/rc-build/hello.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/no-default-libs.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/rc-build/hello.gyp
diff --git a/test/win/rc-build/hello.gyp b/test/win/rc-build/hello.gyp
index 8a044097662814d81179853d02c889bf8edb8b43..2bd055c244f4ccdb4cce6c06c16dac3d4b2de81e 100644
--- a/test/win/rc-build/hello.gyp
+++ b/test/win/rc-build/hello.gyp
@@ -22,6 +22,10 @@
'hello.cpp',
'hello.rc',
],
+ 'libraries': [
+ 'kernel32.lib',
+ 'user32.lib',
+ ],
},
{
'target_name': 'with_resources_subdir',
@@ -41,6 +45,10 @@
'hello.cpp',
'subdir/hello2.rc',
],
+ 'libraries': [
+ 'kernel32.lib',
+ 'user32.lib',
+ ],
},
{
'target_name': 'resource_only_dll',
« no previous file with comments | « test/win/linker-flags/no-default-libs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698