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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 62694)
+++ base/base.gypi (working copy)
@@ -196,13 +196,9 @@
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
'scoped_aedesc.h',
- 'scoped_bstr_win.cc',
- 'scoped_bstr_win.h',
'scoped_callback_factory.h',
'scoped_cftyperef.h',
- 'scoped_comptr_win.h',
'scoped_handle.h',
- 'scoped_handle_win.h',
'scoped_nsautorelease_pool.h',
'scoped_nsautorelease_pool.mm',
'scoped_nsdisable_screen_updates.h',
@@ -211,8 +207,6 @@
'scoped_ptr.h',
'scoped_temp_dir.cc',
'scoped_temp_dir.h',
- 'scoped_variant_win.cc',
- 'scoped_variant_win.h',
'scoped_vector.h',
'sha1.h',
'sha1_portable.cc',
@@ -301,6 +295,15 @@
'watchdog.h',
'weak_ptr.cc',
'weak_ptr.h',
+ 'win/scoped_bstr.cc',
+ 'win/scoped_bstr.h',
+ 'win/scoped_comptr.h',
+ 'win/scoped_gdi_object.h',
+ 'win/scoped_handle.h',
+ 'win/scoped_hdc.h',
+ 'win/scoped_hglobal.h',
+ 'win/scoped_variant.cc',
+ 'win/scoped_variant.h',
'win/windows_version.cc',
'win/windows_version.h',
'win_util.cc',
« 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