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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/file_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 25060bb587f92254aa7dfeedf0aa8c7a3fbe6019..14414ddffafaa9a19186e480dcdd5644b3211542 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -138,13 +138,9 @@
'memory/ref_counted_memory.h',
'memory/scoped_callback_factory.h',
'memory/scoped_handle.h',
- 'memory/scoped_native_library.cc',
- 'memory/scoped_native_library.h',
'memory/scoped_nsobject.h',
'memory/scoped_open_process.h',
'memory/scoped_ptr.h',
- 'memory/scoped_temp_dir.cc',
- 'memory/scoped_temp_dir.h',
'memory/scoped_vector.h',
'memory/singleton.h',
'memory/weak_ptr.cc',
@@ -205,6 +201,10 @@
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
'scoped_ptr.h',
+ 'scoped_native_library.cc',
+ 'scoped_native_library.h',
+ 'scoped_temp_dir.cc',
+ 'scoped_temp_dir.h',
'sha1.h',
'sha1_portable.cc',
'sha1_win.cc',
« 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