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

Unified Diff: base/base.gypi

Issue 4721001: Add multi_process_lock to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/shared_mutex.h » ('j') | base/shared_mutex.h » ('J')
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 fb4732c3d09d4e27b8e4e2c1ba6ab5cee1eb73fa..c45afe56245e1d7a3a9318ec40b82b7801547042 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -211,6 +211,10 @@
'shared_memory.h',
'shared_memory_posix.cc',
'shared_memory_win.cc',
+ 'shared_mutex.h',
+ 'shared_mutex_linux.cc',
+ 'shared_mutex_mac.cc',
+ 'shared_mutex_win.cc',
'simple_thread.cc',
'simple_thread.h',
'singleton.h',
« no previous file with comments | « base/base.gyp ('k') | base/shared_mutex.h » ('j') | base/shared_mutex.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698