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

Side by Side Diff: content/content_browser.gypi

Issue 8760023: Add GamepadService, owns 1 gamepad bg thread (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merge HEAD Created 9 years 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/renderer_host/render_process_host_impl.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:http_server', 8 '../net/net.gyp:http_server',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'browser/file_system/file_system_dispatcher_host.h', 203 'browser/file_system/file_system_dispatcher_host.h',
204 'browser/find_pasteboard.h', 204 'browser/find_pasteboard.h',
205 'browser/find_pasteboard.mm', 205 'browser/find_pasteboard.mm',
206 'browser/font_list_async.cc', 206 'browser/font_list_async.cc',
207 'browser/font_list_async.h', 207 'browser/font_list_async.h',
208 'browser/gamepad/data_fetcher.h', 208 'browser/gamepad/data_fetcher.h',
209 'browser/gamepad/data_fetcher_win.cc', 209 'browser/gamepad/data_fetcher_win.cc',
210 'browser/gamepad/data_fetcher_win.h', 210 'browser/gamepad/data_fetcher_win.h',
211 'browser/gamepad/gamepad_provider.cc', 211 'browser/gamepad/gamepad_provider.cc',
212 'browser/gamepad/gamepad_provider.h', 212 'browser/gamepad/gamepad_provider.h',
213 'browser/gamepad/gamepad_service.cc',
214 'browser/gamepad/gamepad_service.h',
213 'browser/geolocation/access_token_store.cc', 215 'browser/geolocation/access_token_store.cc',
214 'browser/geolocation/access_token_store.h', 216 'browser/geolocation/access_token_store.h',
215 'browser/geolocation/arbitrator_dependency_factory.cc', 217 'browser/geolocation/arbitrator_dependency_factory.cc',
216 'browser/geolocation/arbitrator_dependency_factory.h', 218 'browser/geolocation/arbitrator_dependency_factory.h',
217 'browser/geolocation/core_location_data_provider_mac.h', 219 'browser/geolocation/core_location_data_provider_mac.h',
218 'browser/geolocation/core_location_data_provider_mac.mm', 220 'browser/geolocation/core_location_data_provider_mac.mm',
219 'browser/geolocation/core_location_provider_mac.h', 221 'browser/geolocation/core_location_provider_mac.h',
220 'browser/geolocation/core_location_provider_mac.mm', 222 'browser/geolocation/core_location_provider_mac.mm',
221 'browser/geolocation/device_data_provider.cc', 223 'browser/geolocation/device_data_provider.cc',
222 'browser/geolocation/device_data_provider.h', 224 'browser/geolocation/device_data_provider.h',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'ENABLE_JAVA_BRIDGE', 794 'ENABLE_JAVA_BRIDGE',
793 ], 795 ],
794 }, { 796 }, {
795 'sources/': [ 797 'sources/': [
796 ['exclude', '^browser/renderer_host/java/'], 798 ['exclude', '^browser/renderer_host/java/'],
797 ], 799 ],
798 }], 800 }],
799 ], 801 ],
800 } 802 }
801 803
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698