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

Side by Side Diff: base/base.gypi

Issue 15979009: [Mac] Move the large block of NSEvent forward declarations to a shared header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « base/PRESUBMIT.py ('k') | base/mac/sdk_forward_declarations.h » ('j') | 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 '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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'mac/scoped_ioplugininterface.h', 250 'mac/scoped_ioplugininterface.h',
251 'mac/scoped_launch_data.h', 251 'mac/scoped_launch_data.h',
252 'mac/scoped_mach_port.cc', 252 'mac/scoped_mach_port.cc',
253 'mac/scoped_mach_port.h', 253 'mac/scoped_mach_port.h',
254 'mac/scoped_nsautorelease_pool.h', 254 'mac/scoped_nsautorelease_pool.h',
255 'mac/scoped_nsautorelease_pool.mm', 255 'mac/scoped_nsautorelease_pool.mm',
256 'mac/scoped_nsexception_enabler.h', 256 'mac/scoped_nsexception_enabler.h',
257 'mac/scoped_nsexception_enabler.mm', 257 'mac/scoped_nsexception_enabler.mm',
258 'mac/scoped_sending_event.h', 258 'mac/scoped_sending_event.h',
259 'mac/scoped_sending_event.mm', 259 'mac/scoped_sending_event.mm',
260 'mac/sdk_forward_declarations.h',
260 'memory/aligned_memory.cc', 261 'memory/aligned_memory.cc',
261 'memory/aligned_memory.h', 262 'memory/aligned_memory.h',
262 'memory/discardable_memory.cc', 263 'memory/discardable_memory.cc',
263 'memory/discardable_memory.h', 264 'memory/discardable_memory.h',
264 'memory/discardable_memory_android.cc', 265 'memory/discardable_memory_android.cc',
265 'memory/discardable_memory_mac.cc', 266 'memory/discardable_memory_mac.cc',
266 'memory/linked_ptr.h', 267 'memory/linked_ptr.h',
267 'memory/manual_constructor.h', 268 'memory/manual_constructor.h',
268 'memory/raw_scoped_refptr_mismatch_checker.h', 269 'memory/raw_scoped_refptr_mismatch_checker.h',
269 'memory/ref_counted.cc', 270 'memory/ref_counted.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 820 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
820 'sources/': [ 821 'sources/': [
821 ['exclude', '^third_party/nspr/'], 822 ['exclude', '^third_party/nspr/'],
822 ], 823 ],
823 }], 824 }],
824 ], 825 ],
825 }], 826 }],
826 ], 827 ],
827 }, 828 },
828 } 829 }
OLDNEW
« no previous file with comments | « base/PRESUBMIT.py ('k') | base/mac/sdk_forward_declarations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698