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

Unified Diff: sync/internal_api/attachments/proto/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/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" ]
}

Powered by Google App Engine
This is Rietveld 408576698