summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 17:46:23 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 17:46:23 +0000
commit99873aabefb3a7ea6e99f73a5e52916b0ea08309 (patch)
tree98e669f3ca6643b2cb7fbb505be79345123cc245 /base/base.gypi
parente142919c2528aa81275e64f40be83dd7a2f3e852 (diff)
downloadchromium_src-99873aabefb3a7ea6e99f73a5e52916b0ea08309.zip
chromium_src-99873aabefb3a7ea6e99f73a5e52916b0ea08309.tar.gz
chromium_src-99873aabefb3a7ea6e99f73a5e52916b0ea08309.tar.bz2
Move shared_memory into base/memory subdirectory.
This leaves a forwarding header in place so all calling code can be updated asynchronously. BUG= Review URL: https://codereview.chromium.org/13044024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 9f91b16..7b97c11 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_util.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',