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

Side by Side Diff: base/base.gypi

Issue 6046009: Move base/mac_util.h to base/mac and use the base::mac namespace.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/base.gyp ('k') | base/base_paths_mac.mm » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'linked_list.h', 104 'linked_list.h',
105 'linked_ptr.h', 105 'linked_ptr.h',
106 'lock.cc', 106 'lock.cc',
107 'lock.h', 107 'lock.h',
108 'lock_impl.h', 108 'lock_impl.h',
109 'lock_impl_posix.cc', 109 'lock_impl_posix.cc',
110 'lock_impl_win.cc', 110 'lock_impl_win.cc',
111 'logging.cc', 111 'logging.cc',
112 'logging.h', 112 'logging.h',
113 'logging_win.cc', 113 'logging_win.cc',
114 'mac_util.h',
115 'mac_util.mm',
116 'mac/cocoa_protocols.h', 114 'mac/cocoa_protocols.h',
115 'mac/mac_util.h',
116 'mac/mac_util.mm',
117 'mac/os_crash_dumps.cc', 117 'mac/os_crash_dumps.cc',
118 'mac/os_crash_dumps.h', 118 'mac/os_crash_dumps.h',
119 'mac/scoped_aedesc.h', 119 'mac/scoped_aedesc.h',
120 'mac/scoped_cftyperef.h', 120 'mac/scoped_cftyperef.h',
121 'mac/scoped_nsautorelease_pool.h', 121 'mac/scoped_nsautorelease_pool.h',
122 'mac/scoped_nsautorelease_pool.mm', 122 'mac/scoped_nsautorelease_pool.mm',
123 'mach_ipc_mac.h', 123 'mach_ipc_mac.h',
124 'mach_ipc_mac.mm', 124 'mach_ipc_mac.mm',
125 'memory_debug.cc', 125 'memory_debug.cc',
126 'memory_debug.h', 126 'memory_debug.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'third_party/xdg_mime/xdgmimemagic.c', 728 'third_party/xdg_mime/xdgmimemagic.c',
729 'third_party/xdg_mime/xdgmimemagic.h', 729 'third_party/xdg_mime/xdgmimemagic.h',
730 'third_party/xdg_mime/xdgmimeparent.c', 730 'third_party/xdg_mime/xdgmimeparent.c',
731 'third_party/xdg_mime/xdgmimeparent.h', 731 'third_party/xdg_mime/xdgmimeparent.h',
732 ], 732 ],
733 }, 733 },
734 ], 734 ],
735 }], 735 }],
736 ], 736 ],
737 } 737 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698