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

Side by Side Diff: content/content_browser.gypi

Issue 1824143002: Link with imm32.lib. (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 unified diff | Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 # This prevents the inclusion of atlhost.h which paired 1988 # This prevents the inclusion of atlhost.h which paired
1989 # with the windows 8 sdk it does the wrong thing. 1989 # with the windows 8 sdk it does the wrong thing.
1990 '__ATLHOST_H__', 1990 '__ATLHOST_H__',
1991 ], 1991 ],
1992 'link_settings': { 1992 'link_settings': {
1993 'libraries': [ 1993 'libraries': [
1994 '-lcomctl32.lib', 1994 '-lcomctl32.lib',
1995 '-ldinput8.lib', 1995 '-ldinput8.lib',
1996 '-ldwmapi.lib', 1996 '-ldwmapi.lib',
1997 '-ldxguid.lib', 1997 '-ldxguid.lib',
1998 '-limm32.lib',
1998 '-lsensorsapi.lib', 1999 '-lsensorsapi.lib',
1999 '-lportabledeviceguids.lib', 2000 '-lportabledeviceguids.lib',
2000 ], 2001 ],
2001 'msvs_settings': { 2002 'msvs_settings': {
2002 'VCLinkerTool': { 2003 'VCLinkerTool': {
2003 'DelayLoadDLLs': [ 2004 'DelayLoadDLLs': [
2004 'dinput8.dll', 2005 'dinput8.dll',
2005 'user32.dll', 2006 'user32.dll',
2006 'dwmapi.dll', 2007 'dwmapi.dll',
2007 ], 2008 ],
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 ['enable_webvr==1 and OS=="android"', { 2213 ['enable_webvr==1 and OS=="android"', {
2213 'sources': [ 2214 'sources': [
2214 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2215 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2215 'browser/vr/android/cardboard/cardboard_vr_device.h', 2216 'browser/vr/android/cardboard/cardboard_vr_device.h',
2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2218 ], 2219 ],
2219 }], 2220 }],
2220 ], 2221 ],
2221 } 2222 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698