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

Side by Side Diff: content/content_browser.gypi

Issue 8345027: Big patch to implement Chromium-side of Gamepad support (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: minor tidying 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'browser/file_system/file_system_dispatcher_host.h', 196 'browser/file_system/file_system_dispatcher_host.h',
197 'browser/find_pasteboard.h', 197 'browser/find_pasteboard.h',
198 'browser/find_pasteboard.mm', 198 'browser/find_pasteboard.mm',
199 'browser/font_list_async.cc', 199 'browser/font_list_async.cc',
200 'browser/font_list_async.h', 200 'browser/font_list_async.h',
201 'browser/gamepad/data_fetcher.h', 201 'browser/gamepad/data_fetcher.h',
202 'browser/gamepad/data_fetcher_win.cc', 202 'browser/gamepad/data_fetcher_win.cc',
203 'browser/gamepad/data_fetcher_win.h', 203 'browser/gamepad/data_fetcher_win.h',
204 'browser/gamepad/gamepad_provider.cc', 204 'browser/gamepad/gamepad_provider.cc',
205 'browser/gamepad/gamepad_provider.h', 205 'browser/gamepad/gamepad_provider.h',
206 'browser/gamepad/gamepad_service.cc',
207 'browser/gamepad/gamepad_service.h',
206 'browser/geolocation/access_token_store.cc', 208 'browser/geolocation/access_token_store.cc',
207 'browser/geolocation/access_token_store.h', 209 'browser/geolocation/access_token_store.h',
208 'browser/geolocation/arbitrator_dependency_factory.cc', 210 'browser/geolocation/arbitrator_dependency_factory.cc',
209 'browser/geolocation/arbitrator_dependency_factory.h', 211 'browser/geolocation/arbitrator_dependency_factory.h',
210 'browser/geolocation/core_location_data_provider_mac.h', 212 'browser/geolocation/core_location_data_provider_mac.h',
211 'browser/geolocation/core_location_data_provider_mac.mm', 213 'browser/geolocation/core_location_data_provider_mac.mm',
212 'browser/geolocation/core_location_provider_mac.h', 214 'browser/geolocation/core_location_provider_mac.h',
213 'browser/geolocation/core_location_provider_mac.mm', 215 'browser/geolocation/core_location_provider_mac.mm',
214 'browser/geolocation/device_data_provider.cc', 216 'browser/geolocation/device_data_provider.cc',
215 'browser/geolocation/device_data_provider.h', 217 'browser/geolocation/device_data_provider.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'ENABLE_JAVA_BRIDGE', 781 'ENABLE_JAVA_BRIDGE',
780 ], 782 ],
781 }, { 783 }, {
782 'sources/': [ 784 'sources/': [
783 ['exclude', '^browser/renderer_host/java/'], 785 ['exclude', '^browser/renderer_host/java/'],
784 ], 786 ],
785 }], 787 }],
786 ], 788 ],
787 } 789 }
788 790
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