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

Side by Side Diff: content/content_browser.gypi

Issue 10781023: use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOAD (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/gamepad/platform_data_fetcher_win.cc ('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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'link_settings': { 831 'link_settings': {
832 'libraries': [ 832 'libraries': [
833 '-lcomctl32.lib', 833 '-lcomctl32.lib',
834 '-llocationapi.lib', 834 '-llocationapi.lib',
835 '-lsensorsapi.lib', 835 '-lsensorsapi.lib',
836 ], 836 ],
837 'msvs_settings': { 837 'msvs_settings': {
838 'VCLinkerTool': { 838 'VCLinkerTool': {
839 'DelayLoadDLLs': [ 839 'DelayLoadDLLs': [
840 'user32.dll', 840 'user32.dll',
841 'xinput1_3.dll',
842 ], 841 ],
843 }, 842 },
844 }, 843 },
845 }, 844 },
846 }], 845 }],
847 ['toolkit_uses_gtk == 1', { 846 ['toolkit_uses_gtk == 1', {
848 'dependencies': [ 847 'dependencies': [
849 '../build/linux/system.gyp:dbus', 848 '../build/linux/system.gyp:dbus',
850 # For FcLangSetAdd call in render_sandbox_host_linux.cc 849 # For FcLangSetAdd call in render_sandbox_host_linux.cc
851 '../build/linux/system.gyp:fontconfig', 850 '../build/linux/system.gyp:fontconfig',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 ['exclude', '^browser/renderer_host/java/'], 983 ['exclude', '^browser/renderer_host/java/'],
985 ], 984 ],
986 }], 985 }],
987 ['input_speech==0', { 986 ['input_speech==0', {
988 'sources/': [ 987 'sources/': [
989 ['exclude', '^browser/speech/'], 988 ['exclude', '^browser/speech/'],
990 ], 989 ],
991 }], 990 }],
992 ], 991 ],
993 } 992 }
OLDNEW
« no previous file with comments | « content/browser/gamepad/platform_data_fetcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698