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

Unified Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/memory/shared_memory.h » ('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 ce7f7e847f2938a9d393cac86d59d43a351c2521..d6f434beb8f7a8554f1554952a6d3e4cfd3d348e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -272,6 +272,11 @@
'memory/scoped_policy.h',
'memory/scoped_ptr.h',
'memory/scoped_vector.h',
+ 'memory/shared_memory.h',
+ 'memory/shared_memory_android.cc',
+ 'memory/shared_memory_nacl.cc',
+ 'memory/shared_memory_posix.cc',
+ 'memory/shared_memory_win.cc',
'memory/singleton.cc',
'memory/singleton.h',
'memory/weak_ptr.cc',
@@ -383,11 +388,6 @@
'sha1.h',
'sha1_portable.cc',
'sha1_win.cc',
- 'shared_memory.h',
- 'shared_memory_android.cc',
- 'shared_memory_nacl.cc',
- 'shared_memory_posix.cc',
- 'shared_memory_win.cc',
'single_thread_task_runner.h',
'stl_util.h',
'string_piece.cc',
@@ -625,6 +625,7 @@
'file_util_posix.cc',
'file_util_proxy.cc',
'files/file_path_watcher_kqueue.cc',
+ 'memory/shared_memory_posix.cc',
'native_library_posix.cc',
'path_service.cc',
'platform_file_posix.cc',
@@ -635,7 +636,6 @@
'rand_util_posix.cc',
'scoped_native_library.cc',
'files/scoped_temp_dir.cc',
- 'shared_memory_posix.cc',
'sys_info_posix.cc',
'threading/sequenced_worker_pool.cc',
'third_party/dynamic_annotations/dynamic_annotations.c',
« no previous file with comments | « base/base.gyp ('k') | base/memory/shared_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698