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

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: CFCastStrict Created 7 years, 8 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 | « no previous file | base/mac/scoped_ioplugininterface.h » ('j') | base/mac/scoped_ioplugininterface.h » ('J')
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 '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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'mac/mac_util.mm', 232 'mac/mac_util.mm',
233 'mac/objc_property_releaser.h', 233 'mac/objc_property_releaser.h',
234 'mac/objc_property_releaser.mm', 234 'mac/objc_property_releaser.mm',
235 'mac/os_crash_dumps.cc', 235 'mac/os_crash_dumps.cc',
236 'mac/os_crash_dumps.h', 236 'mac/os_crash_dumps.h',
237 'mac/scoped_aedesc.h', 237 'mac/scoped_aedesc.h',
238 'mac/scoped_authorizationref.h', 238 'mac/scoped_authorizationref.h',
239 'mac/scoped_block.h', 239 'mac/scoped_block.h',
240 'mac/scoped_cftyperef.h', 240 'mac/scoped_cftyperef.h',
241 'mac/scoped_ioobject.h', 241 'mac/scoped_ioobject.h',
242 'mac/scoped_ioplugininterface.h',
242 'mac/scoped_launch_data.h', 243 'mac/scoped_launch_data.h',
243 'mac/scoped_mach_port.cc', 244 'mac/scoped_mach_port.cc',
244 'mac/scoped_mach_port.h', 245 'mac/scoped_mach_port.h',
245 'mac/scoped_nsautorelease_pool.h', 246 'mac/scoped_nsautorelease_pool.h',
246 'mac/scoped_nsautorelease_pool.mm', 247 'mac/scoped_nsautorelease_pool.mm',
247 'mac/scoped_nsexception_enabler.h', 248 'mac/scoped_nsexception_enabler.h',
248 'mac/scoped_nsexception_enabler.mm', 249 'mac/scoped_nsexception_enabler.mm',
249 'mac/scoped_sending_event.h', 250 'mac/scoped_sending_event.h',
250 'mac/scoped_sending_event.mm', 251 'mac/scoped_sending_event.mm',
251 'memory/aligned_memory.cc', 252 'memory/aligned_memory.cc',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
775 'sources/': [ 776 'sources/': [
776 ['exclude', '^third_party/nspr/'], 777 ['exclude', '^third_party/nspr/'],
777 ], 778 ],
778 }], 779 }],
779 ], 780 ],
780 }], 781 }],
781 ], 782 ],
782 }, 783 },
783 } 784 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_ioplugininterface.h » ('j') | base/mac/scoped_ioplugininterface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698