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

Unified Diff: base/base.gyp

Issue 1842143002: Remove "#pragma comment(lib" in base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « base/BUILD.gn ('k') | base/process/launch_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 25918035bcba6d60d1ef3bbdf35c1913cbabf671..c28d3ce5289ddda4d9edbe7c429cc7e2ccf993c5 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -161,6 +161,8 @@
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'userenv.lib',
+ 'winmm.lib',
],
},
},
@@ -177,6 +179,8 @@
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'userenv.lib',
+ 'winmm.lib',
],
},
},
@@ -1146,6 +1150,8 @@
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'userenv.lib',
+ 'winmm.lib',
],
},
},
@@ -1162,6 +1168,8 @@
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'userenv.lib',
+ 'winmm.lib',
],
},
},
« no previous file with comments | « base/BUILD.gn ('k') | base/process/launch_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698