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

Side by Side Diff: base/base.gypi

Issue 14137013: Remove base/mac/mach_ipc_mac.{h,mm}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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/mach_ipc_mac.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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'mac/scoped_ioobject.h', 241 'mac/scoped_ioobject.h',
242 'mac/scoped_launch_data.h', 242 'mac/scoped_launch_data.h',
243 'mac/scoped_mach_port.cc', 243 'mac/scoped_mach_port.cc',
244 'mac/scoped_mach_port.h', 244 'mac/scoped_mach_port.h',
245 'mac/scoped_nsautorelease_pool.h', 245 'mac/scoped_nsautorelease_pool.h',
246 'mac/scoped_nsautorelease_pool.mm', 246 'mac/scoped_nsautorelease_pool.mm',
247 'mac/scoped_nsexception_enabler.h', 247 'mac/scoped_nsexception_enabler.h',
248 'mac/scoped_nsexception_enabler.mm', 248 'mac/scoped_nsexception_enabler.mm',
249 'mac/scoped_sending_event.h', 249 'mac/scoped_sending_event.h',
250 'mac/scoped_sending_event.mm', 250 'mac/scoped_sending_event.mm',
251 'mach_ipc_mac.h',
252 'mach_ipc_mac.mm',
253 'memory/aligned_memory.cc', 251 'memory/aligned_memory.cc',
254 'memory/aligned_memory.h', 252 'memory/aligned_memory.h',
255 'memory/discardable_memory.cc', 253 'memory/discardable_memory.cc',
256 'memory/discardable_memory.h', 254 'memory/discardable_memory.h',
257 'memory/discardable_memory_android.cc', 255 'memory/discardable_memory_android.cc',
258 'memory/discardable_memory_mac.cc', 256 'memory/discardable_memory_mac.cc',
259 'memory/linked_ptr.h', 257 'memory/linked_ptr.h',
260 'memory/manual_constructor.h', 258 'memory/manual_constructor.h',
261 'memory/raw_scoped_refptr_mismatch_checker.h', 259 'memory/raw_scoped_refptr_mismatch_checker.h',
262 'memory/ref_counted.cc', 260 'memory/ref_counted.cc',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 774 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
777 'sources/': [ 775 'sources/': [
778 ['exclude', '^third_party/nspr/'], 776 ['exclude', '^third_party/nspr/'],
779 ], 777 ],
780 }], 778 }],
781 ], 779 ],
782 }], 780 }],
783 ], 781 ],
784 }, 782 },
785 } 783 }
OLDNEW
« no previous file with comments | « no previous file | base/mach_ipc_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698