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

Side by Side Diff: content/content_browser.gypi

Issue 9110039: Revert 116724 - Add gamepad data fetcher for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'browser/file_metadata_mac.mm', 225 'browser/file_metadata_mac.mm',
226 'browser/file_system/browser_file_system_helper.cc', 226 'browser/file_system/browser_file_system_helper.cc',
227 'browser/file_system/browser_file_system_helper.h', 227 'browser/file_system/browser_file_system_helper.h',
228 'browser/file_system/file_system_dispatcher_host.cc', 228 'browser/file_system/file_system_dispatcher_host.cc',
229 'browser/file_system/file_system_dispatcher_host.h', 229 'browser/file_system/file_system_dispatcher_host.h',
230 'browser/find_pasteboard.h', 230 'browser/find_pasteboard.h',
231 'browser/find_pasteboard.mm', 231 'browser/find_pasteboard.mm',
232 'browser/font_list_async.cc', 232 'browser/font_list_async.cc',
233 'browser/font_list_async.h', 233 'browser/font_list_async.h',
234 'browser/gamepad/data_fetcher.h', 234 'browser/gamepad/data_fetcher.h',
235 'browser/gamepad/data_fetcher_mac.mm',
236 'browser/gamepad/data_fetcher_mac.h',
237 'browser/gamepad/data_fetcher_win.cc',
238 'browser/gamepad/data_fetcher_win.h',
235 'browser/gamepad/gamepad_provider.cc', 239 'browser/gamepad/gamepad_provider.cc',
236 'browser/gamepad/gamepad_provider.h', 240 'browser/gamepad/gamepad_provider.h',
237 'browser/gamepad/gamepad_service.cc', 241 'browser/gamepad/gamepad_service.cc',
238 'browser/gamepad/gamepad_service.h', 242 'browser/gamepad/gamepad_service.h',
239 'browser/gamepad/gamepad_standard_mappings_linux.cc',
240 'browser/gamepad/gamepad_standard_mappings_linux.h',
241 'browser/gamepad/platform_data_fetcher.h',
242 'browser/gamepad/platform_data_fetcher_linux.cc',
243 'browser/gamepad/platform_data_fetcher_linux.h',
244 'browser/gamepad/platform_data_fetcher_mac.h',
245 'browser/gamepad/platform_data_fetcher_mac.mm',
246 'browser/gamepad/platform_data_fetcher_win.cc',
247 'browser/gamepad/platform_data_fetcher_win.h',
248 'browser/geolocation/arbitrator_dependency_factory.cc', 243 'browser/geolocation/arbitrator_dependency_factory.cc',
249 'browser/geolocation/arbitrator_dependency_factory.h', 244 'browser/geolocation/arbitrator_dependency_factory.h',
250 'browser/geolocation/core_location_data_provider_mac.h', 245 'browser/geolocation/core_location_data_provider_mac.h',
251 'browser/geolocation/core_location_data_provider_mac.mm', 246 'browser/geolocation/core_location_data_provider_mac.mm',
252 'browser/geolocation/core_location_provider_mac.h', 247 'browser/geolocation/core_location_provider_mac.h',
253 'browser/geolocation/core_location_provider_mac.mm', 248 'browser/geolocation/core_location_provider_mac.mm',
254 'browser/geolocation/device_data_provider.cc', 249 'browser/geolocation/device_data_provider.cc',
255 'browser/geolocation/device_data_provider.h', 250 'browser/geolocation/device_data_provider.h',
256 'browser/geolocation/empty_device_data_provider.cc', 251 'browser/geolocation/empty_device_data_provider.cc',
257 'browser/geolocation/empty_device_data_provider.h', 252 'browser/geolocation/empty_device_data_provider.h',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 '../dbus/dbus.gyp:dbus', 699 '../dbus/dbus.gyp:dbus',
705 ], 700 ],
706 'conditions': [ 701 'conditions': [
707 ['linux_sandbox_path != ""', { 702 ['linux_sandbox_path != ""', {
708 'defines': [ 703 'defines': [
709 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', 704 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
710 ], 705 ],
711 }], 706 }],
712 ], 707 ],
713 }], 708 }],
714 ['OS=="linux"', {
715 'dependencies': [
716 '../build/linux/system.gyp:udev',
717 ],
718 }],
719 ['OS=="linux" and toolkit_uses_gtk==0', { 709 ['OS=="linux" and toolkit_uses_gtk==0', {
720 'dependencies': [ 710 'dependencies': [
721 '../build/linux/system.gyp:dbus', 711 '../build/linux/system.gyp:dbus',
722 '../build/linux/system.gyp:fontconfig', 712 '../build/linux/system.gyp:fontconfig',
723 '../build/linux/system.gyp:x11', 713 '../build/linux/system.gyp:x11',
724 '../dbus/dbus.gyp:dbus', 714 '../dbus/dbus.gyp:dbus',
725 ], 715 ],
726 }], 716 }],
727 ['OS=="mac"', { 717 ['OS=="mac"', {
728 'sources': [ 718 'sources': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'ENABLE_JAVA_BRIDGE', 805 'ENABLE_JAVA_BRIDGE',
816 ], 806 ],
817 }, { 807 }, {
818 'sources/': [ 808 'sources/': [
819 ['exclude', '^browser/renderer_host/java/'], 809 ['exclude', '^browser/renderer_host/java/'],
820 ], 810 ],
821 }], 811 }],
822 ], 812 ],
823 } 813 }
824 814
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