Index: sync/internal_api/attachments/proto/BUILD.gn |
diff --git a/components/leveldb_proto/testing/proto/BUILD.gn b/sync/internal_api/attachments/proto/BUILD.gn |
similarity index 85% |
copy from components/leveldb_proto/testing/proto/BUILD.gn |
copy to sync/internal_api/attachments/proto/BUILD.gn |
index 9f50367fa1b0ea1f427ce2ae37e2b2b1d41649f9..030a8da2f2ac9caa47a259d04edd97a578ec4fa2 100644 |
--- a/components/leveldb_proto/testing/proto/BUILD.gn |
+++ b/sync/internal_api/attachments/proto/BUILD.gn |
@@ -5,7 +5,5 @@ |
import("//third_party/protobuf/proto_library.gni") |
proto_library("proto") { |
- sources = [ |
- "test.proto", |
- ] |
+ sources = [ "attachment_store.proto" ] |
} |