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

Unified Diff: gyp/common_conditions.gypi

Issue 16384005: Update gyp from 1563 to 1643. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Windows Created 7 years, 6 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 | « DEPS ('k') | third_party/externals » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
===================================================================
--- gyp/common_conditions.gypi (revision 9449)
+++ gyp/common_conditions.gypi (working copy)
@@ -38,6 +38,20 @@
'AdditionalDependencies': [
'OpenGL32.lib',
'usp10.lib',
+
+ # Prior to gyp r1584, the following were included automatically.
+ 'kernel32.lib',
+ 'gdi32.lib',
+ 'winspool.lib',
+ 'comdlg32.lib',
+ 'advapi32.lib',
+ 'shell32.lib',
+ 'ole32.lib',
+ 'oleaut32.lib',
+ 'user32.lib',
+ 'uuid.lib',
+ 'odbc32.lib',
+ 'odbccp32.lib',
],
},
},
« no previous file with comments | « DEPS ('k') | third_party/externals » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698