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

Side by Side Diff: base/base.gypi

Issue 8724004: [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CrAppControlProtocol support to CrDrtApplication 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 | Annotate | Revision Log
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 '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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'mac/objc_property_releaser.h', 151 'mac/objc_property_releaser.h',
152 'mac/objc_property_releaser.mm', 152 'mac/objc_property_releaser.mm',
153 'mac/os_crash_dumps.cc', 153 'mac/os_crash_dumps.cc',
154 'mac/os_crash_dumps.h', 154 'mac/os_crash_dumps.h',
155 'mac/scoped_aedesc.h', 155 'mac/scoped_aedesc.h',
156 'mac/scoped_cftyperef.h', 156 'mac/scoped_cftyperef.h',
157 'mac/scoped_nsautorelease_pool.h', 157 'mac/scoped_nsautorelease_pool.h',
158 'mac/scoped_nsautorelease_pool.mm', 158 'mac/scoped_nsautorelease_pool.mm',
159 'mac/scoped_nsexception_enabler.h', 159 'mac/scoped_nsexception_enabler.h',
160 'mac/scoped_nsexception_enabler.mm', 160 'mac/scoped_nsexception_enabler.mm',
161 'mac/scoped_sending_event.h',
162 'mac/scoped_sending_event.mm',
161 'mach_ipc_mac.h', 163 'mach_ipc_mac.h',
162 'mach_ipc_mac.mm', 164 'mach_ipc_mac.mm',
163 'memory/linked_ptr.h', 165 'memory/linked_ptr.h',
164 'memory/mru_cache.h', 166 'memory/mru_cache.h',
165 'memory/raw_scoped_refptr_mismatch_checker.h', 167 'memory/raw_scoped_refptr_mismatch_checker.h',
166 'memory/ref_counted.cc', 168 'memory/ref_counted.cc',
167 'memory/ref_counted.h', 169 'memory/ref_counted.h',
168 'memory/ref_counted_memory.cc', 170 'memory/ref_counted_memory.cc',
169 'memory/ref_counted_memory.h', 171 'memory/ref_counted_memory.h',
170 'memory/scoped_callback_factory.h', 172 'memory/scoped_callback_factory.h',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 'third_party/xdg_mime/xdgmimemagic.c', 872 'third_party/xdg_mime/xdgmimemagic.c',
871 'third_party/xdg_mime/xdgmimemagic.h', 873 'third_party/xdg_mime/xdgmimemagic.h',
872 'third_party/xdg_mime/xdgmimeparent.c', 874 'third_party/xdg_mime/xdgmimeparent.c',
873 'third_party/xdg_mime/xdgmimeparent.h', 875 'third_party/xdg_mime/xdgmimeparent.h',
874 ], 876 ],
875 }, 877 },
876 ], 878 ],
877 }], 879 }],
878 ], 880 ],
879 } 881 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/mac/scoped_sending_event.h » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698