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

Side by Side Diff: base/base.gypi

Issue 14328036: Implement support for USB Xbox360 controllers without a driver on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move conversions back to xbox-specific code; #if out the TYPE_UI stuff just for mac. Created 7 years, 7 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'mac/mac_util.mm', 238 'mac/mac_util.mm',
239 'mac/objc_property_releaser.h', 239 'mac/objc_property_releaser.h',
240 'mac/objc_property_releaser.mm', 240 'mac/objc_property_releaser.mm',
241 'mac/os_crash_dumps.cc', 241 'mac/os_crash_dumps.cc',
242 'mac/os_crash_dumps.h', 242 'mac/os_crash_dumps.h',
243 'mac/scoped_aedesc.h', 243 'mac/scoped_aedesc.h',
244 'mac/scoped_authorizationref.h', 244 'mac/scoped_authorizationref.h',
245 'mac/scoped_block.h', 245 'mac/scoped_block.h',
246 'mac/scoped_cftyperef.h', 246 'mac/scoped_cftyperef.h',
247 'mac/scoped_ioobject.h', 247 'mac/scoped_ioobject.h',
248 'mac/scoped_ioplugininterface.h',
248 'mac/scoped_launch_data.h', 249 'mac/scoped_launch_data.h',
249 'mac/scoped_mach_port.cc', 250 'mac/scoped_mach_port.cc',
250 'mac/scoped_mach_port.h', 251 'mac/scoped_mach_port.h',
251 'mac/scoped_nsautorelease_pool.h', 252 'mac/scoped_nsautorelease_pool.h',
252 'mac/scoped_nsautorelease_pool.mm', 253 'mac/scoped_nsautorelease_pool.mm',
253 'mac/scoped_nsexception_enabler.h', 254 'mac/scoped_nsexception_enabler.h',
254 'mac/scoped_nsexception_enabler.mm', 255 'mac/scoped_nsexception_enabler.mm',
255 'mac/scoped_sending_event.h', 256 'mac/scoped_sending_event.h',
256 'mac/scoped_sending_event.mm', 257 'mac/scoped_sending_event.mm',
257 'memory/aligned_memory.cc', 258 'memory/aligned_memory.cc',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 793 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
793 'sources/': [ 794 'sources/': [
794 ['exclude', '^third_party/nspr/'], 795 ['exclude', '^third_party/nspr/'],
795 ], 796 ],
796 }], 797 }],
797 ], 798 ],
798 }], 799 }],
799 ], 800 ],
800 }, 801 },
801 } 802 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_ioplugininterface.h » ('j') | content/browser/gamepad/xbox_data_fetcher_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698