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

Side by Side Diff: base/base.gypi

Issue 3781009: Move the windows-specific scoped_* stuff from base to base/win and in the bas... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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
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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'ref_counted.h', 189 'ref_counted.h',
190 'ref_counted_memory.cc', 190 'ref_counted_memory.cc',
191 'ref_counted_memory.h', 191 'ref_counted_memory.h',
192 'registry.cc', 192 'registry.cc',
193 'registry.h', 193 'registry.h',
194 'resource_util.cc', 194 'resource_util.cc',
195 'resource_util.h', 195 'resource_util.h',
196 'safe_strerror_posix.cc', 196 'safe_strerror_posix.cc',
197 'safe_strerror_posix.h', 197 'safe_strerror_posix.h',
198 'scoped_aedesc.h', 198 'scoped_aedesc.h',
199 'scoped_bstr_win.cc',
200 'scoped_bstr_win.h',
201 'scoped_callback_factory.h', 199 'scoped_callback_factory.h',
202 'scoped_cftyperef.h', 200 'scoped_cftyperef.h',
203 'scoped_comptr_win.h',
204 'scoped_handle.h', 201 'scoped_handle.h',
205 'scoped_handle_win.h',
206 'scoped_nsautorelease_pool.h', 202 'scoped_nsautorelease_pool.h',
207 'scoped_nsautorelease_pool.mm', 203 'scoped_nsautorelease_pool.mm',
208 'scoped_nsdisable_screen_updates.h', 204 'scoped_nsdisable_screen_updates.h',
209 'scoped_nsobject.h', 205 'scoped_nsobject.h',
210 'scoped_open_process.h', 206 'scoped_open_process.h',
211 'scoped_ptr.h', 207 'scoped_ptr.h',
212 'scoped_temp_dir.cc', 208 'scoped_temp_dir.cc',
213 'scoped_temp_dir.h', 209 'scoped_temp_dir.h',
214 'scoped_variant_win.cc',
215 'scoped_variant_win.h',
216 'scoped_vector.h', 210 'scoped_vector.h',
217 'sha1.h', 211 'sha1.h',
218 'sha1_portable.cc', 212 'sha1_portable.cc',
219 'sha1_win.cc', 213 'sha1_win.cc',
220 'shared_memory.h', 214 'shared_memory.h',
221 'shared_memory_posix.cc', 215 'shared_memory_posix.cc',
222 'shared_memory_win.cc', 216 'shared_memory_win.cc',
223 'simple_thread.cc', 217 'simple_thread.cc',
224 'simple_thread.h', 218 'simple_thread.h',
225 'singleton.h', 219 'singleton.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'waitable_event.h', 288 'waitable_event.h',
295 'waitable_event_posix.cc', 289 'waitable_event_posix.cc',
296 'waitable_event_watcher.h', 290 'waitable_event_watcher.h',
297 'waitable_event_watcher_posix.cc', 291 'waitable_event_watcher_posix.cc',
298 'waitable_event_watcher_win.cc', 292 'waitable_event_watcher_win.cc',
299 'waitable_event_win.cc', 293 'waitable_event_win.cc',
300 'watchdog.cc', 294 'watchdog.cc',
301 'watchdog.h', 295 'watchdog.h',
302 'weak_ptr.cc', 296 'weak_ptr.cc',
303 'weak_ptr.h', 297 'weak_ptr.h',
298 'win/scoped_bstr.cc',
299 'win/scoped_bstr.h',
300 'win/scoped_comptr.h',
301 'win/scoped_gdi_object.h',
302 'win/scoped_handle.h',
303 'win/scoped_hdc.h',
304 'win/scoped_hglobal.h',
305 'win/scoped_variant.cc',
306 'win/scoped_variant.h',
304 'win/windows_version.cc', 307 'win/windows_version.cc',
305 'win/windows_version.h', 308 'win/windows_version.h',
306 'win_util.cc', 309 'win_util.cc',
307 'win_util.h', 310 'win_util.h',
308 'windows_message_list.h', 311 'windows_message_list.h',
309 'worker_pool.h', 312 'worker_pool.h',
310 'worker_pool_linux.cc', 313 'worker_pool_linux.cc',
311 'worker_pool_linux.h', 314 'worker_pool_linux.h',
312 'worker_pool_mac.h', 315 'worker_pool_mac.h',
313 'worker_pool_mac.mm', 316 'worker_pool_mac.mm',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'third_party/xdg_mime/xdgmimemagic.c', 753 'third_party/xdg_mime/xdgmimemagic.c',
751 'third_party/xdg_mime/xdgmimemagic.h', 754 'third_party/xdg_mime/xdgmimemagic.h',
752 'third_party/xdg_mime/xdgmimeparent.c', 755 'third_party/xdg_mime/xdgmimeparent.c',
753 'third_party/xdg_mime/xdgmimeparent.h', 756 'third_party/xdg_mime/xdgmimeparent.h',
754 ], 757 ],
755 }, 758 },
756 ], 759 ],
757 }], 760 }],
758 ], 761 ],
759 } 762 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_win.cc » ('j') | base/win/scoped_comptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698