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

Unified Diff: sync/BUILD.gn

Issue 647553009: Introduce AttachmentStore metadata record (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix 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
« no previous file with comments | « no previous file | sync/internal_api/attachments/on_disk_attachment_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index fc97468a290682e8f4d78f2b9e88c8416bcb7c7d..0432ba994d9a94ee11b8406352bd47703f085452 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -404,6 +404,7 @@ source_set("sync_core") {
"//third_party/leveldatabase",
"//third_party/zlib",
"//url",
+ "//sync/internal_api/attachments/proto",
"//sync/protocol",
]
@@ -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",
]
« no previous file with comments | « no previous file | sync/internal_api/attachments/on_disk_attachment_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698