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

Side by Side Diff: content/content_browser.gypi

Issue 12260011: Support DirectInput gamepads on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', 399 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
400 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', 400 'browser/gamepad/gamepad_platform_data_fetcher_win.cc',
401 'browser/gamepad/gamepad_platform_data_fetcher_win.h', 401 'browser/gamepad/gamepad_platform_data_fetcher_win.h',
402 'browser/gamepad/gamepad_provider.cc', 402 'browser/gamepad/gamepad_provider.cc',
403 'browser/gamepad/gamepad_provider.h', 403 'browser/gamepad/gamepad_provider.h',
404 'browser/gamepad/gamepad_service.cc', 404 'browser/gamepad/gamepad_service.cc',
405 'browser/gamepad/gamepad_service.h', 405 'browser/gamepad/gamepad_service.h',
406 'browser/gamepad/gamepad_standard_mappings.h', 406 'browser/gamepad/gamepad_standard_mappings.h',
407 'browser/gamepad/gamepad_standard_mappings_linux.cc', 407 'browser/gamepad/gamepad_standard_mappings_linux.cc',
408 'browser/gamepad/gamepad_standard_mappings_mac.mm', 408 'browser/gamepad/gamepad_standard_mappings_mac.mm',
409 'browser/gamepad/gamepad_standard_mappings_win.cc',
409 'browser/geolocation/core_location_data_provider_mac.h', 410 'browser/geolocation/core_location_data_provider_mac.h',
410 'browser/geolocation/core_location_data_provider_mac.mm', 411 'browser/geolocation/core_location_data_provider_mac.mm',
411 'browser/geolocation/core_location_provider_mac.h', 412 'browser/geolocation/core_location_provider_mac.h',
412 'browser/geolocation/core_location_provider_mac.mm', 413 'browser/geolocation/core_location_provider_mac.mm',
413 'browser/geolocation/device_data_provider.cc', 414 'browser/geolocation/device_data_provider.cc',
414 'browser/geolocation/device_data_provider.h', 415 'browser/geolocation/device_data_provider.h',
415 'browser/geolocation/empty_device_data_provider.cc', 416 'browser/geolocation/empty_device_data_provider.cc',
416 'browser/geolocation/empty_device_data_provider.h', 417 'browser/geolocation/empty_device_data_provider.h',
417 'browser/geolocation/geolocation.cc', 418 'browser/geolocation/geolocation.cc',
418 'browser/geolocation/geolocation_dispatcher_host.cc', 419 'browser/geolocation/geolocation_dispatcher_host.cc',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 '../win8/win8.gyp:win8_util', 990 '../win8/win8.gyp:win8_util',
990 ], 991 ],
991 'defines': [ 992 'defines': [
992 # This prevents the inclusion of atlhost.h which paired 993 # This prevents the inclusion of atlhost.h which paired
993 # with the windows 8 sdk it does the wrong thing. 994 # with the windows 8 sdk it does the wrong thing.
994 '__ATLHOST_H__', 995 '__ATLHOST_H__',
995 ], 996 ],
996 'link_settings': { 997 'link_settings': {
997 'libraries': [ 998 'libraries': [
998 '-lcomctl32.lib', 999 '-lcomctl32.lib',
1000 '-ldinput8.lib',
999 '-llocationapi.lib', 1001 '-llocationapi.lib',
1000 '-lsensorsapi.lib', 1002 '-lsensorsapi.lib',
1001 ], 1003 ],
1002 'msvs_settings': { 1004 'msvs_settings': {
1003 'VCLinkerTool': { 1005 'VCLinkerTool': {
1004 'DelayLoadDLLs': [ 1006 'DelayLoadDLLs': [
1007 'dinput8.dll',
1005 'user32.dll', 1008 'user32.dll',
1006 ], 1009 ],
1007 }, 1010 },
1008 }, 1011 },
1009 }, 1012 },
1010 }], 1013 }],
1011 ['toolkit_uses_gtk == 1', { 1014 ['toolkit_uses_gtk == 1', {
1012 'dependencies': [ 1015 'dependencies': [
1013 '../build/linux/system.gyp:dbus', 1016 '../build/linux/system.gyp:dbus',
1014 # For FcLangSetAdd call in render_sandbox_host_linux.cc 1017 # For FcLangSetAdd call in render_sandbox_host_linux.cc
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 ['exclude', '^browser/speech/'], 1179 ['exclude', '^browser/speech/'],
1177 ], 1180 ],
1178 }], 1181 }],
1179 ['linux_use_libgps==1', { 1182 ['linux_use_libgps==1', {
1180 'dependencies': [ 1183 'dependencies': [
1181 '../build/linux/system.gyp:libgps', 1184 '../build/linux/system.gyp:libgps',
1182 ], 1185 ],
1183 }], 1186 }],
1184 ], 1187 ],
1185 } 1188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698