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

Unified Diff: sync/BUILD.gn

Issue 647553009: Introduce AttachmentStore metadata record (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index fc97468a290682e8f4d78f2b9e88c8416bcb7c7d..6abb05ae3bb7c0058578f83d56022866b6b79987 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -8,6 +8,7 @@ component("sync") {
public_deps = [
":sync_core",
"//sync/protocol",
+ "//sync/internal_api/attachments/proto",
maniscalco 2014/10/21 21:41:03 sort order?
pavely 2014/10/24 20:42:55 Done.
]
}
@@ -632,10 +633,11 @@ test("sync_unit_tests") {
"//net",
"//net:test_support",
"//sql",
+ "//sync",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/leveldatabase",
"//third_party/protobuf:protobuf_lite",
- "//sync",
":test_support_sync_core",
":test_support_sync_internal_api",
]

Powered by Google App Engine
This is Rietveld 408576698