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

Side by Side Diff: base/base.gypi

Issue 7048007: Move scoped_temp_dir and scoped_native_library back from base/memory to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unknwn Created 9 years, 7 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/file_util_unittest.cc » ('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) 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'memory/memory_debug.cc', 131 'memory/memory_debug.cc',
132 'memory/memory_debug.h', 132 'memory/memory_debug.h',
133 'memory/mru_cache.h', 133 'memory/mru_cache.h',
134 'memory/raw_scoped_refptr_mismatch_checker.h', 134 'memory/raw_scoped_refptr_mismatch_checker.h',
135 'memory/ref_counted.cc', 135 'memory/ref_counted.cc',
136 'memory/ref_counted.h', 136 'memory/ref_counted.h',
137 'memory/ref_counted_memory.cc', 137 'memory/ref_counted_memory.cc',
138 'memory/ref_counted_memory.h', 138 'memory/ref_counted_memory.h',
139 'memory/scoped_callback_factory.h', 139 'memory/scoped_callback_factory.h',
140 'memory/scoped_handle.h', 140 'memory/scoped_handle.h',
141 'memory/scoped_native_library.cc',
142 'memory/scoped_native_library.h',
143 'memory/scoped_nsobject.h', 141 'memory/scoped_nsobject.h',
144 'memory/scoped_open_process.h', 142 'memory/scoped_open_process.h',
145 'memory/scoped_ptr.h', 143 'memory/scoped_ptr.h',
146 'memory/scoped_temp_dir.cc',
147 'memory/scoped_temp_dir.h',
148 'memory/scoped_vector.h', 144 'memory/scoped_vector.h',
149 'memory/singleton.h', 145 'memory/singleton.h',
150 'memory/weak_ptr.cc', 146 'memory/weak_ptr.cc',
151 'memory/weak_ptr.h', 147 'memory/weak_ptr.h',
152 'message_loop.cc', 148 'message_loop.cc',
153 'message_loop.h', 149 'message_loop.h',
154 'message_loop_proxy.cc', 150 'message_loop_proxy.cc',
155 'message_loop_proxy.h', 151 'message_loop_proxy.h',
156 'message_loop_proxy_impl.cc', 152 'message_loop_proxy_impl.cc',
157 'message_loop_proxy_impl.h', 153 'message_loop_proxy_impl.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'process_win.cc', 194 'process_win.cc',
199 'rand_util.cc', 195 'rand_util.cc',
200 'rand_util.h', 196 'rand_util.h',
201 'rand_util_posix.cc', 197 'rand_util_posix.cc',
202 'rand_util_win.cc', 198 'rand_util_win.cc',
203 'resource_util.cc', 199 'resource_util.cc',
204 'resource_util.h', 200 'resource_util.h',
205 'safe_strerror_posix.cc', 201 'safe_strerror_posix.cc',
206 'safe_strerror_posix.h', 202 'safe_strerror_posix.h',
207 'scoped_ptr.h', 203 'scoped_ptr.h',
204 'scoped_native_library.cc',
205 'scoped_native_library.h',
206 'scoped_temp_dir.cc',
207 'scoped_temp_dir.h',
208 'sha1.h', 208 'sha1.h',
209 'sha1_portable.cc', 209 'sha1_portable.cc',
210 'sha1_win.cc', 210 'sha1_win.cc',
211 'shared_memory.h', 211 'shared_memory.h',
212 'shared_memory_posix.cc', 212 'shared_memory_posix.cc',
213 'shared_memory_win.cc', 213 'shared_memory_win.cc',
214 'spin_wait.h', 214 'spin_wait.h',
215 'stack_container.h', 215 'stack_container.h',
216 'stl_util-inl.h', 216 'stl_util-inl.h',
217 'string_number_conversions.cc', 217 'string_number_conversions.cc',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'third_party/xdg_mime/xdgmimemagic.c', 684 'third_party/xdg_mime/xdgmimemagic.c',
685 'third_party/xdg_mime/xdgmimemagic.h', 685 'third_party/xdg_mime/xdgmimemagic.h',
686 'third_party/xdg_mime/xdgmimeparent.c', 686 'third_party/xdg_mime/xdgmimeparent.c',
687 'third_party/xdg_mime/xdgmimeparent.h', 687 'third_party/xdg_mime/xdgmimeparent.h',
688 ], 688 ],
689 }, 689 },
690 ], 690 ],
691 }], 691 }],
692 ], 692 ],
693 } 693 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698