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

Unified Diff: rlz/rlz.gyp

Issue 11308196: [cros] RlzValueStore made protected by a cross-process lock and not persisted over browser lifetime… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 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 | « rlz/mac/lib/rlz_value_store_mac.mm ('k') | rlz/test/rlz_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/rlz.gyp
diff --git a/rlz/rlz.gyp b/rlz/rlz.gyp
index 3e046548d7632f5fe30fa97e8969568f08e79809..0d4b330e25201fc529918835b8e9248c13ce287e 100644
--- a/rlz/rlz.gyp
+++ b/rlz/rlz.gyp
@@ -45,8 +45,8 @@
'lib/lib_values.cc',
'lib/machine_id.cc',
'lib/machine_id.h',
- 'lib/recursive_lock.cc',
- 'lib/recursive_lock.h',
+ 'lib/recursive_cross_process_lock_posix.cc',
+ 'lib/recursive_cross_process_lock_posix.h',
'lib/rlz_enums.h',
'lib/rlz_lib.cc',
'lib/rlz_lib.h',
@@ -97,12 +97,6 @@
],
},
}],
- ['chromeos==0', {
- 'sources!': [
- 'lib/recursive_lock.cc',
- 'lib/recursive_lock.h',
- ]
- }],
],
},
{
@@ -122,7 +116,6 @@
'lib/financial_ping_test.cc',
'lib/lib_values_unittest.cc',
'lib/machine_id_unittest.cc',
- 'lib/recursive_lock_unittest.cc',
'lib/rlz_lib_test.cc',
'lib/string_utils_unittest.cc',
'test/rlz_test_helpers.cc',
@@ -136,11 +129,6 @@
'../net/net.gyp:net_test_support',
],
}],
- ['chromeos==0', {
- 'sources!': [
- 'lib/recursive_lock_unittest.cc',
- ],
- }]
],
},
{
« no previous file with comments | « rlz/mac/lib/rlz_value_store_mac.mm ('k') | rlz/test/rlz_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698