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

Unified Diff: components/sync/BUILD.gn

Issue 2502253003: [Sync] Move GenerateSyncableHash to base. (Closed)
Patch Set: Keep full syncable/ DEP. Created 4 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 | « no previous file | components/sync/base/hash_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 7ace6dd155a1de9b8d3c3430f6cff880e6d47c4f..3f4f1f33a0eb5c2171684da56cf072b21ba17f67 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -35,6 +35,8 @@ static_library("sync") {
"base/get_session_name_mac.mm",
"base/get_session_name_win.cc",
"base/get_session_name_win.h",
+ "base/hash_util.cc",
+ "base/hash_util.h",
"base/immutable.h",
"base/invalidation_adapter.cc",
"base/invalidation_adapter.h",
@@ -829,6 +831,7 @@ source_set("unit_tests") {
"base/data_type_histogram_unittest.cc",
"base/enum_set_unittest.cc",
"base/get_session_name_unittest.cc",
+ "base/hash_util_unittest.cc",
"base/immutable_unittest.cc",
"base/nigori_unittest.cc",
"base/node_ordinal_unittest.cc",
@@ -931,7 +934,6 @@ source_set("unit_tests") {
"syncable/syncable_enum_conversions_unittest.cc",
"syncable/syncable_id_unittest.cc",
"syncable/syncable_unittest.cc",
- "syncable/syncable_util_unittest.cc",
]
configs += [ "//build/config:precompiled_headers" ]
« no previous file with comments | « no previous file | components/sync/base/hash_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698