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

Unified Diff: base/base.gyp

Issue 13044024: Move shared_memory into base/memory subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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 | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a12018290e5581f9b2f632a0b7aca58a8310244c..bac3fced71851816887700efea909c227db0f7f6 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -509,6 +509,7 @@
'memory/scoped_ptr_unittest.cc',
'memory/scoped_ptr_unittest.nc',
'memory/scoped_vector_unittest.cc',
+ 'memory/shared_memory_unittest.cc',
'memory/singleton_unittest.cc',
'memory/weak_ptr_unittest.cc',
'memory/weak_ptr_unittest.nc',
@@ -559,7 +560,6 @@
'sequence_checker_unittest.cc',
'sequence_checker_impl_unittest.cc',
'sha1_unittest.cc',
- 'shared_memory_unittest.cc',
'stl_util_unittest.cc',
'string16_unittest.cc',
'string_piece_unittest.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698