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

Unified Diff: rlz/rlz.gyp

Issue 11365107: [cros] RlzValueStore implementation for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert to Chrome-only 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/lib/rlz_value_store.h ('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 cdd66dc6d9e4810581816c2900f1f53abab553c2..3e046548d7632f5fe30fa97e8969568f08e79809 100644
--- a/rlz/rlz.gyp
+++ b/rlz/rlz.gyp
@@ -31,6 +31,9 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'sources': [
+ 'chromeos/lib/machine_id_chromeos.cc',
+ 'chromeos/lib/rlz_value_store_chromeos.cc',
+ 'chromeos/lib/rlz_value_store_chromeos.h',
'lib/assert.cc',
'lib/assert.h',
'lib/crc32.h',
@@ -108,6 +111,7 @@
'dependencies': [
':rlz_lib',
'../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',
« no previous file with comments | « rlz/lib/rlz_value_store.h ('k') | rlz/test/rlz_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698