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", |
] |