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

Side by Side Diff: base/base.gypi

Issue 9764013: Move authorization_util files into base/mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license headers 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
« no previous file with comments | « no previous file | base/mac/authorization_util.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'json/string_escape.h', 140 'json/string_escape.h',
141 'lazy_instance.cc', 141 'lazy_instance.cc',
142 'lazy_instance.h', 142 'lazy_instance.h',
143 'linked_list.h', 143 'linked_list.h',
144 'location.cc', 144 'location.cc',
145 'location.h', 145 'location.h',
146 'logging.cc', 146 'logging.cc',
147 'logging.h', 147 'logging.h',
148 'logging_win.cc', 148 'logging_win.cc',
149 'logging_win.h', 149 'logging_win.h',
150 'mac/authorization_util.h',
151 'mac/authorization_util.mm',
150 'mac/bundle_locations.h', 152 'mac/bundle_locations.h',
151 'mac/bundle_locations.mm', 153 'mac/bundle_locations.mm',
152 'mac/cocoa_protocols.h', 154 'mac/cocoa_protocols.h',
153 'mac/crash_logging.h', 155 'mac/crash_logging.h',
154 'mac/crash_logging.mm', 156 'mac/crash_logging.mm',
155 'mac/foundation_util.h', 157 'mac/foundation_util.h',
156 'mac/foundation_util.mm', 158 'mac/foundation_util.mm',
157 'mac/mac_logging.h', 159 'mac/mac_logging.h',
158 'mac/mac_logging.cc', 160 'mac/mac_logging.cc',
159 'mac/mac_util.h', 161 'mac/mac_util.h',
160 'mac/mac_util.mm', 162 'mac/mac_util.mm',
161 'mac/objc_property_releaser.h', 163 'mac/objc_property_releaser.h',
162 'mac/objc_property_releaser.mm', 164 'mac/objc_property_releaser.mm',
163 'mac/os_crash_dumps.cc', 165 'mac/os_crash_dumps.cc',
164 'mac/os_crash_dumps.h', 166 'mac/os_crash_dumps.h',
165 'mac/scoped_aedesc.h', 167 'mac/scoped_aedesc.h',
168 'mac/scoped_authorizationref.h',
166 'mac/scoped_cftyperef.h', 169 'mac/scoped_cftyperef.h',
167 'mac/scoped_nsautorelease_pool.h', 170 'mac/scoped_nsautorelease_pool.h',
168 'mac/scoped_nsautorelease_pool.mm', 171 'mac/scoped_nsautorelease_pool.mm',
169 'mac/scoped_nsexception_enabler.h', 172 'mac/scoped_nsexception_enabler.h',
170 'mac/scoped_nsexception_enabler.mm', 173 'mac/scoped_nsexception_enabler.mm',
171 'mac/scoped_sending_event.h', 174 'mac/scoped_sending_event.h',
172 'mac/scoped_sending_event.mm', 175 'mac/scoped_sending_event.mm',
173 'mach_ipc_mac.h', 176 'mach_ipc_mac.h',
174 'mach_ipc_mac.mm', 177 'mach_ipc_mac.mm',
175 'memory/linked_ptr.h', 178 'memory/linked_ptr.h',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'third_party/xdg_mime/xdgmimemagic.c', 909 'third_party/xdg_mime/xdgmimemagic.c',
907 'third_party/xdg_mime/xdgmimemagic.h', 910 'third_party/xdg_mime/xdgmimemagic.h',
908 'third_party/xdg_mime/xdgmimeparent.c', 911 'third_party/xdg_mime/xdgmimeparent.c',
909 'third_party/xdg_mime/xdgmimeparent.h', 912 'third_party/xdg_mime/xdgmimeparent.h',
910 ], 913 ],
911 }, 914 },
912 ], 915 ],
913 }], 916 }],
914 ], 917 ],
915 } 918 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/authorization_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698