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

Side by Side Diff: base/base.gypi

Issue 9837098: Move launchd code from chrome/browser/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some 'base::mac::'s Created 8 years, 9 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/launchd.h » ('j') | base/mac/launchd.cc » ('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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'logging_win.h', 151 'logging_win.h',
152 'mac/authorization_util.h', 152 'mac/authorization_util.h',
153 'mac/authorization_util.mm', 153 'mac/authorization_util.mm',
154 'mac/bundle_locations.h', 154 'mac/bundle_locations.h',
155 'mac/bundle_locations.mm', 155 'mac/bundle_locations.mm',
156 'mac/cocoa_protocols.h', 156 'mac/cocoa_protocols.h',
157 'mac/crash_logging.h', 157 'mac/crash_logging.h',
158 'mac/crash_logging.mm', 158 'mac/crash_logging.mm',
159 'mac/foundation_util.h', 159 'mac/foundation_util.h',
160 'mac/foundation_util.mm', 160 'mac/foundation_util.mm',
161 'mac/launchd.cc',
162 'mac/launchd.h',
161 'mac/mac_logging.h', 163 'mac/mac_logging.h',
162 'mac/mac_logging.cc', 164 'mac/mac_logging.cc',
163 'mac/mac_util.h', 165 'mac/mac_util.h',
164 'mac/mac_util.mm', 166 'mac/mac_util.mm',
165 'mac/objc_property_releaser.h', 167 'mac/objc_property_releaser.h',
166 'mac/objc_property_releaser.mm', 168 'mac/objc_property_releaser.mm',
167 'mac/os_crash_dumps.cc', 169 'mac/os_crash_dumps.cc',
168 'mac/os_crash_dumps.h', 170 'mac/os_crash_dumps.h',
169 'mac/scoped_aedesc.h', 171 'mac/scoped_aedesc.h',
170 'mac/scoped_authorizationref.h', 172 'mac/scoped_authorizationref.h',
171 'mac/scoped_cftyperef.h', 173 'mac/scoped_cftyperef.h',
172 'mac/scoped_ioobject.h', 174 'mac/scoped_ioobject.h',
175 'mac/scoped_launch_data.h',
173 'mac/scoped_nsautorelease_pool.h', 176 'mac/scoped_nsautorelease_pool.h',
174 'mac/scoped_nsautorelease_pool.mm', 177 'mac/scoped_nsautorelease_pool.mm',
175 'mac/scoped_nsexception_enabler.h', 178 'mac/scoped_nsexception_enabler.h',
176 'mac/scoped_nsexception_enabler.mm', 179 'mac/scoped_nsexception_enabler.mm',
177 'mac/scoped_sending_event.h', 180 'mac/scoped_sending_event.h',
178 'mac/scoped_sending_event.mm', 181 'mac/scoped_sending_event.mm',
179 'mach_ipc_mac.h', 182 'mach_ipc_mac.h',
180 'mach_ipc_mac.mm', 183 'mach_ipc_mac.mm',
181 'memory/linked_ptr.h', 184 'memory/linked_ptr.h',
182 'memory/mru_cache.h', 185 'memory/mru_cache.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'third_party/xdg_mime/xdgmimemagic.c', 915 'third_party/xdg_mime/xdgmimemagic.c',
913 'third_party/xdg_mime/xdgmimemagic.h', 916 'third_party/xdg_mime/xdgmimemagic.h',
914 'third_party/xdg_mime/xdgmimeparent.c', 917 'third_party/xdg_mime/xdgmimeparent.c',
915 'third_party/xdg_mime/xdgmimeparent.h', 918 'third_party/xdg_mime/xdgmimeparent.h',
916 ], 919 ],
917 }, 920 },
918 ], 921 ],
919 }], 922 }],
920 ], 923 ],
921 } 924 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/launchd.h » ('j') | base/mac/launchd.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698